Skip to content

Releases: sveltejs/svelte

svelte@5.43.9

17 Nov 23:44
b94289d

Choose a tag to compare

Patch Changes

  • fix: correctly handle functions when determining async blockers (#17137)

  • fix: keep deriveds reactive after their original parent effect was destroyed (#17171)

  • fix: ensure eager effects don't break reactions chain (#17138)

  • fix: ensure async @const in boundary hydrates correctly (#17165)

  • fix: take blockers into account when creating #await blocks (#17137)

  • fix: parallelize async @consts in the template (#17165)

svelte@5.43.8

16 Nov 17:39
b9c7e45

Choose a tag to compare

Patch Changes

  • fix: each block losing reactivity when items removed while promise pending (#17150)

svelte@5.43.7

16 Nov 02:24
1e0c8c5

Choose a tag to compare

Patch Changes

  • fix: properly defer document title until async work is complete (#17158)

  • fix: ensure deferred effects can be rescheduled later on (#17147)

  • fix: take blockers of components into account (#17153)

svelte@5.43.6

11 Nov 06:46
e238e66

Choose a tag to compare

Patch Changes

  • fix: don't deactivate other batches (#17132)

svelte@5.43.5

08 Nov 18:57
554202e

Choose a tag to compare

Patch Changes

  • fix: ensure async static props/attributes are awaited (#17120)

  • fix: wait on dependencies of async bindings (#17120)

  • fix: await dependencies of style directives (#17120)

svelte@5.43.4

06 Nov 12:48
3a4dc7d

Choose a tag to compare

Patch Changes

  • chore: simplify connection/disconnection logic (#17105)

  • fix: reconnect deriveds to effect tree when time-travelling (#17105)

svelte@5.43.3

04 Nov 01:55
7a24354

Choose a tag to compare

Patch Changes

  • fix: ensure fork always accesses correct values (#17098)

  • fix: change title only after any pending work has completed (#17061)

  • fix: preserve symbols when creating derived rest properties (#17096)

svelte@5.43.2

30 Oct 15:15
723c421

Choose a tag to compare

Patch Changes

  • fix: treat each blocks with async dependencies as uncontrolled (#17077)

svelte@5.43.1

30 Oct 12:57
8ebc3b1

Choose a tag to compare

Patch Changes

  • fix: transform $bindable after await expressions (#17066)

svelte@5.43.0

28 Oct 20:37
70d020b

Choose a tag to compare

Minor Changes

  • feat: out-of-order rendering (#17038)

Patch Changes

  • fix: settle batch after DOM updates (#17054)