Skip to content

v0.9.0

Compare
Choose a tag to compare
@gaearon gaearon released this 17 Aug 15:14
· 1403 commits to master since this release
  • Adds ownProps as an optional second parameter to mapStateToProps and mapDispatchToProps: #59, #55. Note that, in order to get it, your functions have to declare it. In other words, they have to have fn.length > 1.