Skip to content

Releases: withastro/compiler

@astrojs/[email protected]

31 Oct 19:28
65aca09

Choose a tag to compare

Patch Changes

  • 4b3fafa: Fix TSX sourcemaps on Windows

@astrojs/[email protected]

28 Oct 19:31
5a8636e

Choose a tag to compare

Patch Changes

  • 73a2b69: Use an IIFE for define:vars scripts

@astrojs/[email protected]

27 Oct 15:54
a27d147

Choose a tag to compare

Patch Changes

  • 4381efa: Return proper diagnostic code for warnings

@astrojs/[email protected]

25 Oct 19:38
0651811

Choose a tag to compare

Patch Changes

  • 85e1d31: AST: move start position of elements to the first index of their opening tag

@astrojs/[email protected]

25 Oct 19:23
2435a77

Choose a tag to compare

Patch Changes

  • 035829b: AST: move end position of elements to the last index of their end tag

@astrojs/[email protected]

24 Oct 19:30
5d3923f

Choose a tag to compare

Patch Changes

  • a99c014: Ensure comment and text nodes have end positions when generating an AST from parse

@astrojs/[email protected]

24 Oct 19:04
18a41b8

Choose a tag to compare

Minor Changes

  • fd2fc28: Fix some utf8 compatability issues

Patch Changes

  • 4b68670: TSX: fix edge case with spread attribute printing
  • 6b204bd: Fix bug with trailing style tags being moved into the html element
  • 66fe230: Fix: include element end location in parse AST

@astrojs/[email protected]

21 Oct 19:34
55f5d9c

Choose a tag to compare

Patch Changes

  • aac8c89: Fix end tag sourcemappings for TSX mode
  • d7f3288: TSX: Improve self-closing tag behavior and mappings
  • 75dd7cc: Fix spread attribute mappings

@astrojs/[email protected]

20 Oct 15:07
7f43360

Choose a tag to compare

Minor Changes

  • 5da0dc2: Add resolvePath option to control hydration path resolution
  • e816a61: Remove metadata export if resolvePath option provided

@astrojs/[email protected]

14 Oct 19:42
edfda41

Choose a tag to compare

Patch Changes

  • 959f96b: Fix "missing sourcemap" issue
  • 94f6f3e: Fix edge case with multi-line comment usage
  • 85a654a: Fix parse causing a compiler panic when a component with a client directive was imported but didn't have a matching import
  • 5e32cbe: Improvements to TSX output