Skip to content

v5.0.3

Compare
Choose a tag to compare
@timdorr timdorr released this 23 Feb 19:23
· 1037 commits to master since this release

Changes

  • Fix subscription bug when a new store is passed as a prop (fixes HMR). (#589 by @jimbolla)
  • Use shallowEqual from fbjs. (#591 by @timdorr)
  • Stringify WrappedComponent in error message. (#605 by @pvorona)
  • Ensure single arg mapStateToProps factory gets ownProps. (#616 @lukeapage)
  • Duck-type subscription in prop checks (#628 by @jquense)
  • Add React 16 as a valid peer dep (#629 by @gaearon)