SvelteKit SuperForms (javascript)
Notes
no notes yet
Release notes
v2.12.0
· 1y+
Migration guide: https://superforms.rocks/migration-v2 More detailed list of what's new: https://superforms.rocks/whats-new-v2
Added
- SPA action form now supports form elements as well, by adding its
use:enhanceon all related forms.
Fixed
- Fixed type inference for
FormPathwith nested arrays. Error output improved as well. - If method is "GET" or doesn't exist on an enhanced form, it's now automatically set to "POST". 🎉