Skip to content

Releases: react-hook-form/resolvers

v1.0.0-rc.1

23 Sep 05:25
Compare
Choose a tag to compare

Thanks for the amazing work that @jorisre has done ❤️ -> #60.
We finally have a solution for the modules import issue around TypeScripts -> #20.

Breaking changes

- import { yupResolver } from '@hookform/resolvers'; 
- import { joiResolver } from '@hookform/resolvers'; 
- import { superstructResolver } from '@hookform/resolvers'; 
+ import { yupResolver } from '@hookform/resolvers/yup'; 
+ import { joiResolver } from '@hookform/resolvers/joi'; 
+ import { superstructResolver } from '@hookform/resolvers/superstruct'; 

Version 0.1.1

11 Sep 02:07
Compare
Choose a tag to compare

fix errors with validateAllFieldCriteria (#54)

Version 0.1.0

23 Jul 22:49
bafb36d
Compare
Choose a tag to compare
  • Support multiple errors messages(#32)

Version 0.0.6

09 Jul 12:41
Compare
Choose a tag to compare

fix ESLint error: Unable to resolve the path to module '@hookform/resolvers' #19

Version 0.0.5

16 Jun 03:25
Compare
Choose a tag to compare
  • fix types
  • change umd name from HookFormResolvers to ReactHookFormResolvers

Version 0.0.4

16 Jun 03:08
Compare
Choose a tag to compare

Version 0.0.2-rc.0

19 May 08:10
Compare
Choose a tag to compare