Skip to content

Releases: sveltejs/svelte

svelte@5.45.6

06 Dec 05:40
275fa82

Choose a tag to compare

Patch Changes

  • fix: don't issue a11y warning for <video> without captions if it has no src (#17311)

  • fix: add srcObject to permitted <audio>/<video> attributes (#17310)

svelte@5.45.5

03 Dec 18:17
c864d2c

Choose a tag to compare

Patch Changes

  • fix: correctly reconcile each blocks after outroing branches are resumed (#17258)

  • fix: destroy each items after siblings are resumed (#17258)

svelte@5.45.4

02 Dec 22:50
f091b11

Choose a tag to compare

Patch Changes

  • chore: move DOM-related effect properties to effect.nodes (#17293)

  • fix: allow $props.id() to occur after an await (#17285)

  • fix: keep reactions up to date even when read outside of effect (#17295)

svelte@5.45.3

01 Dec 19:01
f8287b0

Choose a tag to compare

Patch Changes

  • add props to state_referenced_locally (#17266)

  • fix: preserve node locations for better sourcemaps (#17269)

  • fix: handle cross-realm Promises in hydratable (#17284)

svelte@5.45.2

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)

svelte@5.45.1

26 Nov 19:12
5c821c1

Choose a tag to compare

Patch Changes

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

svelte@5.45.0

26 Nov 19:07
1bc3ae7

Choose a tag to compare

Minor Changes

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

svelte@5.44.1

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)

svelte@5.44.0

25 Nov 02:24
c6f99e6

Choose a tag to compare

Minor Changes

  • feat: hydratable API (#17154)

svelte@5.43.15

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)