Skip to content

Commit

Permalink
Out of beta and use react-router v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
supasate committed Mar 22, 2017
1 parent 12217d1 commit 12f54c4
Show file tree
Hide file tree
Showing 7 changed files with 1,799 additions and 1,805 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ Main features

:gem: Support [Immutable.js](https://facebook.github.io/immutable-js/)

> Note:
> - `connected-react-router@4.0.0-beta` supports new `react-router@4.0.0-beta` (with `<Route>` and `<Switch>`)
> - For old `react-router@4.0.0-alpha` (with `<Match>` and `<Miss>`), you need `connected-react-router@2.0.0-alpha.5`

Installation
-----------
Expand Down
6 changes: 3 additions & 3 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
"webpack-hot-middleware": "^2.15.0"
},
"dependencies": {
"connected-react-router": "^4.0.0-beta",
"connected-react-router": "^4.0.0",
"history": "^4.4.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-redux": "^4.4.6",
"react-router": "^4.0.0-beta",
"react-router-dom": "next",
"react-router": "^4.0.0",
"react-router-dom": "^4.0.0",
"redux": "^3.6.0"
}
}

0 comments on commit 12f54c4

Please sign in to comment.