Releases: remix-run/react-router
Releases · remix-run/react-router
v0.5.3
10 Nov 17:01
Compare
Sorry, something went wrong.
No results found
273625a [fixed] Active state on <Link>s with key prop
283d3f6 [added] RouteStore#registerChildren
a030648 [changed] Relaxed MemoryStore invariant
e028768 [added] <DefaultRoute> component
6878120 [added] onAbortedTransition, onActiveStateChange, onTransitionError Routes props
58073ca [changed] Transition#cancelReason => abortReason
6d1ae95 [fixed] sibling array route configs
0e7a182 [added] pluggable history implementations closes #166
ca96f86 [fixed] typo in Link
f3dc513 [added] onClick handler to <Link />
b9f92f9 [changed] updated rf-changelog
v0.5.2
10 Nov 17:00
Compare
Sorry, something went wrong.
No results found
21f4f57 [added] preserveScrollPosition Route/Routes props
f3b4de8 [added] support for extra props in Links, fixes #170
829a9ec [added] <Redirect/> component
0a49665 [added] Router.makeHref
2100b8c [changed] handlers receive route name
154afba [changed] location of public modules
v0.5.1
10 Nov 16:57
Compare
Sorry, something went wrong.
No results found
08f5a69 [fixed] location="history" fallback
87b1c2a [fixed] Navigation to root URL can fail
760f021 [fixed] infinite loop in RouteStore.unregisterRoute
5fea685 [added] Router.AsyncState mixin
395a590 [changed] fallback to window.location for history
2a3582e [changed] make URLStore.push idempotent
4c4f87b [fixed] alt click on Link should count as modified
97c02f1 [fixed] middle click on <Link/>
v0.5.0
10 Nov 16:56
Compare
Sorry, something went wrong.
No results found
We brought back <Routes/>.
// 0.4.x
var routes = (
< Route handler = { App } location = "history" >
< Route name = "about" handler = "about" />
</ Route >
) ;
// 0.5.x
var routes = (
< Routes location = "history" >
< Route handler = { App } >
< Route name = "about" handler = "about" />
</ Route >
</ Routes >
) ;
Changes
5af49d4 [changed] Split <Routes> component from <Route>
v0.4.2
10 Nov 16:56
Compare
Sorry, something went wrong.
No results found
2fc9976 [fixed] eslint cleanup; trailing comma fix for IE
b8018b1 [added] animation example
v0.4.1
10 Nov 16:56
Compare
Sorry, something went wrong.
No results found
8152d67 [changed] repo location to rackt/react-router
0ac4dea [removed] Dependency on react/lib/emptyFunction
v0.4.0
10 Nov 16:55
Compare
Sorry, something went wrong.
No results found
NPM users should point their apps to react-router instead of react-nested-router. Make sure to npm prune!
Changes
0be4bf7 [changed] npm registry name to react-router :D
v0.3.5
10 Nov 16:55
Compare
Sorry, something went wrong.
No results found
0a7298c [removed] browserify.transforms from package.json
ebf54ab [removed] Dependency on react/lib/merge
v0.3.4
10 Nov 16:55
Compare
Sorry, something went wrong.
No results found
v0.3.3
10 Nov 16:55
Compare
Sorry, something went wrong.
No results found
92b9077 [changed] file name of dist builds