github redux-form/redux-form v6.2.1

latest releases: v8.3.10, v8.3.9, v8.3.8...
7 years ago

Bug Fixes

  • Do not unregister fields if the form should not be destroyed on unmount #2113
  • Values passed to sync validation function must be defined #2091 #2090
  • Fixed DateTimePicker in react-widgets example. #2119
  • Persist warnings through initialize() action. #2151 #2142
  • Fixed bug when using Fields inside a FormSection. #2154 #2148
  • Allow null to empty string conversion overwrite using format. #2171 #2062

Features

  • Added @@ in front of action names to conform with industry standard. This should not affect you if you were properly importing action strings to listen to redux-form actions, but if you were being naughty and using strings, you might have a problem. #2110
  • Added submitError parameter to onSubmitFail() call. #2134
  • Export registerField and unregisterField action creators. #2126
  • 2.5x speed improvement fix to setIn(). 🚗 💨 #2175
  • Included fields structure in looping calls (fields.map(), fields.forEach(), etc.) to allow the renderer to call fields.remove(). #2187

Don't miss a new redux-form release

NewReleases is sending notifications on new releases.