@sveltejs/kit@2.45.0
📦 sveltekitView on GitHub →
✨ 1 features🐛 1 fixes🔧 2 symbols
Summary
This release introduces implicit ID setting for form objects via form.for(id) and resolves a warning issue when using fetch within remote functions.
✨ New Features
- The form.for(id) function now implicitly sets the id on the form object.
🐛 Bug Fixes
- Allowed fetch in remote functions without emitting a warning.
🔧 Affected Symbols
form.forfetch