github redux-form/redux-form v6.2.0

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

Features

  • 🎉 Submit via action!! 🎉 Using @erikras's totally-not-patented Redux Dead Drop pattern, you can now submit any form that is currently mounted by dispatching a submit(formName) action. See live example.
  • New FormSection component that allows reuse of sections of your form by prefixing names. Major this.props to @Zagitta for this feature. #1942
  • shouldValidate config property that allows developers to have full control over when sync validation happens. #1995 #1965
  • New getFormSubmitErrors selector. #2072

Bug Fixes

  • Remove deletion of form-level sync error on CHANGE. #1980
  • Added missing export for getFormSyncErrors #1983
  • Fixed bug involving enableReinitialize. #1992 #1902
  • Fixed reinitializing bug with ImmutableJs #2006
  • Fixed bug where submission errors were being swallowed. #2030 #1859
  • Fixed bug involving unregistering of fields on unmount when a form is concurrently mounted. #2040 #1990 #2016
  • Reverted previous change to checkbox behavior. #2083 #1993

Don't miss a new redux-form release

NewReleases is sending notifications on new releases.