3.2.0
- 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.ComponenttoReact.ComponentClass(#119, thanks @joseluisq!)