Skip to content

v6.1.0

Compare
Choose a tag to compare
@supasate supasate released this 27 Dec 20:44
· 184 commits to master since this release

Fixes

  • Move onLocationChanged to componentDidMount to avoid side-effect in constructor (#217
  • Prevent double-rendering on initilization (#218)
  • Prevent ConnectedRouter from re-rendering on every redux store update (#208, #216)

These fixes are significantly contributed by @AnnaTsu, @SergeyPoluektov, @jakewies, @firec0der, @madsmadsen, and @supasate.

Feature