Skip to content

Releases: sveltejs/svelte

[email protected]

20 Nov 20:00
1aafbc4

Choose a tag to compare

Patch Changes

  • fix: correctly migrate named self closing slots (#17199)

  • fix: error at compile time instead of at runtime on await expressions inside bindings/transitions/animations/attachments (#17198)

  • fix: take async blockers into account for bindings/transitions/animations/attachments (#17198)

[email protected]

20 Nov 15:00
1101810

Choose a tag to compare

Patch Changes

  • fix: don't set derived values during time traveling (#17200)

[email protected]

18 Nov 22:36
9ccbd73

Choose a tag to compare

Patch Changes

  • fix: maintain correct linked list of effects when updating each blocks (#17191)

[email protected]

18 Nov 15:18
92c936d

Choose a tag to compare

Patch Changes

  • perf: don't use tracing overeager during dev (#17183)

  • fix: don't cancel transition of already outroing elements (#17186)

[email protected]

18 Nov 00:23
3b4b0ad

Choose a tag to compare

Patch Changes

  • fix: avoid other batches running with queued root effects of main batch (#17145)

[email protected]

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)

[email protected]

16 Nov 17:39
b9c7e45

Choose a tag to compare

Patch Changes

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

[email protected]

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)

[email protected]

11 Nov 06:46
e238e66

Choose a tag to compare

Patch Changes

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

[email protected]

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)