Releases: final-form/react-final-form
Releases · final-form/react-final-form
v3.2.1
11 Apr 14:35
Compare
Sorry, something went wrong.
No results found
v3.2.0 was broken. 😳
Features
Handle prop changes to <Form> to update config in realtime. #183 #128
Better dead code removal. #206
Added better dev warning for checkbox and radio buttons. #204
v3.1.5
22 Mar 10:52
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Fixed pesky bug involving post-mount updates. #197 #196
Flow Fixes
Exported more of the flow types, like FieldProps and FieldRenderProps. #200 #142
v3.1.4
14 Mar 18:09
Compare
Sorry, something went wrong.
No results found
🎉 🥧 Happy π Day! 🥧 🎉
Bug Fixes
Prevented a setState() warning that occurred on server-side rendering #188 #176
v3.1.3
13 Mar 18:15
Compare
Sorry, something went wrong.
No results found
v3.1.2
28 Feb 15:40
Compare
Sorry, something went wrong.
No results found
Build fixes
Fix opencollective postinstall in package.json for production builds #173 #172
v3.1.1
23 Feb 17:42
Compare
Sorry, something went wrong.
No results found
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.1.0
29 Jan 20:45
Compare
Sorry, something went wrong.
No results found
v3.0.5
23 Jan 16:07
Compare
Sorry, something went wrong.
No results found
Typescript fixes
Added dirtySinceLastSubmit on FieldRenderProps #127
Possibly undefined mutators (on render) are difficult to use #129
v3.0.4
17 Jan 20:14
Compare
Sorry, something went wrong.
No results found
Typescript fixes
Added tests for typescript types to guard against regressions. #126 #125 #108
v3.0.3
17 Jan 15:31
Compare
Sorry, something went wrong.
No results found
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