Releases: withastro/compiler
Releases · withastro/compiler
15 Nov 16:44
Compare
Sorry, something went wrong.
No results found
Minor Changes
1255477 : Drop support for elements inside of Frontmatter, which was undefined behavior that caused lots of TypeScript interop problems
Patch Changes
44dc0c6 : Fixes issue with \x00 character on OSX
d74acfa : Fix regression with expressions inside of elements
f50ae69 : Bugfix: don’t treat import.meta as import statement
11 Nov 20:56
Compare
Sorry, something went wrong.
No results found
Patch Changes
460c1e2 : Use $metadata.resolvePath
utility to support the client:only
directive
08 Nov 17:44
Compare
Sorry, something went wrong.
No results found
Patch Changes
3e5ef91 : Implement getStaticPaths hoisting
8a434f9 : Fix namespace handling to support attributes like xmlns:xlink
04 Nov 21:25
Compare
Sorry, something went wrong.
No results found
Patch Changes
59f36cb : Fix custom-element slot behavior to remain spec compliant
79b2e6f : Fix style/script ordering
6041ee5 : Add support for client:only
directive
2cd35f6 : Fix apostrophe handling inside of elements which are inside of expressions (#1478 )
02 Nov 20:49
Compare
Sorry, something went wrong.
No results found
Patch Changes
bfd1b94 : Fix issue with style
and script
processing where siblings would be skipped
726d272 : Fix and <> handling
f052465 : Fix CSS variable parsing in the scoped CSS transform
29 Oct 18:05
Compare
Sorry, something went wrong.
No results found
Patch Changes
632c29b : Fix nil pointer dereference when every element on page is a component
105a159 : Fix bug where text inside of elements inside of an expression was not read properly (withastro/astro#1617 )
28 Oct 18:08
Compare
Sorry, something went wrong.
No results found
Patch Changes
04c1b63 : Fix bug with dynamic classes
27 Oct 22:01
Compare
Sorry, something went wrong.
No results found
Patch Changes
7b46e9f : Revert automatic DOCTYPE injection to fix package
27 Oct 21:17
Compare
Sorry, something went wrong.
No results found
Patch Changes
39298e4 : Fix small bugs with script/style hoisting behavior
bd1014a : Bugfix: style tags in SVG
26 Oct 23:05
Compare
Sorry, something went wrong.
No results found
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