Skip to content

3.2.0

Compare
Choose a tag to compare
@developit developit released this 04 Jan 22:53
· 48 commits to master since this release
  • Update connect() to react correctly to prop changes (#120, thanks @lwakefield!)
    • applies to both react and preact integrations
    • mapStateToProps() will be called when a component is re-rendered.
  • [TS] Switch React typings from React.Component to React.ComponentClass (#119, thanks @joseluisq!)