v6.1.0
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
- Output ESM build, and make module tree-shakeable (@unindented in #202)