Skip to content

Releases: withastro/compiler

@astrojs/[email protected]

29 Nov 21:02
628f68a
Compare
Choose a tag to compare

Minor Changes

  • 7e1aded: Change behavior of as: "fragment" option to support arbitrary head and body tags

@astrojs/[email protected]

24 Nov 19:15
a3133f1
Compare
Choose a tag to compare

Patch Changes

  • 2884a82: Bugfix: CSS comments insert semicolon

@astrojs/[email protected]

23 Nov 22:34
07d748e
Compare
Choose a tag to compare

Patch Changes

  • 2c8f5d8: Fix another component-only edge case

@astrojs/[email protected]

23 Nov 21:34
abbb393
Compare
Choose a tag to compare

Patch Changes

  • eb0d17f: Fix edge case with files that contain a single component

@astrojs/[email protected]

23 Nov 20:35
a1bdbf7
Compare
Choose a tag to compare

Patch Changes

  • af003e9: Fix syntax error in transformed output

@astrojs/[email protected]

23 Nov 20:08
defa539
Compare
Choose a tag to compare

Patch Changes

  • bca7e00: Fixed issue where an Astro Components could only add one style or script
  • 2a2f951: Fix regression where leading <style> elements could break generated tags
  • db162f8: Fix case-sensitivity of void elements
  • 44ee189: Fixed issue where expressions did not work within SVG elements
  • 9557113: Fix panic when preprocessed style is empty

@astrojs/[email protected]

22 Nov 18:08
3184eb5
Compare
Choose a tag to compare

Patch Changes

  • 351f298: Fix edge case with with textarea inside of a Component when the document generated an implicit head tag
  • 0bcfd4b: Fix CSS scoping of * character inside of calc() expressions
  • 4be512f: Encode double quotes inside of quoted attributes
  • ad865e5: Fix behavior of expressions inside of elements

@astrojs/[email protected]

19 Nov 00:42
cc418a4
Compare
Choose a tag to compare

Patch Changes

  • 6d2a3c2: Fix handling of top-level component nodes with leading styles
  • 2ce10c6: Fix "call to released function" issue

@astrojs/[email protected]

17 Nov 20:37
5b8c50c
Compare
Choose a tag to compare

Patch Changes

  • 8800f80: Fix comments and strings inside of attribute expressions

@astrojs/[email protected]

15 Nov 19:40
2d31b6f
Compare
Choose a tag to compare

Patch Changes

  • 432eaaf: Fix for compiler regression causing nil pointer