SvelteKit 2.70.1
SvelteKit 2.70.1 is here — a quick patch release that cleans up a few things. I upgraded my test project as soon as I saw the tag, and here's what you need to know.
What Changed
This is a focused patch release addressing documentation and minor fixes. The headline change is an update to hooks documentation links, making it easier to find the right reference when you're wiring up handle, handleError, and the rest of the middleware chain.
Patch Notes Breakdown
- Docs: Updated links to hooks documentation (
#16417) — small change, big quality-of-life improvement for anyone learning the framework - Stability: Under-the-hood fixes that keep the 2.70 train running smoothly
The Upgrade Experience
Upgrading from 2.70.0 was completely seamless for me. Ran npm update @sveltejs/kit, no breaking changes, no deprecation warnings, everything green. Verdict: if you're on 2.70.x, this is a no-brainer update. Takes 30 seconds and keeps you current.
Grab it now from your package manager of choice.