Skip to content

Releases: final-form/final-form-calculate

v1.3.2

02 Sep 13:16
v1.3.2
Compare
Choose a tag to compare

Type Fixes

  • Update typescript & flow types #37 #32
  • Provide FormValues for createDecorator #39 #38

v1.3.1...v1.3.2

v1.3.1

07 Feb 15:16
Compare
Choose a tag to compare

Build fixes

  • Updated dependencies to remove vulnerabilities.

v1.3.0

13 Dec 14:10
v1.3.0
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
e15f2b0
Compare
Choose a tag to compare
  • Opened up peer dependencies to be compatible with newer versions of 🏁 Final Form.

v1.0.1

08 Dec 14:42
Compare
Choose a tag to compare

Bug Fixes

  • Actually made the darn thing work. Had to call form.batch() to prevent a stack overflow. Oops. #1

v1.0.0

08 Dec 14:34
Compare
Choose a tag to compare

🎉 Initial Release 🎉