Releases: sveltejs/svelte
Releases · sveltejs/svelte
[email protected]
[email protected]
[email protected]
Patch Changes
- fix: preserve dirty status of deferred effects (#16487)
[email protected]
[email protected]
Patch Changes
- fix: ensure subscriptions are picked up correctly by deriveds (#16466)
[email protected]
Patch Changes
- chore: move
capture_signalsto legacy module (#16456)
[email protected]
Patch Changes
-
fix: don't reexecute derived with no dependencies on teardown (#16438)
-
fix: disallow
export { foo as default }in<script module>(#16447) -
fix: move ownership validation into async component body (#16449)
-
fix: allow async destructured deriveds (#16444)
-
fix: move store setup/cleanup outside of async component body (#16443)
[email protected]
Patch Changes
- fix: prevent batches from getting intertwined (#16446)
[email protected]
[email protected]
Patch Changes
- fix: allow instrinsic
<svelte:...>elements to inherit fromSvelteHTMLElements(#16424)