github redux-form/redux-form v7.4.0

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

New Features

  • Added an optional list of fields to isDirty and isPristine selectors #3900 #3864
  • Add immutableProps option to Field component #3849 #3810
  • New isAsyncValidating selector #3910 #3901
  • New FormName component that will call a child render prop with the name of the form it is inside. #4038 #4037

Bug Fixes

  • Fix field not validating after re-mount #3909 #3566 #3500
  • Add immutableProps to HOC propTypes #3913
  • Don't delete initial initialValues structure on withCleanUp #3619 #4068 #2597 #3366
  • Add PropTypes.node to FormSection's component propTypes #3995 #3859
  • Use cached object for syncErrors and syncWarnings #4010
  • Fixed bug where async validation with a resolved Promise was halting form submission #4028 #3895 #2056
  • Fix clear errors in parent of array after child change #4014 #3580

Type Fixes

  • Made optional arguments initialize to optional in Flow #3898 #3668

Dependency Fixes

  • 🎉 Support for Redux v4 #3986 🎉

Don't miss a new redux-form release

NewReleases is sending notifications on new releases.