Skip to content

Releases: remix-run/react-router

v2.8.1

13 Sep 16:58
800991c

Choose a tag to compare

Changes

Sep 13, 2016

  • Bugfix: Fix redirects that specify query (#3808)

v2.8.0

13 Sep 16:57
17ad13f

Choose a tag to compare

Changes

Sep 9, 2016

  • Feature: Support omitting to on <Link> (#3803)
  • Refactor: Use history.replace instead of history.transitionTo for redirects (#3799)

v2.7.0

13 Sep 16:56
ab4552d

Choose a tag to compare

Changes

Aug 20, 2016

  • 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)

v3.0.0-alpha.3

13 Sep 16:59
v3.0.0-alpha.3
59808d5

Choose a tag to compare

v3.0.0-alpha.3 Pre-release
Pre-release

Changes

Aug 2, 2016

  • Feature: Support function to prop in <Link> (#3669)
  • Chore: Move ES module build to es/ (#3670)
  • Chore: Add module entry point for webpack 2 (#3672)

v2.6.1

13 Sep 16:55
d782f5c

Choose a tag to compare

Changes

Jul 29, 2016

  • Bugfix: Correctly handle routes with patterns that are the names of properties on Object.prototype (#3680)

v3.0.0-alpha.2

13 Sep 16:59
v3.0.0-alpha.2
a30defc

Choose a tag to compare

v3.0.0-alpha.2 Pre-release
Pre-release

Changes

Jul 19, 2016

  • Breaking: Remove all deprecated functionality as of v2.6.0 (#3603, #3646)
  • Breaking: Support history v3 instead of history v2 (#3647)
  • Feature: Add router to props for route components (#3486)

v2.6.0

13 Sep 16:55
8b3569b

Choose a tag to compare

Changes

Jul 18, 2016

  • Feature: Add prevState as argument to onLeave hooks (#3616)
  • Bugfix: Fix when the <Link> onClick invariant runs (#3636)

v0.13.6

13 Sep 16:52
c372067

Choose a tag to compare

  • #3607 [added] Support for React v0.15
  • #3645 [fixed] Passing through extra props to <Link>

v2.5.2

13 Sep 16:51
cedd5b8

Choose a tag to compare

Changes

  • Bugfix: Remove extraneous propTypes check when creating a route object from a React element (#3591)

v2.5.1

13 Sep 16:46
e01264d

Choose a tag to compare

Changes

  • Bugfix: Throw error instead of silently failing with history v3 (#3571)
  • Bugfix: Explicitly throw error in onClick handler of <Link> rendered outside of router context (#3572)