svelte@5.44.1

sveltejs/sveltesvelte@5.44.1Nov 26, 2025by github-actions[bot]

AI Summary

Patch release fixing await blockers, code generation for destructuring, and interference between `each` block animations and transitions.

Key Highlights

  • Fix await blockers before initializing const
  • Fix code generation for simple destructurings
  • Fix each block animations not messing with transitions

Full Release Notes

### Patch Changes

-   fix: await blockers before initialising const ([#17226](https://github.com/sveltejs/svelte/pull/17226))

-   fix: link offscreen items and last effect in each block correctly ([#17244](https://github.com/sveltejs/svelte/pull/17244))

-   fix: generate correct code for simple destructurings ([#17237](https://github.com/sveltejs/svelte/pull/17237))

-   fix: ensure each block animations don't mess with transitions ([#17238](https://github.com/sveltejs/svelte/pull/17238))