Releases: sveltejs/svelte
Releases Β· sveltejs/svelte
Patch Changes
- fix: use function declaration for snippets in server output to avoid TDZ violation (#15789)
Patch Changes
- chore: use pkg.imports for common modules (#15787)
Patch Changes
-
chore: default params for html blocks (#15778)
-
fix: correct suggested type for custom events without detail (#15763)
-
fix: Throw on unrendered snippets in dev
(#15766)
-
fix: avoid unnecessary read version increments (#15777)
Minor Changes
- feat: partially evaluate certain expressions (#15494)
Patch Changes
- fix: relax
:global
selector list validation (#15762)
Patch Changes
-
fix: correctly validate head snippets on the server (#15755)
-
fix: ignore mutation validation for props that are not proxies in more cases (#15759)
-
fix: allow self-closing tags within math namespace (#15761)
Patch Changes
- fix: correctly validate
undefined
snippet params with default value (#15750)
Patch Changes
- fix: update
state_referenced_locally
message (#15733)
Minor Changes
- feat: add
css.hasGlobal
to compile
output (#15450)
Patch Changes
- fix: add snippet argument validation in dev (#15521)