Releases: withastro/compiler
Releases · withastro/compiler
Patch Changes
- 04c1b63: Fix bug with dynamic classes
Patch Changes
- 7b46e9f: Revert automatic DOCTYPE injection to fix package
Patch Changes
- 39298e4: Fix small bugs with script/style hoisting behavior
- bd1014a: Bugfix: style tags in SVG
Patch Changes
- 318dd69: Fix handling of self-closing "raw" tags like <script /> and <style />
- 9372c10: Support
define:vars
with root html
element on pages
- c4491cd: Fix bug with <script define:vars> when not using the
hoist
attribute
Patch Changes
- 2f4b772: Prevents overrunning an array when checking for raw attribute
Patch Changes
- 4f9155a: Bugfix: fix character limit of 4096 characters
- 83df04c: Upgrade to Go 1.17
Patch Changes
- 9ad8da7: Allows a data-astro-raw attr to parse children as raw text
- 61b77de: Bugfix: CSS and selector scoping
Patch Changes
- 8fbae5e: Bugfix: fix component detection bug in parser
- 37b5b6e: Bugfix: wait to release processStyle() until after fn call
Patch Changes
- 3ea8d8c: Fix for string interpolation within titles
- ef7cb1e: Fixes bug with textContent containing apostrophe character
Patch Changes
- f59c886: Bugfix: allow for detection of void tags (e.g. )
- 4c8d14a: Fixes textContent containing a forward slash