Releases: sveltejs/svelte
Releases Β· sveltejs/svelte
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)
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)
Patch Changes
- fix: use correct reaction when lazily creating deriveds inside
SvelteDate
(#14525)
Minor Changes
- feat: allow snippets to be exported from module scripts (#14315)
Patch Changes
- fix: ignore TypeScript generics on variables (#14509)
Minor Changes
- feat: support
#each
without as
(#14396)
Minor Changes
- feat: add error boundaries with
<svelte:boundary>
(#14211)
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)