File tree 3 files changed +8
-1
lines changed
3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
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
+
3
9
## [ v1.7.3] ( https://github.com/jakezatecky/react-checkbox-tree/compare/v1.7.2...v1.7.3 ) (2020-05-23)
4
10
5
11
### Bug Fixes
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ npm install react-checkbox-tree --save
26
26
27
27
> ** Note** &ndash ; This library makes use of [ Font Awesome] ( http://fontawesome.io/ ) styles and expects them to be loaded in the browser.
28
28
29
+ > ** Note** &ndash ; Although ** React 18** should work, our unit tests run against React 17 due to incompatibility with the unit testing tool (Enzyme).
29
30
30
31
### Include CSS
31
32
Original file line number Diff line number Diff line change 26
26
"test" : " gulp test-script"
27
27
},
28
28
"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 "
30
30
},
31
31
"devDependencies" : {
32
32
"@babel/core" : " ^7.0.0" ,
You can’t perform that action at this time.
0 commit comments