Releases: final-form/final-form-calculate
Releases · final-form/final-form-calculate
v1.3.1
Build fixes
- Updated dependencies to remove vulnerabilities.
v1.3.0
New Features
- Add
previousValues
to updates
function #24 #23
- Further support for
RegExp
in field rule definitions #21
v1.2.1
Build Fix
- Upgraded build deps
- Deployed again because somehow the Typescript types were missing in
v1.2.0
. #19
v1.2.0
Typescript Types
- Added Typescript definitions #12 #13
Bug Fixes
- Keep externals as dependencies. #14
New Features
- Added
Promise
support, so your updates can be asynchronous. #17 #16
v1.1.0
New Features
- New API for updating multiple fields at once. Allows for reusing the same calculation functions for all elements of an array of fields. #5 #6 #9
- New custom
isEqual
predicate allows you to full control over when a field is determined to have changed. Defaults to ===
. #7 #10
- The
FieldPattern
can now be an array of field names. #11 #4
v1.0.2
- Opened up peer dependencies to be compatible with newer versions of 🏁 Final Form.
v1.0.1
Bug Fixes
- Actually made the darn thing work. Had to call
form.batch()
to prevent a stack overflow. Oops. #1