Skip to content

Commit

Permalink
added React v17+
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshendubhowmick committed Dec 14, 2020
1 parent f05b24f commit 9f07389
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 7.0.1
- Added React v17+ in peer dependency

## 7.0.0
- **Breaking:** Removed usage of `ReactDOM.findDOMNode` and `create-react-context`. This will no longer support older versions of React, it now requires `^16.3.0`

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-aria-menubutton",
"version": "7.0.0",
"version": "7.0.1",
"description": "A fully accessible and flexible React-powered menu button",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"teeny-tap": "^0.2.0"
},
"peerDependencies": {
"react": "^16.3.0"
"react": "^16.3.0 || ^17.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down

0 comments on commit 9f07389

Please sign in to comment.