Releases: sveltejs/svelte
[email protected]
[email protected]
[email protected]
[email protected]
Patch Changes
- chore: improve runtime performance of capturing reactive signals (#12093)
[email protected]
Patch Changes
-
fix: ensure element size bindings don't unsubscribe multiple times from the resize observer (#12091)
-
fix: prevent misidentification of bindings as delegatable event handlers if used outside event attribute (#12081)
-
fix: preserve current input values when removing defaults (#12083)
-
fix: preserve component function context for nested components (#12089)
[email protected]
Patch Changes
- fix: adjust module declaration to work around language tools bug (#12071)
[email protected]
[email protected]
Patch Changes
-
fix: robustify migration script (#12019)
-
fix: relax constraint for
ComponentProps
(#12026) -
fix: address event delegation duplication behaviour (#12014)
-
chore: remove
createRoot
references (#12018) -
chore: clear
Map
/Set
before triggering$inspect
callbacks (#12013) -
breaking: rename
$effect.active
to$effect.tracking
(#12022)
[email protected]
[email protected]
Patch Changes
-
feat: defer tasks without creating effects (#11960)
-
fix: enusre dev validation in dynamic component works as intended (#11985)
-
feat: detach inert effects (#11955)
-
feat: sort possible bindings in invalid binding error (#11950)
-
fix: apply style directives to element with empty style attribute (#11971)