This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v0.10.5
Internal Enhancements
- The
submit()
action now batches actions (with performance/rendering benefits):setSubmitted
andsetValidity
are batched when the form is validsetSubmitFailed
andsetErrors
are batched when the form is invalid
- The
peerDependencies
inpackage.json
has been updated to includereact-dom
andredux-thunk
.