Skip to content

v3.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@timdorr timdorr released this 16 Sep 17:43
· 7311 commits to main since this 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 of history.transitionTo for redirects (#3799)
  • Feature: Support router as a prop on withRouter-wrapped components for overriding the router object from context (#3729)
  • Feature: Add withRef option to withRouter that enables getWrappedInstance (#3735, #3740)
  • Bugfix: Warn on invalid router middlewares (#3717)