Skip to content

Releases: withastro/compiler

@astrojs/[email protected]

05 Dec 20:44
5b78fd8
Compare
Choose a tag to compare

Minor Changes

  • 963aaab: Provide the moduleId of the astro component

@astrojs/[email protected]

05 Dec 20:35
91af5a0
Compare
Choose a tag to compare

Patch Changes

  • 3365233: Replace internal tokenizer state logs with proper warnings

@astrojs/[email protected]

02 Dec 20:29
60ed33a
Compare
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
Compare
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

@astrojs/[email protected]

15 Nov 22:51
83bda4c
Compare
Choose a tag to compare

Patch Changes

  • ec745f4: Self-closing tags will now retreive "end" positional data
  • a6c2822: Fix a few TSX output errors

@astrojs/[email protected]

14 Nov 16:39
e378f0b
Compare
Choose a tag to compare

Patch Changes

  • 5f6e69b: Fix expression literal handling

@astrojs/[email protected]

14 Nov 16:17
4fe90fd
Compare
Choose a tag to compare

Patch Changes

@astrojs/[email protected]

11 Nov 17:36
f515d10
Compare
Choose a tag to compare

Patch Changes

  • 8f3e488: Fix regression introduced to parse handling in the last patch

@astrojs/[email protected]

11 Nov 15:27
ccefb41
Compare
Choose a tag to compare

Patch Changes

  • a41982a: Fix expression edge cases, improve literal parsing

@astrojs/[email protected]

08 Nov 16:33
42532a1
Compare
Choose a tag to compare

Patch Changes

  • ee907f1: Fix #5308, duplicate style bug when using define:vars