Releases: remix-run/react-router
Releases · remix-run/react-router
v2.8.1
13 Sep 16:58
Compare
Sorry, something went wrong.
No results found
Sep 13, 2016
Bugfix: Fix redirects that specify query (#3808 )
v2.8.0
13 Sep 16:57
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
#3607 [added] Support for React v0.15
#3645 [fixed] Passing through extra props to <Link>
v2.5.2
13 Sep 16:51
Compare
Sorry, something went wrong.
No results found
Bugfix: Remove extraneous propTypes check when creating a route object from a React element (#3591 )
v2.5.1
13 Sep 16:46
Compare
Sorry, something went wrong.
No results found
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 )