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.0.9

07 Nov 18:01
19335ce
Compare
Choose a tag to compare

Patch Changes

  • 0aefe6a #67 Thanks @wellyshen! - feat(useForm): accept function as the values argv of the reset method

  • 8a8f978 #65 Thanks @wellyshen! - refactor(useForm): disabled the watch mode of getFormState() for event & remove un-necessary variable

v0.0.8

07 Nov 15:59
0103462
Compare
Choose a tag to compare

Patch Changes

v0.0.7

07 Nov 11:58
e27c858
Compare
Choose a tag to compare

Patch Changes

v0.0.6

07 Nov 07:12
0f993f6
Compare
Choose a tag to compare

Patch Changes

v0.0.5

07 Nov 04:33
c8e7a16
Compare
Choose a tag to compare

Patch Changes

v0.0.4

07 Nov 04:10
0e1fc30
Compare
Choose a tag to compare

Patch Changes

v0.0.3

06 Nov 18:42
97330df
Compare
Choose a tag to compare

Patch Changes

v0.0.2

06 Nov 14:56
Compare
Choose a tag to compare
  • Refactor: use setFieldTouchedIfNeeded() to elimiate repeated code and enhance readability

v0.0.1

06 Nov 08:34
Compare
Choose a tag to compare
  • Feat: add debug mode
  • Fix: correct the logic of preventing duplicated validating on blur