SvelteKit SuperForms (javascript)
Notes
no notes yet
Release notes
v2.1.0
· 1y+
Migration guide: https://superforms.rocks/migration-v2 More detailed list of what's new: https://superforms.rocks/whats-new-v2
Fixed
- Enums can now be a required field again, as they don't need an explicit default value anymore. If no explicit default value exists, the first enum value will be used.
- Empty arrays were set to
undefinedwhen usingdataType: 'json'.