- Skip unnecessary blocker analysis during component compilation without top‑level await, improving performance.
- Rerun derived stores that used an AbortController on reconnection to fix stale state.
Official Svelte changelog summary with source attribution, release tags, and community reactions.
Track this Svelte release note alongside related changelog updates, risky changes, and weekly digest signals from the developer community.
Every summary should remain traceable to the original changelog or release source.
Turn this Svelte release note into a weekly digest for the tools you actually use.
Create digestFixed onerror handling and added a functional reset for failed hydration boundaries.
Added an indent option to the print function
Fixed numerous derived store and SSR transformation bugs, including proper handling of $state.eager(), declaration tags, and computed keys in keyed each blocks.