Skip to content

v2.16.0

Compare
Choose a tag to compare
@ciscoheat ciscoheat released this 09 Jul 22:53
· 102 commits to main since this release

Added

  • New validation library: Superstruct!
  • customRequest added 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 _errors for all objects, only for arrays.