Releases: withastro/compiler
Releases · withastro/compiler
@astrojs/[email protected]
Minor Changes
- 5c19809: Add a
scopedStyleStrategy
called"attribute"
. The strategy will print styles using data attributes.
@astrojs/[email protected]
Patch Changes
- 6b4873d: Pass transition directives onto components
@astrojs/[email protected]
Patch Changes
- ce5cf31: Pass transition:animate expressions
@astrojs/[email protected]
Patch Changes
- 486614b: Fixes use of expression in transition:name
@astrojs/[email protected]
Minor Changes
-
2906df2: Support for view transition directives
This adds support for
transition:animate
andtransition:name
which get passed into the newrenderTransition
runtime function.
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
- 3d69f4e: [TSX] maintain trailing whitespace before an element is closed, fixing TypeScript completion in some cases
@astrojs/[email protected]
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
- 5a2ce3e: Update compiler output for
style
objects when used withdefine:vars