Releases: withastro/compiler
Releases · withastro/compiler
@astrojs/[email protected]
Patch Changes
- 41cc6ef: Fix memory issue caused by duplicate WASM instantiations
@astrojs/[email protected]
Patch Changes
- 4039682: Fixes hoist script tracking when passed a variable
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
- 7f7c65c: Fix conditional rendering for special elements like
iframeandnoscript - 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-rawattribute with new, officialis:rawdirective - c698350: Improve MathML support.
{}inside of<math>is now treated as raw text rather than an expression construct.
@astrojs/[email protected]
@astrojs/[email protected]
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
parsefunction which generates an AST - d84c3a2: Adds support for
Astro.self(as accepted in the Recursive Components RFC).
@astrojs/[email protected]
Patch Changes
- 38ae39a: Add support for
set:htmlandset:textdirectives, as designed in theset:htmlRFC.
@astrojs/[email protected]
Minor Changes
- 02d41a8: Adds support for
Astro.self(as accepted in the Recursive Components RFC).
Patch Changes
- 4fe522b: Fixes inclusion of define:vars scripts/styles using the StaticExtraction flag
@astrojs/[email protected]
Patch Changes
- 92cc76b: Fix wasm build for use in Astro
@astrojs/[email protected]
Patch Changes
- 85d35a5: Revert previous change that broke Windows