v4.0.3
- Fixes a bug that caused the props of connected components to not updated during a hot update with something like React Hot Loader. Internally, it involved moving the memoized calculations from
shouldComponentUpdate()
into more appropriate places such ascomponentWillReceiveProps()
,handleChange()
, andrender()
. (#224, #225)