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

React Redux Form v1.2.1

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 04 Nov 12:59
· 583 commits to master since this release

Fixes and Enhancements

  • The dependency on redux-thunk is being removed from all internal RRF components. That means that if you're using standard RRF components, you don't need redux-thunk, but if you are dispatching actions from the library, some might require the use of redux-thunk.
  • A couple fixes to <LocalForm>
    • now renders a <form> by default, instead of a <div> (oops)
    • invalid proptypes are prevented from leaking in to child components