chore: update compiler

This commit is contained in:
Nate Moore 2021-11-23 15:14:13 -05:00
parent 3e4cfea4e2
commit 5742c24542

View file

@ -0,0 +1,10 @@
---
'astro': patch
---
Update compiler with the following patches:
- Fix components supporting only one style or script
- Fix regression where leading `<style>` elements could break generated tags
- Fix case-sensitivity of void elements
- Fix expressions not working within SVG elements
- Fix panic when preprocessed style is empty