Releases: sveltejs/svelte
Releases Β· sveltejs/svelte
svelte@5.30.0
Minor Changes
- feat: allow generics on snippets (#15915)
svelte@5.28.4
Patch Changes
-
fix: treat nullish expression as empty string (#15901)
-
fix: prevent invalid BigInt calls from blowing up at compile time (#15900)
-
fix: warn on bidirectional control characters (#15893)
-
fix: emit right error for a shadowed invalid rune (#15892)
svelte@5.28.3
Patch Changes
-
chore: avoid microtasks when flushing sync (#15895)
-
fix: improve error message for migration errors when slot would be renamed (#15841)
-
fix: allow characters in the supplementary special-purpose plane (#15823)
svelte@5.28.2
Patch Changes
- fix: don't mark selector lists inside
:global
with multiple items as unused (#15817)
svelte@5.28.1
Patch Changes
-
fix: ensure <svelte:boundary>
properly removes error content in production mode (#15793)
-
fix: update_version
after delete
if source
is undefined
and prop
in target
(#15796)
-
fix: emit error on wrong placement of the :global
block selector (#15794)
svelte@5.28.0
Minor Changes
- feat: partially evaluate more expressions (#15781)