Releases: sveltejs/svelte
Releases · sveltejs/svelte
svelte@5.4.0
02 Dec 13:23
Compare
Sorry, something went wrong.
No results found
Minor Changes
feat: support #each without as (#14396 )
svelte@5.3.2
02 Dec 13:20
Compare
Sorry, something went wrong.
No results found
svelte@5.3.1
01 Dec 21:21
Compare
Sorry, something went wrong.
No results found
svelte@5.3.0
01 Dec 13:59
Compare
Sorry, something went wrong.
No results found
Minor Changes
feat: add error boundaries with <svelte:boundary> (#14211 )
svelte@5.2.12
30 Nov 16:48
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: upgrade to esm-env 1.2.1 to fix issues with non-Vite setups (#14470 )
fix: prevent infinite loops when pruning CSS (#14474 )
fix: generate correct code when encountering object expression statement (#14480 )
svelte@5.2.11
29 Nov 15:34
Compare
Sorry, something went wrong.
No results found
svelte@5.2.10
28 Nov 00:49
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: correctly remove unused selectors in middle of selector lists (#14448 )
chore: upgrade esm-env for Vite 6 support (#14460 )
fix: strip exported TypeScript function overloads (#14458 )
svelte@5.2.9
26 Nov 19:47
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: show :then block for null/undefined value (#14440 )
fix: relax html parent validation (#14442 )
fix: prevent memory leak when creating deriveds inside untrack (#14443 )
fix: disregard TypeScript nodes when pruning CSS (#14446 )
svelte@5.2.8
25 Nov 16:31
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: correctly prune each blocks (#14403 )
fix: provide temporary LegacyComponentType (#14257 )
fix: attach spread attribute events synchronously (#14387 )
fix: ensure last empty text node correctly hydrates (#14425 )
fix: correctly prune key blocks (#14403 )
svelte@5.2.7
20 Nov 22:16
Compare
Sorry, something went wrong.
No results found
Patch Changes
fix: always use set for private identifiers (#14378 )