Skip to content

Releases: final-form/react-final-form

v3.2.1

11 Apr 14:35

Choose a tag to compare

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

Choose a tag to compare

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

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

Choose a tag to compare

Flow Fixes

v3.1.2

28 Feb 15:40

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

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

Choose a tag to compare

New Features

v3.0.5

23 Jan 16:07

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

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

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