Skip to content

Releases: withastro/compiler

@astrojs/[email protected]

12 Aug 19:04
6cca0f7

Choose a tag to compare

Patch Changes

  • 7693d76: Fix resolution of .jsx modules

@astrojs/[email protected]

12 Aug 18:02
61955f9

Choose a tag to compare

Patch Changes

  • 167ad21: Improve handling of namespaced components when they are multiple levels deep
  • 9283258: Fix quotations in pre-quoted attributes
  • 76fcef3: Better handling for imports which use special characters

@astrojs/[email protected]

05 Aug 21:22
b10eb65

Choose a tag to compare

Patch Changes

  • 79376f3: Fix regression with expression rendering

@astrojs/[email protected]

05 Aug 20:27
73e07fe

Choose a tag to compare

Minor Changes

  • d8448e2: Prevent printing the doctype in the JS output

Patch Changes

  • a28c3d8: Fix handling of unbalanced quotes in expression attributes
  • 28d1d4d: Fix handling of TS generics inside of expressions
  • 356d3b6: Prevent wraping module scripts with scope

@astrojs/[email protected]

26 Jul 20:15
2da5311

Choose a tag to compare

Patch Changes

  • 973103c: Prevents unescaping attribute expressions

@astrojs/[email protected]

22 Jul 22:28
e419b96

Choose a tag to compare

Minor Changes

  • 558c9dd: Generate a stable scoped class that does NOT factor in local styles. This will allow us to safely do style HMR without needing to update the DOM as well.
  • c19cd8c: Update Astro's CSS scoping algorithm to implement zero-specificity scoping, according to RFC0012.

@astrojs/[email protected]

21 Jul 19:10
0bc4813

Choose a tag to compare

Minor Changes

  • 8960d82: New handling for define:vars scripts and styles

Patch Changes

  • 4b318d5: Do not attempt to hoist styles or scripts inside of <noscript>

@astrojs/[email protected]

20 Jul 13:36
a089480

Choose a tag to compare

Minor Changes

  • 48d33ff: Removes compiler special casing for the Markdown component
  • 4a5352e: Removes limitation where imports/exports must be at the top of an .astro file. Fixes various edge cases around getStaticPaths hoisting.

Patch Changes

  • 245d73e: Add support for HTML minification by passing compact: true to transform.
  • 3ecdd24: Update TSX output to also generate TSX-compatible code for attributes containing dots

@astrojs/[email protected]

13 Jul 21:17
b4e9062

Choose a tag to compare

Minor Changes

  • fcb4834: Removes fallback for the site configuration

Patch Changes

  • 02add77: Fixes many edge cases around tables when used with components, slots, or expressions
  • b23dd4d: Fix handling of unmatched close brace in template literals
  • 9457a91: Fix issue with { in template literal attributes
  • c792161: Fix nested expression handling with a proper expression tokenizer stack

@astrojs/[email protected]

11 Jul 18:08
0fb1620

Choose a tag to compare

Patch Changes