v2.2.0
Migration guide: https://superforms.rocks/migration-v2
More detailed list of what's new: https://superforms.rocks/whats-new-v2
Added
- VineJS adapter!
- Added
focusOnErroroption tovalidateForm, defaulttrue.
Fixed
- Autofocus is now working when using
validateForm({ update: true }). - Default values are now applied properly for single-type unions, even a mix of integers and numbers.
- SuperStruct types,
$errorsprimarily, didn't handle nested data properly.
Changed
- The inferred type parameters were swapped in
message, it can now be used to specify the message type.