This repository was archived by the owner on Jan 11, 2019. It is now read-only.
v3.3.0
It has been quite some time since the last release, hasn't it? Hm, 20 days and I go overboard with my emotions for a minor release.
Changes
- Removes
shouldComponentUpdatefrom connectActions and thus from withActions as well, since those shouldn't care about props. - Added argument
purePropsto connectStore and withStore to turnshouldComponentUpdate, which checks for reference equality on the props, on and off. (On by default of course)
Just small things, nothing should break. 👍