Skip to content

Releases: sveltejs/svelte

[email protected]

26 Nov 21:45
b4b580a

Choose a tag to compare

Patch Changes

  • fix: array destructuring after await (#17254)

  • fix: throw on invalid {@tag}s (#17256)

[email protected]

26 Nov 19:12
5c821c1

Choose a tag to compare

Patch Changes

  • fix: link offscreen items and last effect in each block correctly (#17240)

[email protected]

26 Nov 19:07
1bc3ae7

Choose a tag to compare

Minor Changes

  • feat: add print(...) function (#16188)

[email protected]

26 Nov 01:58
cc1b3f2

Choose a tag to compare

Patch Changes

  • fix: await blockers before initialising const (#17226)

  • fix: link offscreen items and last effect in each block correctly (#17244)

  • fix: generate correct code for simple destructurings (#17237)

  • fix: ensure each block animations don't mess with transitions (#17238)

[email protected]

25 Nov 02:24
c6f99e6

Choose a tag to compare

Minor Changes

  • feat: hydratable API (#17154)

[email protected]

24 Nov 21:49
129c408

Choose a tag to compare

Patch Changes

  • fix: don't execute attachments and attribute effects eagerly (#17208)

  • chore: lift "flushSync cannot be called in effects" restriction (#17139)

  • fix: store forked derived values (#17212)

[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)