@sveltejs/kit@2.69.0
📦 sveltekitView on GitHub →
✨ 1 features🐛 2 fixes🔧 2 symbols
Summary
This minor release introduces the exposure of the submitted property on remote forms and includes several bug fixes related to form state management and issue reporting.
✨ New Features
- Exposed the "submitted" property of remote forms.
🐛 Bug Fixes
- Issues and touched states are now cleared on form reset.
- The fields.branch.issues() function now correctly returns undefined when only fields.branch.leaf has issues.