Releases: remix-run/react-router
Releases · remix-run/react-router
v2.6.1
Jul 29, 2016
- Bugfix: Correctly handle routes with patterns that are the names of properties on
Object.prototype
(#3680)
v3.0.0-alpha.2
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
Jul 18, 2016
- Feature: Add
prevState
as argument to onLeave
hooks (#3616)
- Bugfix: Fix when the
<Link>
onClick
invariant runs (#3636)
v0.13.6
- #3607 [added] Support for React v0.15
- #3645 [fixed] Passing through extra props to
<Link>
v2.5.2
- Bugfix: Remove extraneous
propTypes
check when creating a route object from a React element (#3591)
v2.5.1
- 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
- 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
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
- Bugfix: Don't crash on invalid URI components in params (#3453)
v2.4.0
- 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)