Releases: withastro/compiler
Releases · withastro/compiler
@astrojs/compiler@0.5.3
Patch Changes
- 50cbc57: Fix fragment expression behavior edge case
@astrojs/compiler@0.5.2
Patch Changes
- 8f0e3d7: Fix fragment parsing bugs when frontmatter is missing or top-level expressions are present
@astrojs/compiler@0.5.1
Patch Changes
- 1f0ba41: Fix bug when fragment parsing frontmatter is missing
@astrojs/compiler@0.5.0
Minor Changes
- 901faef: Passes projectRoot to createAstro
@astrojs/compiler@0.4.0
Minor Changes
- 7e1aded: Change behavior of
as: "fragment"
option to support arbitraryhead
andbody
tags
@astrojs/compiler@0.3.9
Patch Changes
- 2884a82: Bugfix: CSS comments insert semicolon
@astrojs/compiler@0.3.8
Patch Changes
- 2c8f5d8: Fix another component-only edge case
@astrojs/compiler@0.3.7
Patch Changes
- eb0d17f: Fix edge case with files that contain a single component
@astrojs/compiler@0.3.6
Patch Changes
- af003e9: Fix syntax error in transformed output
@astrojs/compiler@0.3.5
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