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

React Redux Form v0.10.5

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 19 Apr 04:03
· 1246 commits to master since this release

Internal Enhancements

  • The submit() action now batches actions (with performance/rendering benefits):
    • setSubmitted and setValidity are batched when the form is valid
    • setSubmitFailed and setErrors are batched when the form is invalid
  • The peerDependencies in package.json has been updated to include react-dom and redux-thunk.