@sveltejs/kit@2.46.3
📦 sveltekitView on GitHub →
🐛 3 fixes🔧 2 symbols
Summary
This patch release focuses on bug fixes for form handling and field state management, specifically addressing form reset behavior and path normalization.
🐛 Bug Fixes
- Merge multiple field.set(...) calls to improve state consistency.
- Prevent automatic form reset after an enhanced submission to preserve user input or state.
- Normalize path strings during field value updates to ensure consistent data mapping.
🔧 Affected Symbols
field.setuse:enhance