Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jun 17:37
· 89 commits to master since this release
2ca334d

💥 Breaking Changes

  • Refactor(useForm): Turn the shouldValidate parameter of setTouched to object for the purpose of API consistency, see related doc
- setTouched("fieldName", false);
+ setTouched("fieldName", { shouldValidate: false });