Update @babel/runtime
and lodash
dependencies to their latest versions
Add support for MUI Checkbox
along with examples of it in demo app.
Fix form value
prop data getting lost after a successful submission.
Upgrade transitive dependencies to fix vulnerabilities
Both form.submit()
and form.validate()
now reliably return a Promise that resolves with the updated errors array. This allows you to await form submission and easily check the errors after.
- Update
Form
component to work with MUI in a way similar touseReactoForm
- Allow settings keys to
false
inpropNames
to omit those input props
- The
getInputProps
function returned byuseReactoForm
hook now returns ahasBeenValidated
boolean prop. useReactoForm
hook now includesresetValue
in returned object.
Introduce React Hook: useReactoForm
Various non-breaking changes
Initial release