Releases: withastro/compiler
Releases · withastro/compiler
@astrojs/[email protected]
Minor Changes
- 7e1aded: Change behavior of
as: "fragment"
option to support arbitraryhead
andbody
tags
@astrojs/[email protected]
Patch Changes
- 2884a82: Bugfix: CSS comments insert semicolon
@astrojs/[email protected]
Patch Changes
- 2c8f5d8: Fix another component-only edge case
@astrojs/[email protected]
Patch Changes
- eb0d17f: Fix edge case with files that contain a single component
@astrojs/[email protected]
Patch Changes
- af003e9: Fix syntax error in transformed output
@astrojs/[email protected]
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]
Patch Changes
@astrojs/[email protected]
@astrojs/[email protected]
Patch Changes
- 8800f80: Fix comments and strings inside of attribute expressions
@astrojs/[email protected]
Patch Changes
- 432eaaf: Fix for compiler regression causing nil pointer