Releases: withastro/compiler
Releases · withastro/compiler
@astrojs/compiler@0.3.4
Patch Changes
- 351f298: Fix edge case with with
textarea
inside of a Component when the document generated an implicit head
tag
- 0bcfd4b: Fix CSS scoping of * character inside of calc() expressions
- 4be512f: Encode double quotes inside of quoted attributes
- ad865e5: Fix behavior of expressions inside of elements
@astrojs/compiler@0.3.3
Patch Changes
- 6d2a3c2: Fix handling of top-level component nodes with leading styles
- 2ce10c6: Fix "call to released function" issue
@astrojs/compiler@0.3.2
Patch Changes
- 8800f80: Fix comments and strings inside of attribute expressions
@astrojs/compiler@0.3.1
Patch Changes
- 432eaaf: Fix for compiler regression causing nil pointer
@astrojs/compiler@0.3.0
Minor Changes
- 1255477: Drop support for elements inside of Frontmatter, which was undefined behavior that caused lots of TypeScript interop problems
Patch Changes
- 44dc0c6: Fixes issue with \x00 character on OSX
- d74acfa: Fix regression with expressions inside of elements
f50ae69: Bugfix: don’t treat import.meta as import statement
@astrojs/compiler@0.2.27
Patch Changes
- 460c1e2: Use
$metadata.resolvePath
utility to support the client:only
directive
@astrojs/compiler@0.2.26
Patch Changes
- 3e5ef91: Implement getStaticPaths hoisting
- 8a434f9: Fix namespace handling to support attributes like
xmlns:xlink
@astrojs/compiler@0.2.25
Patch Changes
- 59f36cb: Fix custom-element slot behavior to remain spec compliant
- 79b2e6f: Fix style/script ordering
- 6041ee5: Add support for
client:only
directive
- 2cd35f6: Fix apostrophe handling inside of elements which are inside of expressions (#1478)
@astrojs/compiler@0.2.24
Patch Changes
- bfd1b94: Fix issue with
style
and script
processing where siblings would be skipped
- 726d272: Fix and <> handling
- f052465: Fix CSS variable parsing in the scoped CSS transform
@astrojs/compiler@0.2.23
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)