Skip to content
This repository was archived by the owner on Jan 11, 2019. It is now read-only.

v3.3.0

Choose a tag to compare

@kitten kitten released this 25 Apr 04:07
· 109 commits to master since this release

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 shouldComponentUpdate from connectActions and thus from withActions as well, since those shouldn't care about props.
  • Added argument pureProps to connectStore and withStore to turn shouldComponentUpdate, which checks for reference equality on the props, on and off. (On by default of course)

Just small things, nothing should break. 👍