Skip to content

v4.0.0

Compare
Choose a tag to compare
@konveyor-release-bot konveyor-release-bot released this 22 Apr 22:52
· 63 commits to main since this release
a1e3601

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 the yup.SchemaOf<T> which was not behaving correctly with boolean fields.