svelte@5.45.2
sveltejs/sveltesvelte@5.45.2Nov 26, 2025by github-actions[bot]
AI Summary
Patch release fixing logic for array destructuring following async operations and improving error handling by throwing errors at compile time for invalid `{@tag}` directives.
Key Highlights
- Fix array destructuring after await
- Throw error on invalid `{@tag}` directives
- Improve compile-time error detection
Full Release Notes
### Patch Changes
- fix: array destructuring after await ([#17254](https://github.com/sveltejs/svelte/pull/17254))
- fix: throw on invalid `{@tag}`s ([#17256](https://github.com/sveltejs/svelte/pull/17256))