v2.16.0
Added
- New validation library: Superstruct!
customRequestadded to the onSubmit options, that lets you use a custom fetch or XMLHttpRequest when submitting the form. Very useful for progress bars when uploading large files.
Fixed
- Type inference for validation errors didn't include
_errorsfor all objects, only for arrays.