Skip to content

Releases: withastro/compiler

@astrojs/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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/[email protected]

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

@astrojs/[email protected]

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

Minor Changes

  • fc0f470: Implements the scopedStyleStrategy option