Skip to content

Releases: final-form/final-form-calculate

v2.0.0

Choose a tag to compare

@erikras erikras released this 07 Jun 09:02

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

v2.0.0-0 Pre-release
Pre-release

Choose a tag to compare

@erikras erikras released this 07 Jun 08:41

v1.3.2...v2.0.0-0

v1.3.2

Choose a tag to compare

@erikras erikras released this 02 Sep 13:16
v1.3.2

Type Fixes

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

v1.3.1...v1.3.2

v1.3.1

Choose a tag to compare

@erikras erikras released this 07 Feb 15:16

Build fixes

  • Updated dependencies to remove vulnerabilities.

v1.3.0

Choose a tag to compare

@erikras erikras released this 13 Dec 14:10
v1.3.0

New Features

  • Add previousValues to updates function #24 #23
  • Further support for RegExp in field rule definitions #21

v1.2.1

Choose a tag to compare

@erikras erikras released this 08 Jun 19:52

Build Fix

  • Upgraded build deps
  • Deployed again because somehow the Typescript types were missing in v1.2.0. #19

v1.2.0

Choose a tag to compare

@erikras erikras released this 04 Jun 14:02

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

Choose a tag to compare

@erikras erikras released this 20 Mar 11:14

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

Choose a tag to compare

@erikras erikras released this 10 Jan 22:10
e15f2b0
  • Opened up peer dependencies to be compatible with newer versions of 馃弫 Final Form.

v1.0.1

Choose a tag to compare

@erikras erikras released this 08 Dec 14:42

Bug Fixes

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