Releases: sveltejs/svelte
Releases Β· sveltejs/svelte
svelte@5.6.0
Minor Changes
- feat: support
defaultValue/defaultChecked
for inputs (#14289)
svelte@5.5.4
Patch Changes
-
fix: better error messages for invalid HTML trees (#14445)
-
fix: remove spreaded event handlers when they become nullish (#14546)
-
fix: respect the unidirectional nature of time (#14541)
svelte@5.5.3
Patch Changes
-
fix: don't try to add owners to non-$state
class fields (#14533)
-
fix: capture infinite_loop_guard in error boundary (#14534)
-
fix: proxify values when assigning using ||=
, &&=
and ??=
operators (#14273)
svelte@5.5.2
Patch Changes
- fix: use correct reaction when lazily creating deriveds inside
SvelteDate
(#14525)
svelte@5.5.0
Minor Changes
- feat: allow snippets to be exported from module scripts (#14315)
Patch Changes
- fix: ignore TypeScript generics on variables (#14509)
svelte@5.4.0
Minor Changes
- feat: support
#each
without as
(#14396)
svelte@5.3.0
Minor Changes
- feat: add error boundaries with
<svelte:boundary>
(#14211)
svelte@5.2.12
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)