File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ npm install react-checkbox-tree --save
2626
2727> ** Note** &ndash ; This library makes use of [ Font Awesome] ( http://fontawesome.io/ ) styles and expects them to be loaded in the browser.
2828
29+ > ** Note** &ndash ; 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments