Releases: withastro/compiler
Releases · withastro/compiler
@astrojs/compiler@1.3.2
@astrojs/compiler@1.3.1
Patch Changes
- e0baa85: Preserve whitespace in slots
@astrojs/compiler@1.3.0
@astrojs/compiler@1.2.2
Patch Changes
- a8a845f: Fix regression related to self-closing tags
@astrojs/compiler@1.2.1
Patch Changes
- 348840b: Fix getStaticPaths export when used with a TypeScript type (#4929)
- 8ed067e: Fix parse error for multiline
export type
using Unions or Intersections - 6354e50: Improve handling of self-closing tags returned from expression
- 5a5f91d: Fix
define:vars
when used with astyle
attribute - b637e9a: Fix ignored
form
elements after aform
element that contains an expression - 2658ed4: Correctly apply style when
class
andclass:list
are both used
@astrojs/compiler@1.2.0
Minor Changes
- b2cfd00: Add teardown API to remove WASM instance after using the compiler
@astrojs/compiler@1.1.2
@astrojs/compiler@1.1.1
Patch Changes
- 6765f01: Fix attributes starting with : not being properly transformed in the TSX output
@astrojs/compiler@1.1.0
Minor Changes
- a75824d: Allow passing through result to slot call
@astrojs/compiler@1.0.2
Patch Changes
- 0c27f3f: Collapse multiple trailing text nodes if present