Releases: sveltejs/svelte
svelte@4.2.13
Patch Changes
- fix: applying :global for +,~ sibling combinator when slots are present (#9282)
svelte@5.0.0-next.97
svelte@5.0.0-next.96
Patch Changes
-
feat: introduce
$hostrune, deprecatecreateEventDispatcher(#11059) -
fix: execute sole static script tag (#11095)
-
fix: make static
elementproperty 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:elementtags (#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)
svelte@5.0.0-next.95
svelte@5.0.0-next.94
Patch Changes
- fix: add
anchorsupport to mount() API (#11050)
svelte@5.0.0-next.93
svelte@5.0.0-next.92
Patch Changes
- fix: include compiler/package.json in package (#11033)
svelte@5.0.0-next.91
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
nameto HTMLDetailsAttributes (#11013) -
breaking: move compiler.cjs to compiler/index.js (#10988)