v4.0.0
konveyor-release-bot
released this
22 Apr 22:52
·
63 commits
to main
since this release
4.0.0 (2021-04-22)
Bug Fixes
- useformstate: hotfix: we needed AnySchema instead of SchemaOf for the yup breaking change (#59) (a1e3601)
BREAKING CHANGES
- useformstate: useFormState and useFormField now require
yup.AnySchema<T>
schema types instead
of theyup.SchemaOf<T>
which was not behaving correctly with boolean fields.