Releases: sveltejs/svelte
[email protected]
[email protected]
Patch Changes
-
feat: introduce
$host
rune, deprecatecreateEventDispatcher
(#11059) -
fix: execute sole static script tag (#11095)
-
fix: make static
element
property available for the SvelteComponent type (#11079) -
fix: improve internal proxied state signal heuristic (#11102)
-
fix: keep sibling selectors when dealing with slots/render tags/
svelte:element
tags (#11096) -
fix: ensure deep mutation ownership widening (#11094)
-
fix: improve compiled output of multiple call expression in single text node (#11097)
-
fix: improve hydration of svelte head blocks (#11099)
[email protected]
[email protected]
Patch Changes
- fix: add
anchor
support to mount() API (#11050)
[email protected]
[email protected]
Patch Changes
- fix: include compiler/package.json in package (#11033)
[email protected]
Patch Changes
-
fix: improve unowned derived signal heuristics (#11029)
-
fix: ensure correct context for action update/destroy functions (#11023)
-
feat: more efficient hydration markers (#11019)
-
fix: ensure effect cleanup functions are called with null
this
(#11024) -
fix: correctly handle closure passed to $derived.by when destructuring (#11028)
-
Add
name
to HTMLDetailsAttributes (#11013) -
breaking: move compiler.cjs to compiler/index.js (#10988)