Skip to content

Commit

Permalink
feat: update version 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
foxhound87 committed Mar 12, 2023
1 parent d1d52d1 commit 8feab3d
Show file tree
Hide file tree
Showing 29 changed files with 5,020 additions and 6,892 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16.19.1
22 changes: 17 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
# 5.4.0 (next)

- Support for `default` Bindings Template.
- `clear()` & `reset()` methods will revert to initial validation state instead of `validate()`.
- introduced `onKeyUp` and `onKeyDown` fields Hooks and Handlers.
- introduced `validateOnClear` & `validateOnReset` form options (disabled by default).
- introduced `removeNullishValuesInArrays` form option (disabled by default).
- introduced `retrieveOnlyEnabledFieldsErrors` form option (disabled by default).
- `retrieveOnlyDirtyValues` form option renamed to `retrieveOnlyDirtyFieldsValues`.
- `retrieveOnlyEnabledFields` form option renamed to `retrieveOnlyEnabledFieldsValues`
- fix: #617 #615 #613 #614 #544 #454 #518 #376 #497 #582 #394

# 5.3.2 (next)

- fix: Support validatedWith with nested property of a field's value
- # 5.3.1 (next)
- fix: Support `validatedWith` with nested property of a field's value
# 5.3.1 (next)

- fix: cannot change disabled prop on fields
# 5.3.0 (next)

- nested fields trigger onchange hook on container
# 5.2.0 (next)

- trigger onChange hook on add/del
- trigger onChange hook on add/del
# 5.1.0 (next)

- Form level onChange hook
Expand All @@ -26,11 +38,11 @@

- stopValidationOnError & validationOrder options (fix #576)

- # 3.1.1
# 3.1.1

- labels for DVR dependant fields for before/after rules

- # 3.1.0
# 3.1.0

- mobx6.1 support

Expand Down
Loading

0 comments on commit 8feab3d

Please sign in to comment.