Releases: withastro/compiler
Releases · withastro/compiler
@astrojs/compiler@0.7.2
Patch Changes
- 899e48d: Fix issue with active formatting elements by marking expressions as unique scopes
@astrojs/compiler@0.7.1
Patch Changes
- fa039dd: Fix tokenization of attribute expression containing the solidus (
/
) character - e365c3c: Fix bug with expressions inside of elements (without reverting a previous fix to expressions inside of elements)
- 7c5889f: Fix bug with
@keyframes
scoping - df74ab3: Fix bug where named grid columns (like
[content-start]
) would be scoped, producing invalid CSS - abe37ca: Fix handling of components and expressions inside of
<noscript>
- 8961cf4: Fix a logical error with expression tokenization when using nested functions. Previously, only the first brace pair would be respected and following pairs would be treated as expression boundaries.
@astrojs/compiler@0.7.0
Minor Changes
- 43cbac3: Adds metadata on hydration directives used by the component
@astrojs/compiler@0.6.2
Patch Changes
- e785310: Fix issue with import assertions creating additional imports
@astrojs/compiler@0.6.1
Patch Changes
- e40ea9c: Include LICENSE information
@astrojs/compiler@0.6.0
Minor Changes
- b9e2b4b: Adds option to make CSS be extracted statically
@astrojs/compiler@0.5.7
Patch Changes
- 75bd730: Fix regression with Components mixed with active formatting elements
@astrojs/compiler@0.5.6
Patch Changes
- 7ca419e: Improve behavior of empty expressions in body and attributes, where
{}
is equivalent to{(void 0)}