Skip to content

Commit

Permalink
feat(react): update minimum react version supported
Browse files Browse the repository at this point in the history
BREAKING CHANGE: from version `0.7.0` `@uirouter/react` only supports react from version `16.3.x` because of the new Context API.
If you need to use it with previous versions of React you should check the `0.6.x`, but bear in mind that it’s no longer supported and it’s advised to update React instead.
  • Loading branch information
elboman committed Apr 26, 2018
1 parent 0821010 commit 4acb7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"prop-types": "^15.6.1"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0"
"react": "^16.3.0"
},
"devDependencies": {
"@types/classnames": "^2.2.3",
Expand Down

0 comments on commit 4acb7a7

Please sign in to comment.