Releases: withastro/compiler
Releases · withastro/compiler
@astrojs/[email protected]
Patch Changes
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
- 8800f80: Fix comments and strings inside of attribute expressions
@astrojs/[email protected]
Patch Changes
- 432eaaf: Fix for compiler regression causing nil pointer
@astrojs/[email protected]
Minor Changes
- 1255477: Drop support for elements inside of Frontmatter, which was undefined behavior that caused lots of TypeScript interop problems
Patch Changes
@astrojs/[email protected]
Patch Changes
- 460c1e2: Use
$metadata.resolvePath
utility to support theclient:only
directive
@astrojs/[email protected]
@astrojs/[email protected]
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
- 632c29b: Fix nil pointer dereference when every element on page is a component
- 105a159: Fix bug where text inside of elements inside of an expression was not read properly (withastro/astro#1617)