We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12f5640 + 7a4e82e commit 8b2fc2bCopy full SHA for 8b2fc2b
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 2.7.3 - 2022-07-24
2
+
3
+- Updated package restriction to support react ^18 (@cbschuld)
4
5
### 2.7.2 - 2021-10-05
6
7
- Update aria role on provider buttons to improve accessibility (@luisrudge)
package.json
@@ -38,7 +38,7 @@
38
"url": "https://github.com/calibreapp/react-live-chat-loader.git"
39
},
40
"peerDependencies": {
41
- "react": "^16.14.0 || ^17.0.0"
+ "react": "^16.14.0 || ^17.0.0 || ^18.0.0"
42
43
"devDependencies": {
44
"@babel/cli": "^7.13.10",
0 commit comments