Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

React Redux Form v1.6.0

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 20 Feb 04:24
· 412 commits to master since this release

React Native

  • The biggest fixes in this release were for React Native. Now, react-redux-form/native targets react-redux-form/lib/native, which is the ES5-compiled version of React Redux Form Native. #654
  • Also, mapProps in React Native will now extend the existing control's mapProps, just like the normal version does. #659

Other Enhancements and Fixes

  • Documentation updates: #660, #661, #665, #666
  • A new ISSUE_TEMPLATE.md was created to make it easier for you (and me) to solve issues together.
  • Also, in the issue template, you'll see a link to a CodePen that you can fork as a template for creating reproducible code examples for RRF.