react-final-form v6.5.2 Release Notes

Release Date: 2020-10-21 // over 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

    v6.5.1...v6.5.2


Previous 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

    v6.5.0...v6.5.1