svelte@5.42.3
sveltejs/sveltesvelte@5.42.3Oct 28, 2025by github-actions[bot]
AI Summary
This patch resolves issues with asynchronous rendering of the `<svelte:head>` element and batch restoration within `#await` blocks.
Key Highlights
- Handle `<svelte:head>` rendered asynchronously
- Don't restore batch in `#await`
Full Release Notes
### Patch Changes - fix: handle `<svelte:head>` rendered asynchronously ([#17052](https://github.com/sveltejs/svelte/pull/17052)) - fix: don't restore batch in `#await` ([#17051](https://github.com/sveltejs/svelte/pull/17051))