Releases: final-form/final-form-calculate
Releases · final-form/final-form-calculate
v2.0.0
07 Jun 09:02
Compare
Sorry, something went wrong.
No results found
This release has converted the entire library from Flow to TypeScript.
There should be NO BREAKING CHANGES , but because so much code was touched, I'm bumping to a major version out of precaution.
Read more here: Final Form goes to TypeScript
v2.0.0-0
07 Jun 08:41
Compare
Sorry, something went wrong.
No results found
v1.3.2
02 Sep 13:16
Compare
Sorry, something went wrong.
No results found
v1.3.1
07 Feb 15:16
Compare
Sorry, something went wrong.
No results found
Build fixes
Updated dependencies to remove vulnerabilities.
v1.3.0
13 Dec 14:10
Compare
Sorry, something went wrong.
No results found
New Features
Add previousValues to updates function #24 #23
Further support for RegExp in field rule definitions #21
v1.2.1
08 Jun 19:52
Compare
Sorry, something went wrong.
No results found
Build Fix
Upgraded build deps
Deployed again because somehow the Typescript types were missing in v1.2.0. #19
v1.2.0
04 Jun 14:02
Compare
Sorry, something went wrong.
No results found
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
20 Mar 11:14
Compare
Sorry, something went wrong.
No results found
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
10 Jan 22:10
Compare
Sorry, something went wrong.
No results found
Opened up peer dependencies to be compatible with newer versions of 🏁 Final Form.
v1.0.1
08 Dec 14:42
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Actually made the darn thing work. Had to call form.batch() to prevent a stack overflow. Oops. #1