Releases: final-form/final-form-calculate
Releases 路 final-form/final-form-calculate
v2.0.0
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
Compare
Sorry, something went wrong.
No results found
v1.3.2
Compare
Sorry, something went wrong.
No results found
Type Fixes
Update typescript & flow types #37 #32
Provide FormValues for createDecorator #39 #38
v1.3.1...v1.3.2
v1.3.1
Compare
Sorry, something went wrong.
No results found
Build fixes
Updated dependencies to remove vulnerabilities.
v1.3.0
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
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
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
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
Compare
Sorry, something went wrong.
No results found
Opened up peer dependencies to be compatible with newer versions of 馃弫 Final Form.
v1.0.1
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