Skip to content

Releases: withastro/compiler

@astrojs/[email protected]

18 Feb 13:50
8b52cf0

Choose a tag to compare

Patch Changes

  • 41cc6ef: Fix memory issue caused by duplicate WASM instantiations

@astrojs/[email protected]

17 Feb 16:51
2e6463c

Choose a tag to compare

Patch Changes

  • 4039682: Fixes hoist script tracking when passed a variable

@astrojs/[email protected]

16 Feb 23:11
c3a1344

Choose a tag to compare

Minor Changes

  • f5d4006: Switch from TinyGo to Go's built-in WASM output. While this is an unfortunate size increase for our .wasm file, it should also be significantly more stable and cut down on hard-to-reproduce bugs.

    Please see #291 for more details.

@astrojs/[email protected]

16 Feb 14:14
24806f1

Choose a tag to compare

Patch Changes

  • 7f7c65c: Fix conditional rendering for special elements like iframe and noscript
  • 9d789c9: Fix handling of nested template literals inside of expressions
  • 5fa9e53: Fix handling of special characters inside of expressions
  • 8aaa956: Formalize support for magic data-astro-raw attribute with new, official is:raw directive
  • c698350: Improve MathML support. {} inside of <math> is now treated as raw text rather than an expression construct.

@astrojs/[email protected]

16 Feb 14:25
e1d325d

Choose a tag to compare

Pre-release

Minor Changes

  • 9212ccc: Switch from TinyGo to Go's built-in WASM output. While this is an unfortunate size increase for our WASM file, it should also be significantly more stable and cut down on hard-to-reproduce bugs.

    Please see #291 for more details.

@astrojs/[email protected]

15 Feb 03:00
16dacda

Choose a tag to compare

Pre-release

Minor Changes

  • 083d604: Do not render implicit tags created during the parsing process
  • d188c74: Remove "as" option, treats all documents as fragments that generate no implicit tags
  • c4b6b05: Add parse function which generates an AST
  • d84c3a2: Adds support for Astro.self (as accepted in the Recursive Components RFC).

@astrojs/[email protected]

31 Jan 21:52
e123058

Choose a tag to compare

Patch Changes

@astrojs/[email protected]

31 Jan 21:15
94f87a1

Choose a tag to compare

Minor Changes

Patch Changes

  • 4fe522b: Fixes inclusion of define:vars scripts/styles using the StaticExtraction flag

@astrojs/[email protected]

20 Jan 18:44
e14aec7

Choose a tag to compare

Patch Changes

  • 92cc76b: Fix wasm build for use in Astro

@astrojs/[email protected]

19 Jan 19:13
b90fb6b

Choose a tag to compare

Patch Changes

  • 85d35a5: Revert previous change that broke Windows