v3.0.0-beta.1
Pre-release
Pre-release
Installation
npm install react-router@beta
Changes
Sep 16, 2016
- Feature: Add Promise support to async route functions (#3719)
Upstream changes from v2.7.0 through v2.8.1:
- Bugfix: Fix redirects that specify
query
(#3808) - Feature: Support omitting
to
on<Link>
(#3803) - Refactor: Use
history.replace
instead ofhistory.transitionTo
for redirects (#3799) - Feature: Support
router
as a prop onwithRouter
-wrapped components for overriding the router object from context (#3729) - Feature: Add
withRef
option towithRouter
that enablesgetWrappedInstance
(#3735, #3740) - Bugfix: Warn on invalid router middlewares (#3717)