Skip to content

Commit b6cbc11

Browse files
committed
Drop support for React before v16.8
Hooks did not exist before this version.
1 parent 726301f commit b6cbc11

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
* The `rct-options` and `rct-option` CSS classes are now `rct-actions` and `rct-action` respectively
2626
* The `rct-title` CSS class is now `rct-label`
2727

28+
#### Other
29+
30+
* Drop support for React before v16.8
31+
2832
### New Features
2933

3034
* Add `checkKeys` property to allow specification of JavaScript keys to trigger check behavior

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"test:style-format": "prettier --check src/scss/**/*.scss examples/src/scss/**/*.scss"
4141
},
4242
"peerDependencies": {
43-
"react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
43+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
4444
},
4545
"devDependencies": {
4646
"@babel/core": "^7.0.0",

0 commit comments

Comments
 (0)