Releases: withastro/compiler
Releases · withastro/compiler
@astrojs/[email protected]
Patch Changes
- 6f30e2e: Fix edge case with nested expression inside
<> - 15e3ff8: Fix panic when using a
<slot />inhead - c048567: Fix edge case with
selectelements and expression children - 13d2fc2: Fix #340, fixing behavior of content after an expression inside of 9e37a72: Fix issue when multiple client-only components are used 67993d5: Add support for block comment only expressions, block comment only shorthand attributes and block comments in shorthand attributes 59fbea2: Fix #343, edge case with inside component 049dadf: Fix usage of expressions inside caption and colgroup elements
@astrojs/[email protected]
Patch Changes
- 1a82892: Fix bug with
<script src>not being hoisted
@astrojs/[email protected]
@astrojs/[email protected]
@astrojs/[email protected]
@astrojs/[email protected]
@astrojs/[email protected]
@astrojs/[email protected]
Minor Changes
- c6dd41d: Do not render implicit tags created during the parsing process
- c6dd41d: Remove "as" option, treats all documents as fragments that generate no implicit tags
- c6dd41d: Add
parsefunction which generates an AST - c6dd41d: Adds support for
Astro.self(as accepted in the Recursive Components RFC).
Patch Changes
- c6dd41d: Add
fragmentnode types to AST definitions, expose Fragment helper to utils - c6dd41d: Adds metadata on client:only components
- c6dd41d: Expose AST types via
@astrojs/compiler/types - c6dd41d: Export
./typesrather than./types.d.ts - c6dd41d: Fix edge case with Fragment parsing in head, add
fragmentnode to AST output - c6dd41d: Fix behavior inside of head
- c6dd41d: Improve head injection behavior
- ef0b4b3: Move
typescriptdependency to development dependencies, as it is not needed in the package runtime. - c6dd41d: Update exposed types
- c6dd41d: Remove usage of
escapeHTMLutil - c6dd41d: Export all types from shared types
- c6dd41d: Fix
headbehavior and a bug related to ParseFragment - c6dd41d: Adds a warning when using an expression with a hoisted script
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
- 4497628: Improve head injection behavior