Skip to content

Releases: withastro/compiler

@astrojs/[email protected]

04 Jan 19:49
32f3c2f

Choose a tag to compare

Patch Changes

  • 960b853: Rename SerializeOtions interface to SerializeOptions
  • fcab891: Fixes export hoisting edge case
  • 47de01a: Handle module IDs containing quotes

@astrojs/[email protected]

20 Dec 23:05
86be49c

Choose a tag to compare

Patch Changes

@astrojs/[email protected]

20 Dec 22:32
6e202cc

Choose a tag to compare

Patch Changes

  • 89c0cee: fix: corner case that component in head expression will case body tag missing
  • 20497f4: Improve fidelity of sourcemaps for frontmatter

@astrojs/[email protected]

16 Dec 21:28
61ff04b

Choose a tag to compare

Patch Changes

  • 24dcf7e: Allow script and style before HTML
  • ef391fa: fix: corner case with slot expression in head will cause body tag missing

@astrojs/[email protected]

07 Dec 22:17
6c0d047

Choose a tag to compare

Minor Changes

@astrojs/[email protected]

07 Dec 20:03
f95ced5

Choose a tag to compare

Patch Changes

  • ff9e7ba: Fix edge case where < was not handled properly inside of expressions
  • f31d535: Fix edge case with Prop detection for TSX output

@astrojs/[email protected]

05 Dec 20:44
5b78fd8

Choose a tag to compare

Minor Changes

  • 963aaab: Provide the moduleId of the astro component

@astrojs/[email protected]

05 Dec 20:35
91af5a0

Choose a tag to compare

Patch Changes

  • 3365233: Replace internal tokenizer state logs with proper warnings

@astrojs/[email protected]

02 Dec 20:29
60ed33a

Choose a tag to compare

Patch Changes

  • 80de395: fix: avoid nil pointer dereference in table parsing
  • aa3ad9d: Fix parse output to properly account for the location of self-closing tags
  • b89dec4: Internally, replace astro.ParseFragment in favor of astro.ParseFragmentWithOptions. We now check whether an error handler is passed when calling astro.ParseFragmentWithOptions

@astrojs/[email protected]

16 Nov 18:48
e03886e

Choose a tag to compare

Patch Changes

  • 1e7e098: Add warning for invalid spread attributes
  • 3cc6f55: Fix handling of unterminated template literal attributes
  • 48c5677: Update default internalURL to astro/runtime/server/index.js
  • 2893f33: Fix a number of table and expression related bugs