@sveltejs/kit@2.43.6
📦 sveltekit
🐛 4 fixes🔧 3 symbols
Summary
This patch release focuses on bug fixes for SvelteKit, addressing issues with cache key consistency, prerendering path resolution, HTTP method handling in server routes, and deep link scrolling.
🐛 Bug Fixes
- Ensure cache key consistency between client and server environments.
- Maintain relative resolution to the initial base path during prerendering.
- Prevent duplicate HEAD response headers when an unhandled HTTP method hits a +server handler containing both GET and HEAD handlers.
- Fix smooth scrolling behavior when navigating to deep links.
🔧 Affected Symbols
+serverGETHEAD