Skip to content

Releases: withastro/compiler

@astrojs/compiler@0.5.3

01 Dec 19:10
247f8b8
Compare
Choose a tag to compare

Patch Changes

  • 50cbc57: Fix fragment expression behavior edge case

@astrojs/compiler@0.5.2

01 Dec 18:18
e8343e6
Compare
Choose a tag to compare

Patch Changes

  • 8f0e3d7: Fix fragment parsing bugs when frontmatter is missing or top-level expressions are present

@astrojs/compiler@0.5.1

30 Nov 19:14
c74f58b
Compare
Choose a tag to compare

Patch Changes

  • 1f0ba41: Fix bug when fragment parsing frontmatter is missing

@astrojs/compiler@0.5.0

30 Nov 13:24
9cc3570
Compare
Choose a tag to compare

Minor Changes

  • 901faef: Passes projectRoot to createAstro

@astrojs/compiler@0.4.0

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/compiler@0.3.9

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

Patch Changes

  • 2884a82: Bugfix: CSS comments insert semicolon

@astrojs/compiler@0.3.8

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

Patch Changes

  • 2c8f5d8: Fix another component-only edge case

@astrojs/compiler@0.3.7

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/compiler@0.3.6

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

Patch Changes

  • af003e9: Fix syntax error in transformed output

@astrojs/compiler@0.3.5

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