svelte@5.43.7
sveltejs/sveltesvelte@5.43.7Nov 16, 2025by github-actions[bot]
AI Summary
Improves handling of document title updates and deferred effects to ensure they complete properly during async operations.
Key Highlights
- Defer document title until async work complete
- Fix for deferred effects rescheduling
- Fix for component blockers
Full Release Notes
### Patch Changes - fix: properly defer document title until async work is complete ([#17158](https://github.com/sveltejs/svelte/pull/17158)) - fix: ensure deferred effects can be rescheduled later on ([#17147](https://github.com/sveltejs/svelte/pull/17147)) - fix: take blockers of components into account ([#17153](https://github.com/sveltejs/svelte/pull/17153))