Svelte 5.55.9

5.55.9
Fixed 5
  • Don't unset batch when calling {#await ...} promise
  • Promise-ify {#await await ...} expressions on the server and correctly hydrate them on the client
  • Deduplicate dependencies that are added outside the init/update cycle
  • Avoid false-positive batch invariant error
  • Inline primitive constants in attribute values during SSR
Patch Changes
  • fix: don't unset batch when calling {#await ...} promise (#18243)

  • fix: promise-ify {#await await ...} expressions on the server and correctly hydrate them on the client (#18243)

  • fix: deduplicate dependencies that are added outside the init/update cycle (#18243)

  • fix: avoid false-positive batch invariant error (#18246)

  • fix: inline primitive constants in attribute values during SSR (#18232)

View original

Upgraded? How did it go?

Discussion