Skip to content

Releases: final-form/react-final-form

v6.5.9

01 Apr 08:45
Compare
Choose a tag to compare
  • Added React 18 to peer dependencies (#982)

v6.5.8...v6.5.9

v6.5.8

31 Jan 11:40
Compare
Choose a tag to compare
  • Fixed final-form version restriction in peerDeps #967 #963

v6.5.7...v6.5.8

v6.5.7

30 Sep 13:17
v6.5.7
Compare
Choose a tag to compare

Type Fixes

  • Correct input.value type for useField and Field #947 #946

v6.5.6...v6.5.7

v6.5.6

29 Sep 12:55
v6.5.6
Compare
Choose a tag to compare

Oops. My mistake.

  • Remove engines from package.json #945

v6.5.5...v6.5.6

v6.5.5

29 Sep 12:34
v6.5.5
Compare
Choose a tag to compare

Apologies... FF v4.20.3 contained an engines value in package.json that broke some builds.

  • Skipped FF 4.20.3 for 4.20.4 #945

v6.5.4...v6.5.5

v6.5.4

29 Sep 10:29
v6.5.4
Compare
Choose a tag to compare

Bug Fixes

  • Use custom hook to create callback constants #933
  • Use each item inside of decorators to allow decorators to change identity #893
  • Stabilize useField public handler identity #931 #816

Type Fixes

  • Improved typing for the ability to convert types when using parse/format #935 #929

v6.5.3...v6.5.4

v6.5.3

20 Mar 11:43
v6.5.3
Compare
Choose a tag to compare

Examples Fixes only

  • Programmatic submit does not work in React 17 (#900)
  • Fix error component subscription prop b3c79b8

v6.5.2...v6.5.3

v6.5.2

21 Oct 09:53
v6.5.2
Compare
Choose a tag to compare

馃帀 Support for React 17 as a peer dep! 馃帀

Bug Fixes

  • Lost the formatting method call in checked field getter #859 #858

Type Fixes

  • Apply generic types to params in useFormState declaration #841
  • Allow custom props in FormProps #867 #864

v6.5.1...v6.5.2

v6.5.1

13 Jul 17:07
v6.5.1
Compare
Choose a tag to compare

Hi, @erikras here. The primary reason for this update is to remove the Scarf dependency. I already did for Final Form and I thought React Final Form did not have its own dependency, but I was mistaken. Apologies for the delay.

You can read about my feelings about Scarf here:

Open Source Sustainability

Deps Fixes

  • Remove scarf dep #831

Bug Fixes

  • Update auto-save-selective-debounce to handle clearing inputs #802
  • Re-initialize onFocus/onBlur handlers if the subscribed field changes #787

Type Fixes

  • Update FormValues Typescript definition #806

v6.5.0...v6.5.1

v6.5.0

27 May 15:03
v6.5.0
Compare
Choose a tag to compare

New Features

  • 馃帀馃帀 Forward refs to input component 馃帀馃帀 #608 #141
  • Add modifiedSinceLastSubmit flag to form and field state #799

Bug Fixes

  • Deduce select type from component prop for select-multiple #793
  • If name prop is passed as undefined to Field component, an error is thrown #777 #450

v6.4.0...v6.5.0