Releases: sveltejs/svelte
svelte@5.0.0-next.164
svelte@5.0.0-next.163
svelte@5.0.0-next.160
Patch Changes
- chore: improve runtime performance of capturing reactive signals (#12093)
svelte@5.0.0-next.159
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)
svelte@5.0.0-next.158
Patch Changes
- fix: adjust module declaration to work around language tools bug (#12071)
svelte@5.0.0-next.157
svelte@5.0.0-next.155
Patch Changes
-
fix: robustify migration script (#12019)
-
fix: relax constraint for
ComponentProps(#12026) -
fix: address event delegation duplication behaviour (#12014)
-
chore: remove
createRootreferences (#12018) -
chore: clear
Map/Setbefore triggering$inspectcallbacks (#12013) -
breaking: rename
$effect.activeto$effect.tracking(#12022)
svelte@5.0.0-next.154
svelte@5.0.0-next.153
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)
svelte@5.0.0-next.152
Patch Changes
-
fix: validate form inside a form (#11947)
-
fix: more robust handling of events in spread attributes (#11942)
-
feat: simpler `<svelte:element> hydration (#11773)
-
fix: make
legacy.componentApioption more visible (#11924) -
feat: simpler hydration of CSS custom property wrappers (#11948)
-
chore: optimise effects that only exist to return a teardown (#11936)
-
feat: always create wrapper
<div>for<svelte:component>with CSS custom properties (#11792) -
feat: add svelte/events package and export
onfunction (#11912) -
feat: more efficient output for attributes in SSR (#11949)
-
fix: update reactive set when deleting initial values (#11967)
-
feat: simpler string normalization (#11954)
-
fix: always assign text.nodeValue (#11944)