Skip to content

Releases: sveltejs/svelte

[email protected]

21 Jul 17:35
28403be
Compare
Choose a tag to compare

Patch Changes

  • fix: ensure subscriptions are picked up correctly by deriveds (#16466)

[email protected]

20 Jul 22:14
ce4a99e
Compare
Choose a tag to compare

Patch Changes

  • chore: move capture_signals to legacy module (#16456)

[email protected]

19 Jul 21:33
cc05cbc
Compare
Choose a tag to compare

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]

19 Jul 22:08
dd55de3
Compare
Choose a tag to compare

Patch Changes

  • fix: prevent batches from getting intertwined (#16446)

[email protected]

18 Jul 16:37
05f6436
Compare
Choose a tag to compare

Patch Changes

  • fix: keep effect in the graph if it has an abort controller (#16430)

  • chore: Switch payload.out to an array (#16428)

[email protected]

17 Jul 16:24
93a8a49
Compare
Choose a tag to compare

Patch Changes

  • fix: allow instrinsic <svelte:...> elements to inherit from SvelteHTMLElements (#16424)

[email protected]

17 Jul 11:29
6c9717a
Compare
Choose a tag to compare

Patch Changes

  • fix: delegate functions with shadowed variables if declared locally (#16417)

  • fix: handle error in correct boundary after reset (#16171)

  • fix: make <svelte:boundary> reset function a noop after the first call (#16171)

[email protected]

17 Jul 00:04
fcfbc9c
Compare
Choose a tag to compare

Patch Changes

  • fix: silence $inspect errors when the effect is about to be destroyed (#16391)

  • fix: more informative error when effects run in an infinite loop (#16405)

[email protected]

16 Jul 16:45
58788db
Compare
Choose a tag to compare

Patch Changes

  • fix: avoid microtask in flushSync (#16394)

  • fix: ensure compiler state is reset before compilation (#16396)

[email protected]

16 Jul 14:48
be44f8b
Compare
Choose a tag to compare

Patch Changes

  • fix: don't log await_reactivity_loss warning when signal is read in untrack (#16385)

  • fix: better handle $inspect on array mutations (#16389)

  • fix: leave proxied array length untouched when deleting properties (#16389)

  • fix: update $effect.pending() immediately after a batch is removed (#16382)