Skip to content

Commit 656fc70

Browse files
author
Michael Dijkstra
committed
2.7.0
1 parent 5c4048f commit 656fc70

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 2.7.0 - 2021-09-14
2+
3+
- Update `peerDependencies` to remove warning for React 17 (thanks @38ri581oq480)
4+
- Add aria labels for accessibility attributes to provider buttons (thanks @lauGutierrezz)
5+
16
### 2.6.0 - 2021-09-03
27

38
- Add `beforeInit` and `onReady` callbacks (thanks @myleslinder)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-live-chat-loader",
3-
"version": "2.6.1",
3+
"version": "2.7.0",
44
"description": "Implement live chat in your react app without taking a performance hit.",
55
"main": "dist/index.js",
66
"module": "module/index.js",

0 commit comments

Comments
 (0)