Skip to content

Releases: withastro/compiler

@astrojs/compiler@1.4.0

01 May 20:36
c2443af
Compare
Choose a tag to compare

Minor Changes

  • fc0f470: Implements the scopedStyleStrategy option

@astrojs/compiler@1.3.2

25 Apr 17:36
0618f72
Compare
Choose a tag to compare

Patch Changes

  • 19c0176: Fix TSX sourcemapping for components using Windows-style line returns
  • b0e0cfd: Add a sync entrypoint

@astrojs/compiler@1.3.1

07 Apr 12:36
a30c32c
Compare
Choose a tag to compare

Patch Changes

  • e0baa85: Preserve whitespace in slots

@astrojs/compiler@1.3.0

23 Mar 20:21
0a9b303
Compare
Choose a tag to compare

Minor Changes

  • 95a6610: Expose the convertToTSX function in the compiler browser bundle
  • 6d168dd: Add ContainsHead flag for metadata

@astrojs/compiler@1.2.2

20 Mar 19:07
175a9a5
Compare
Choose a tag to compare

Patch Changes

  • a8a845f: Fix regression related to self-closing tags

@astrojs/compiler@1.2.1

14 Mar 15:52
8e20866
Compare
Choose a tag to compare

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 a style attribute
  • b637e9a: Fix ignored form elements after a form element that contains an expression
  • 2658ed4: Correctly apply style when class and class:list are both used

@astrojs/compiler@1.2.0

01 Mar 15:15
6ecd2eb
Compare
Choose a tag to compare

Minor Changes

  • b2cfd00: Add teardown API to remove WASM instance after using the compiler

@astrojs/compiler@1.1.2

22 Feb 18:36
dc780da
Compare
Choose a tag to compare

Patch Changes

  • 2de6128: Preserve namespaced attributes when using expressions
  • af13f2d: Fix incorrect convertToTSX types. The function accepts filename, not sourcefile.
  • 5eb4fff: Compile set:html and set:text quoted and template literal attributes as strings

@astrojs/compiler@1.1.1

14 Feb 16:24
c1aedbf
Compare
Choose a tag to compare

Patch Changes

  • 6765f01: Fix attributes starting with : not being properly transformed in the TSX output

@astrojs/compiler@1.1.0

06 Feb 22:03
d9f763a
Compare
Choose a tag to compare

Minor Changes

  • a75824d: Allow passing through result to slot call