Skip to content

Releases: final-form/react-final-form

v3.1.4

14 Mar 18:09
Compare
Choose a tag to compare

馃帀 馃ェ Happy 蟺 Day! 馃ェ 馃帀

Bug Fixes

  • Prevented a setState() warning that occurred on server-side rendering #188 #176

v3.1.3

13 Mar 18:15
Compare
Choose a tag to compare

Flow Fixes

v3.1.2

28 Feb 15:40
Compare
Choose a tag to compare

Build fixes

  • Fix opencollective postinstall in package.json for production builds #173 #172

v3.1.1

23 Feb 17:42
Compare
Choose a tag to compare

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
Choose a tag to compare

New Features

v3.0.5

23 Jan 16:07
Compare
Choose a tag to compare

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
Choose a tag to compare

Typescript fixes

  • Added tests for typescript types to guard against regressions. #126 #125 #108

v3.0.3

17 Jan 15:31
Compare
Choose a tag to compare

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

12 Jan 12:21
Compare
Choose a tag to compare

Bug Fixes

  • Removed the warning about radio inputs. It was intended to be helpful, but it wasn't. #113 #112

v3.0.1

12 Jan 11:33
Compare
Choose a tag to compare

Bug Fixes

Fixed checkbox bug. #111 #109