Skip to content

Releases: sveltejs/svelte

svelte@5.36.5

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)

svelte@5.36.4

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)

svelte@5.36.3

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)

svelte@5.36.2

15 Jul 21:58
3fa3dd7
Compare
Choose a tag to compare

Patch Changes

  • fix: add $effect.pending() to types (#16376)

  • fix: add pending snippet to <svelte:boundary> types (#16379)

svelte@5.36.1

15 Jul 16:00
b23f1e0
Compare
Choose a tag to compare

Patch Changes

  • fix: only skip updating bound <input> if the input was the source of the change (#16373)

svelte@5.36.0

14 Jul 20:07
616d29f
Compare
Choose a tag to compare

Minor Changes

  • feat: support await in components when using the experimental.async compiler option (#15844)

Patch Changes

  • fix: silence a11y warning for inert elements (#16339)

  • chore: clean up a11y analysis code (#16345)

svelte@5.35.7

14 Jul 16:39
6d8f39f
Compare
Choose a tag to compare

Patch Changes

  • fix: silence autofocus a11y warning inside <dialog> (#16341)

  • fix: don't show adjusted error messages in boundaries (#16360)

  • chore: replace inline regex with variable (#16340)

svelte@5.35.6

11 Jul 00:43
ca1eb55
Compare
Choose a tag to compare

Patch Changes

  • chore: simplify reaction/source ownership tracking (#16333)

  • chore: simplify internal component pop() (#16331)

svelte@5.35.5

09 Jul 13:43
fab2091
Compare
Choose a tag to compare

Patch Changes

  • fix: associate sources in Spring/Tween/SvelteMap/SvelteSet with correct reaction (#16325)

  • fix: re-evaluate derived props during teardown (#16278)

svelte@5.35.4

07 Jul 16:40
eb094ba
Compare
Choose a tag to compare

Patch Changes

  • fix: abort and reschedule effect processing after state change in user effect (#16280)