Skip to content

v7.2.9

Compare
Choose a tag to compare
@markerikson markerikson released this 23 Sep 04:59
· 445 commits to master since this release

This patch release updates the rarely-used areStatesEqual option for connect to now pass through ownProps for additional use in determining which pieces of state to compare if desired.

The new signature is:

{
  areStatesEqual?: (
    nextState: State,
    prevState: State,
    nextOwnProps: TOwnProps,
    prevOwnProps: TOwnProps
  ) => boolean
}

What's Changed

Full Changelog: v7.2.8...v7.2.9