We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726301f commit b6cbc11Copy full SHA for b6cbc11
CHANGELOG.md
@@ -25,6 +25,10 @@
25
* The `rct-options` and `rct-option` CSS classes are now `rct-actions` and `rct-action` respectively
26
* The `rct-title` CSS class is now `rct-label`
27
28
+#### Other
29
+
30
+* Drop support for React before v16.8
31
32
### New Features
33
34
* Add `checkKeys` property to allow specification of JavaScript keys to trigger check behavior
package.json
@@ -40,7 +40,7 @@
40
"test:style-format": "prettier --check src/scss/**/*.scss examples/src/scss/**/*.scss"
41
},
42
"peerDependencies": {
43
- "react": "^15.3.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
44
45
"devDependencies": {
46
"@babel/core": "^7.0.0",
0 commit comments