React Final Form Versions Save

🏁 High performance subscription-based form state management for React

v6.5.9

2 years ago

v6.5.8

2 years ago
  • Fixed final-form version restriction in peerDeps #967 #963

https://github.com/final-form/react-final-form/compare/v6.5.7...v6.5.8

v6.5.7

2 years ago

Type Fixes

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

https://github.com/final-form/react-final-form/compare/v6.5.6...v6.5.7

v6.5.6

2 years ago

Oops. My mistake.

  • Remove engines from package.json #945

https://github.com/final-form/react-final-form/compare/v6.5.5...v6.5.6

v6.5.5

2 years ago

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

https://github.com/final-form/react-final-form/compare/v6.5.4...v6.5.5

v6.5.4

2 years ago

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

https://github.com/final-form/react-final-form/compare/v6.5.3...v6.5.4

v6.5.3

3 years ago

Examples Fixes only

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

https://github.com/final-form/react-final-form/compare/v6.5.2...v6.5.3

v6.5.2

3 years ago

🎉 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

https://github.com/final-form/react-final-form/compare/v6.5.1...v6.5.2

v6.5.1

3 years ago

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

https://github.com/final-form/react-final-form/compare/v6.5.0...v6.5.1

v6.5.0

3 years ago

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

https://github.com/final-form/react-final-form/compare/v6.4.0...v6.5.0