Skip to content

Releases: sveltejs/svelte

svelte@5.39.9

05 Oct 23:12
acdd930
Compare
Choose a tag to compare

Patch Changes

  • fix: flush when pending boundaries resolve (#16897)

svelte@5.39.8

01 Oct 16:09
5c847ff
Compare
Choose a tag to compare

Patch Changes

  • fix: check boundary pending attribute at runtime on server (#16855)

  • fix: preserve tuple type in $state.snapshot (#16864)

  • fix: allow await in svelte:boundary without pending (#16857)

  • fix: update bind:checked error message to clarify usage with radio inputs (#16874)

svelte@5.39.7

30 Sep 15:57
e9cd45a
Compare
Choose a tag to compare

Patch Changes

  • chore: simplify batch logic (#16847)

  • fix: rebase pending batches when other batches are committed (#16866)

  • fix: wrap async children in $$renderer.async (#16862)

  • fix: silence label warning for buttons and anchor tags with title attributes (#16872)

  • fix: coerce nullish <title> to empty string (#16863)

svelte@5.39.6

24 Sep 17:01
b92a559
Compare
Choose a tag to compare

Patch Changes

  • fix: depend on reads of deriveds created within reaction (async mode) (#16823)

  • fix: SSR regression of processing attributes of <select> and <option> (#16821)

  • fix: async class: + spread attributes were compiled into sync server-side code (#16834)

  • fix: ensure tick resolves within a macrotask (#16825)

svelte@5.39.5

23 Sep 12:59
8680c29
Compare
Choose a tag to compare

Patch Changes

  • fix: allow {@html await ...} and snippets with async content on the server (#16817)

  • fix: use nginx SSI-compatible comments for $props.id() (#16820)

svelte@5.39.4

21 Sep 23:36
3c694ce
Compare
Choose a tag to compare

Patch Changes

  • fix: restore hydration state after await in <script> (#16806)

svelte@5.39.3

19 Sep 23:41
ded13b8
Compare
Choose a tag to compare

Patch Changes

  • fix: remove outer hydration markers (#16800)

  • fix: async hydration (#16797)

svelte@5.39.2

18 Sep 02:33
4616422
Compare
Choose a tag to compare

Patch Changes

  • fix: preserve SSR context when block expressions contain await (#16791)

  • chore: bump some devDependencies (#16787)

svelte@5.39.1

17 Sep 23:33
16e16da
Compare
Choose a tag to compare

Patch Changes

  • fix: issue state_proxy_unmount warning when unmounting a state proxy (#16747)

  • fix: add then to class component render output (#16783)

svelte@5.39.0

17 Sep 21:56
eaf4d40
Compare
Choose a tag to compare

Minor Changes

  • feat: experimental async SSR (#16748)

Patch Changes

  • fix: correctly SSR hidden="until-found" (#16773)