Releases: final-form/react-final-form
Releases · final-form/react-final-form
v7.0.1
v7.0.1
Bug fixes since v7.0.0. No breaking changes.
Bug Fixes
- Fixed
useFieldreturning the form'sinitialValuesinstead of the field's initial value on first render (#1060, fixes #1050) - Fixed
type="select"withmultiplenot defaulting to[](#1061) - Fixed React Native compatibility by removing the
HTMLElementconstraint (#1065) - Fixed
destroyOnUnregisterlosing initial values when used in StrictMode (#1069) - Fixed checkbox and radio
checkedlogic — was incorrectly usingformatinstead ofparse(#1074, fixes #974) - Fixed field
nameprop shadowing DOM properties (#1077, fixes #871) - Fixed
FormSpyonChangenot being called with initial state on mount (#1076) - Fixed field name and value falling out of sync when the
nameprop changes dynamically (#1078, fixes #869) - Fixed overwriting getter-only properties when spreading props in
renderComponent(#1056, fixes #1055) - Fixed spreading of lazy state in
FormSpyrender props (#1059) - Fixed
inputprop override being ignored in theFieldcomponent (#1066)
Documentation
- Added v7.0.0 migration guide for TypeScript users (#1064)
v7.0.0
This release has converted the entire library from Flow to TypeScript.
There should be NO BREAKING CHANGES, but because so much code was touched, I'm bumping to a major version out of precaution.
Read more here: Final Form goes to TypeScript
v7.0.0-0
- Migrate to TypeScript (#1047) 875f4ce
- Add React 19 to peer dependencies (#1046) b7f56df
- Merge pull request #1017 from final-form/dependabot/npm_and_yarn/qs-6.5.3 43952cb
- Merge pull request #1024 from final-form/dependabot/npm_and_yarn/follow-redirects-1.15.2 4f80b93
- Bump follow-redirects from 1.14.4 to 1.15.2 57c7248
- Merge pull request #1023 from final-form/dependabot/npm_and_yarn/axios-and-github-build-0.21.4 586555e
- Bump axios and github-build f386587
- Bump qs from 6.5.2 to 6.5.3 adf8184
- Merge pull request #1019 from final-form/dependabot/npm_and_yarn/json5-1.0.2 527c9cb
- Merge pull request #972 from Karadjordje/main 04019ac
- Bump json5 from 1.0.1 to 1.0.2 3a465cf
- Update ReactFinalForm.js c113dd8