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

16 Apr 16:01
ada48f3
Compare
Choose a tag to compare

💥 Breaking Changes

  • Deprecating the shouldRemoveField option by the new removeOnUnmounted option. With the new API, you can decide which field data that you want to maintain, check the doc to learn more. #568 d6bcac6

v0.0.168

15 Apr 14:46
13a8a57
Compare
Choose a tag to compare

Patch Changes

  • 35516ad Thanks @wellyshen! - Fix(useFieldArray): reset values not working for conditional fields

  • c865f58 Thanks @wellyshen! - Refactor: remove "missing field name" warnings

v0.0.167

14 Apr 16:18
cb68e5d
Compare
Choose a tag to compare

Patch Changes

v0.0.166

13 Apr 15:48
ff71ef2
Compare
Choose a tag to compare

Patch Changes

  • #562 310cecf Thanks @wellyshen! - Fix(useForm): automatically remove array fields getting wrong form values

v0.0.165

12 Apr 10:48
Compare
Choose a tag to compare
  • Fix: CommonJS build file not found

v0.0.164

11 Apr 15:55
166c9d5
Compare
Choose a tag to compare

Patch Changes

  • #555 546645a Thanks @wellyshen! - Fix(useControlled): value not updated when working with conditional fields and setting default value from defaultValue option

  • #553 6b33570 Thanks @wellyshen! - Fix(useControlled): sync field value with its default value for a conditional field

  • #556 b3edba8 Thanks @wellyshen! - Fix(useControlled): do not update default value when working with field-array

v0.0.163

10 Apr 18:59
dd7e371
Compare
Choose a tag to compare

Patch Changes

v0.0.162

09 Apr 17:45
e8fb668
Compare
Choose a tag to compare

✨ New Feature

v0.0.161

08 Apr 15:42
32ec014
Compare
Choose a tag to compare

Patch Changes

v0.0.160

07 Apr 16:03
caebac9
Compare
Choose a tag to compare

Patch Changes

  • 2a18eca Thanks @wellyshen! - Refactor(useForm): reduce re-rendering times when a field un-mounted

  • 088842d Thanks @wellyshen! - Fix(useFormState): unsubscribe the hook when the component is unmounted

  • 3fb100e Thanks @wellyshen! - Fix(useForm): mon("submitCount") not triggering re-rendering