Releases: final-form/react-final-form
Releases · final-form/react-final-form
v6.5.5
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
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
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
🎉 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
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:
Deps Fixes
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
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