Skip to content

Releases: remix-run/react-router

v2.6.1

13 Sep 16:55
d782f5c
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

v2.5.0

13 Sep 16:45
4e24ae7
Compare
Choose a tag to compare

Changes

  • Feature/Deprecation: Call getChildRoutes and getIndexRoute with partialNextState; deprecate accessing location directly in favor of partialNextState.location there (#3556, #3561, #3569, Upgrade Guide)
  • Refactor: Refactor creating routeParams objects (#3544)

v3.0.0-alpha.1

13 Sep 16:58
v3.0.0-alpha.1
2134f41
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

Changes

May 19, 2016

  • Breaking: Remove all deprecated functionality as of v2.3.0 (#3340, #3435)
  • Breaking/Feature: Make <Link> and withRouter update inside static containers (#3430, #3443)
  • Feature: Add params, location, and routes to props injected by withRouter and to properties on context.router (#3444, #3446)

v2.4.1

13 Sep 16:38
f17c4b7
Compare
Choose a tag to compare

Changes

  • Bugfix: Don't crash on invalid URI components in params (#3453)

v2.4.0

28 Apr 17:15
041153a
Compare
Choose a tag to compare

Changes

  • Feature: Add withRouter higher-order component for injecting props.router (#3352)
  • Minor: Add React as a peer dependency (#3361)
  • Minor: Upgrade to Babel 6 (#3362)
  • Minor: Add target to propTypes for <Link> (#3397)