Releases: final-form/react-final-form
Releases · final-form/react-final-form
v3.1.4
🎉 🥧 Happy π Day! 🥧 🎉
Bug Fixes
- Prevented a
setState()
warning that occurred on server-side rendering #188 #176
v3.1.2
Build fixes
- Fix opencollective postinstall in package.json for production builds #173 #172
v3.1.1
Bug Fixes
- Stopped extending React.PureComponent #153 #150
- Ensured that
input.checked
is a boolean
#158
- Fixed React Native
event.preventDefault()
error #167 #166
Typescript Fixes
- Added isEqual prop to typescript definition #145
v3.0.5
Typescript fixes
- Added
dirtySinceLastSubmit
on FieldRenderProps
#127
- Possibly undefined mutators (on render) are difficult to use #129
v3.0.4
Typescript fixes
- Added tests for typescript types to guard against regressions. #126 #125 #108
v3.0.3
Bug Fixes
- Custom components with
type="radio"
now enjoy the same logic to calculate checked
as default <input type="radio"/>
components. #118 #117
Typescript Fixes
v3.0.2
Bug Fixes
- Removed the warning about radio inputs. It was intended to be helpful, but it wasn't. #113 #112