react-final-form v6.5.2 Release Notes
Release Date: 2020-10-21 // over 4 years agoPrevious changes from 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:
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