Skip to content

Releases: withastro/compiler

@astrojs/compiler@0.7.2

04 Jan 21:37
b91e0a9
Compare
Choose a tag to compare

Patch Changes

  • 899e48d: Fix issue with active formatting elements by marking expressions as unique scopes

@astrojs/compiler@0.7.1

04 Jan 18:31
1b1f37e
Compare
Choose a tag to compare

Patch Changes

  • fa039dd: Fix tokenization of attribute expression containing the solidus (/) character
  • e365c3c: Fix bug with expressions inside of elements (without reverting a previous fix to expressions inside of elements)
  • 7c5889f: Fix bug with @keyframes scoping
  • df74ab3: Fix bug where named grid columns (like [content-start]) would be scoped, producing invalid CSS
  • abe37ca: Fix handling of components and expressions inside of <noscript>
  • 8961cf4: Fix a logical error with expression tokenization when using nested functions. Previously, only the first brace pair would be respected and following pairs would be treated as expression boundaries.

@astrojs/compiler@0.7.0

28 Dec 15:09
90991d5
Compare
Choose a tag to compare

Minor Changes

  • 43cbac3: Adds metadata on hydration directives used by the component

@astrojs/compiler@0.6.2

13 Dec 22:44
5f99055
Compare
Choose a tag to compare

Patch Changes

  • e785310: Fix issue with import assertions creating additional imports

@astrojs/compiler@0.6.1

13 Dec 21:07
6df752f
Compare
Choose a tag to compare

Patch Changes

  • e40ea9c: Include LICENSE information

@astrojs/compiler@0.6.0

09 Dec 15:00
c74be2c
Compare
Choose a tag to compare

Minor Changes

  • b9e2b4b: Adds option to make CSS be extracted statically

@astrojs/compiler@0.5.7

03 Dec 21:01
4582518
Compare
Choose a tag to compare

Patch Changes

  • 75bd730: Fix regression with Components mixed with active formatting elements

@astrojs/compiler@0.5.6

02 Dec 22:11
a9e7fbd
Compare
Choose a tag to compare

Patch Changes

  • 7ca419e: Improve behavior of empty expressions in body and attributes, where {} is equivalent to {(void 0)}

@astrojs/compiler@0.5.5

02 Dec 21:34
5c052c9
Compare
Choose a tag to compare

Patch Changes

  • 7a41d7b: Fix <> syntax edge case inside of expressions
  • b0d35b9: Fix edge case with conditional scripts

@astrojs/compiler@0.5.4

01 Dec 20:40
b549621
Compare
Choose a tag to compare

Patch Changes

  • f2e0322: Do not reconstruct active formatting elements on expression start
  • 0103285: Bugfix: expressions in table context