Skip to content

Commit 09eb861

Browse files
committed
Add React 18 to the peer dependency list
Resolves #329.
1 parent 86d9f50 commit 09eb861

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## [v1.8.0](https://github.com/jakezatecky/react-checkbox-tree/compare/v1.7.3...v1.8.0) (2020-08-06)
4+
5+
### Other
6+
7+
* [#329] Add React 18 to the peer dependency list (**Note**: React 18 is not part of the automatic testing, but should work)
8+
39
## [v1.7.3](https://github.com/jakezatecky/react-checkbox-tree/compare/v1.7.2...v1.7.3) (2020-05-23)
410

511
### Bug Fixes

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ npm install react-checkbox-tree --save
2626

2727
> **Note** – This library makes use of [Font Awesome](http://fontawesome.io/) styles and expects them to be loaded in the browser.
2828
29+
> **Note** – Although **React 18** should work, our unit tests run against React 17 due to incompatibility with the unit testing tool (Enzyme).
2930
3031
### Include CSS
3132

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"test": "gulp test-script"
2727
},
2828
"peerDependencies": {
29-
"react": "^15.3.0 || ^16.0.0 || ^17.0.0"
29+
"react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
3030
},
3131
"devDependencies": {
3232
"@babel/core": "^7.0.0",

0 commit comments

Comments
 (0)