@sveltejs/kit@2.42.2
📦 sveltekitView on GitHub →
🐛 5 fixes🔧 4 symbols
Summary
This patch release focuses on stability improvements for SvelteKit, including fixes for build-phase loops, form data handling, and SSR context consistency.
🐛 Bug Fixes
- Prevent infinite loops during the postbuild analysis phase.
- Correctly handle nested object fields within form data submissions.
- Improve the robustness of form helper TypeScript types.
- Skip execution of the 'init' hook during builds when no pages are marked for prerendering.
- Ensure SSR rendering processes correctly receive the request store context.
🔧 Affected Symbols
initform dataSSRpostbuild analysis