github redux-form/redux-form v6.0.0-rc.1

latest releases: v8.3.10, v8.3.9, v8.3.8...
pre-release7 years ago
  • Added normalize prop to Field, providing normalization functionality similar to that of v5. #1115
  • Automatic number parsing for <input type="number"/> inputs. #1136
  • Removed use of lodash partial. #1117
  • Fixed bug #1024, where field would not rerender when its sync error changed. #1120
  • Added enableReinitialize config parameter to address the perennial "do we reinitialize when initialValues changes, or not?" question. #1121 #832 #1084
  • Fixed bug in the plugin API. #1127
  • Fixed rerendering issue in componentShouldUpdate. #1171
  • Added missing move() and removeAll() functions for FieldArray usage. #1198
  • RIP returnRejectedSubmitPromise. A rejected submission will always return a rejected promise. #1203
  • Fixed "no registeredFields" bug #1124 #1254 #1231
  • Added onSubmitSuccess and onSubmitFail functionality from v5. #1257
  • Added propNamespace, a rarely used feature of v5. #1258

We've gone up to RC on this release because the API seems very stable and the code is production ready. We're going to allow another week or two for bugs to be discovered before release.

Any pending enhancements – and there are some good ones! – should not be breaking changes, and may be released as feature updates.

Don't miss a new redux-form release

NewReleases is sending notifications on new releases.