Releases: sveltejs/svelte
Releases Β· sveltejs/svelte
Patch Changes
- fix: properly transform destructured
$derived.by
declarations (#12984)
Patch Changes
-
breaking: remove $state.link
rune pending further design work (#12943)
-
fix: ensure $store
reads are properly transformed (#12952)
-
breaking: deprecate context="module"
in favor of module
(#12948)
Patch Changes
- breaking: remove callback from
$state.link
(#12942)
Patch Changes
-
fix: align list of passive events with browser defaults (#12933)
-
fix: ensure {#await}
scope shadowing is computed in the correct order (#12945)
-
fix: don't skip custom elements with attributes (#12939)
Patch Changes
-
feat: add $state.link
rune (#12545)
-
fix: allow mixing slots and snippets in custom elements mode (#12929)
-
fix: small legibility improvement in Snippet
type hint (#12928)
-
feat: support HMR with custom elements (#12926)
-
feat: error on invalid component name (#12821)
Patch Changes
- feat: skip over static nodes in compiled client code (#12914)
Patch Changes
-
breaking: disallow Object.defineProperty
on state proxies with non-basic descriptors (#12916)
-
breaking: allow frozen objects to be proxied (#12916)
-
breaking: avoid mutations to underlying proxied object with $state (#12916)
-
breaking: remove $state.is rune (#12916)