Releases: withastro/compiler
Releases · withastro/compiler
12 Aug 19:04
Compare
Sorry, something went wrong.
No results found
Patch Changes
7693d76 : Fix resolution of .jsx modules
12 Aug 18:02
Compare
Sorry, something went wrong.
No results found
Patch Changes
167ad21 : Improve handling of namespaced components when they are multiple levels deep
9283258 : Fix quotations in pre-quoted attributes
76fcef3 : Better handling for imports which use special characters
05 Aug 21:22
Compare
Sorry, something went wrong.
No results found
Patch Changes
79376f3 : Fix regression with expression rendering
05 Aug 20:27
Compare
Sorry, something went wrong.
No results found
Minor Changes
d8448e2 : Prevent printing the doctype in the JS output
Patch Changes
a28c3d8 : Fix handling of unbalanced quotes in expression attributes
28d1d4d : Fix handling of TS generics inside of expressions
356d3b6 : Prevent wraping module scripts with scope
26 Jul 20:15
Compare
Sorry, something went wrong.
No results found
Patch Changes
973103c : Prevents unescaping attribute expressions
22 Jul 22:28
Compare
Sorry, something went wrong.
No results found
Minor Changes
558c9dd : Generate a stable scoped class that does NOT factor in local styles. This will allow us to safely do style HMR without needing to update the DOM as well.
c19cd8c : Update Astro's CSS scoping algorithm to implement zero-specificity scoping, according to RFC0012 .
21 Jul 19:10
Compare
Sorry, something went wrong.
No results found
Minor Changes
8960d82 : New handling for define:vars scripts and styles
Patch Changes
4b318d5 : Do not attempt to hoist styles or scripts inside of <noscript>
20 Jul 13:36
Compare
Sorry, something went wrong.
No results found
Minor Changes
48d33ff : Removes compiler special casing for the Markdown component
4a5352e : Removes limitation where imports/exports must be at the top of an .astro file. Fixes various edge cases around getStaticPaths hoisting.
Patch Changes
245d73e : Add support for HTML minification by passing compact: true to transform.
3ecdd24 : Update TSX output to also generate TSX-compatible code for attributes containing dots
13 Jul 21:17
Compare
Sorry, something went wrong.
No results found
Minor Changes
fcb4834 : Removes fallback for the site configuration
Patch Changes
02add77 : Fixes many edge cases around tables when used with components, slots, or expressions
b23dd4d : Fix handling of unmatched close brace in template literals
9457a91 : Fix issue with { in template literal attributes
c792161 : Fix nested expression handling with a proper expression tokenizer stack
11 Jul 18:08
Compare
Sorry, something went wrong.
No results found