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

Releases: wellyshen/react-cool-form

v0.4.1

24 Jul 09:42
e3eb173
Compare
Choose a tag to compare

Patch Changes

v0.4.0

11 Jun 15:13
2b57128
Compare
Choose a tag to compare

✨ New Feature

v0.3.1

04 Jun 17:03
4c4cf32
Compare
Choose a tag to compare

Patch Changes

v0.3.0

02 Jun 17:37
2ca334d
Compare
Choose a tag to compare

💥 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 });

v0.2.2

18 May 11:58
697f5cf
Compare
Choose a tag to compare

Patch Changes

v0.2.1

15 May 18:12
5687907
Compare
Choose a tag to compare

Patch Changes

  • #615 712bb21 Thanks @wellyshen! - Refactor(types): use overloads for the type of useFormState and the field method of useForm

v0.2.0

15 May 10:30
7fe5dee
Compare
Choose a tag to compare

💥 Breaking Changes

v0.1.0

19 Apr 15:21
Compare
Choose a tag to compare

✨ Several months of developing, tunning, and testing, now APIs are stable. Welcome to use it, star it, and share it.

v0.0.171

18 Apr 14:38
adfd562
Compare
Choose a tag to compare

Patch Changes

  • #572 2401051 Thanks @wellyshen! - Refactor(form-state): reset isSubmitted state when the user attempts to submnit the form

v0.0.170

18 Apr 10:03
6ff7531
Compare
Choose a tag to compare

💥 Breaking Changes

  • Refactor(useForm): rename debug option onStateChange for more generic use case, see doc to learn more. (#570) (21bac87)