v2.3.0
Changes
- Feature: Add
applyRouterMiddleware
for extending router rendering (#3327) - Feature/Deprecation: Add
routerShape
andlocationShape
as top-level exported prop types, and deprecate all the old prop types, including the ones that were previously incorrectly removed (#3349) - Minor: Move ES module build back to
es6/
to avoid breaking people who were incorrectly importing fromreact-router/es6
(#3334)