Releases: withastro/compiler
Releases · withastro/compiler
@astrojs/[email protected]
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/[email protected]
Minor Changes
- b2cfd00: Add teardown API to remove WASM instance after using the compiler
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
- 6765f01: Fix attributes starting with : not being properly transformed in the TSX output
@astrojs/[email protected]
Minor Changes
- a75824d: Allow passing through result to slot call
@astrojs/[email protected]
Patch Changes
- 0c27f3f: Collapse multiple trailing text nodes if present
@astrojs/[email protected]
Patch Changes
- 94b2c02: Prevent insertion of maybeRenderHead on hoisted scripts
@astrojs/[email protected]
Major Changes
- 8e86bc6: The Astro compiler is officially stable! This release is entirely ceremonial, the code is the same as
@astrojs/[email protected]
@astrojs/[email protected]
Minor Changes
- 1adac72: Improve error recovery when using the
transform
function. The compiler will now properly reject the promise with a useful message and stacktrace rather than print internal errors to stdout.
Patch Changes
@astrojs/[email protected]
Minor Changes
- 2404848: Remove
pathname
option in favour ofsourcefile
option - 2ca86f6: Remove
site
andprojectRoot
options in favour of theastroGlobalArgs
option - edd3e0e: Merge
sourcefile
andmoduleId
options as a singlefilename
option. Add a newnormalizedFilename
option to generate stable hashes instead. - 08843bd: Remove
experimentalStaticExtraction
option. It is now the default.