Skip to content

Releases: withastro/compiler

@astrojs/compiler@1.5.7

13 Jul 20:47
a189f87
Compare
Choose a tag to compare

Patch Changes

  • 34fcf01: [TSX] escape additional invalid characters
  • 5fe952d: [TSX] fix sourcemaps for quoted attributes that span multiple lines

@astrojs/compiler@1.5.6

10 Jul 20:26
1497372
Compare
Choose a tag to compare

Patch Changes

  • 3d69f4e: [TSX] maintain trailing whitespace before an element is closed, fixing TypeScript completion in some cases

@astrojs/compiler@1.5.5

07 Jul 13:41
2230dd3
Compare
Choose a tag to compare

Patch Changes

  • 101c18e: [AST] Include end position for frontmatter node when it is the only item in the file
  • 35ccd5e: [AST] add raw attribute values to AST
  • 325d3c3: [TSX] fix compiler crash when file only contains an unamed fragment

@astrojs/compiler@1.5.4

05 Jul 19:57
a21e3cf
Compare
Choose a tag to compare

Patch Changes

  • a35468a: Do not remove surrounding whitespace from text surrounded by newlines when compressHTML is enabled
  • 4aba173: Fix props detection when importing Props from another file (see #814)

@astrojs/compiler@1.5.3

30 Jun 21:17
002fd34
Compare
Choose a tag to compare

Patch Changes

  • 5a2ce3e: Update compiler output for style objects when used with define:vars

@astrojs/compiler@1.5.2

26 Jun 19:24
a1ebaec
Compare
Choose a tag to compare

Patch Changes

  • 73a98c2: Fix compressHTML edge case when both leading and trailing whitespace is present

@astrojs/compiler@1.5.1

08 Jun 08:31
2157550
Compare
Choose a tag to compare

Patch Changes

  • a51227d: Move declare const for Props type at the bottom of the file to make mapping easier downstream

@astrojs/compiler@1.5.0

01 Jun 14:03
6b67fb8
Compare
Choose a tag to compare

Minor Changes

  • 4255b03: Export package as dual CJS / ESM

Patch Changes

  • ae67f1b: Apply define:vars to non-root elements

@astrojs/compiler@1.4.2

17 May 06:31
d1d786d
Compare
Choose a tag to compare

Patch Changes

  • e104c1c: Polyfill the entire crypto object if node >= v16.17.0
  • 6f7b2f6: Fix crash when transforming files with Windows line endings

@astrojs/compiler@1.4.1

03 May 14:45
feda8f2
Compare
Choose a tag to compare

Patch Changes

  • 0803e86: Handle crashes when using parse and convertToTSX by restarting the service