Skip to content

Commit b3cdd2a

Browse files
author
Michael Dijkstra
committed
2.6.0
1 parent 32c03e2 commit b3cdd2a

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 2.6.0 - 2021-09-03
2+
3+
- Add `beforeInit` and `onReady` callbacks (thanks @myleslinder)
4+
15
### 2.5.2 - 2021-06-25
26

37
- Bug fix for using `loadChat` to open a widget

package-lock.json

Lines changed: 1 addition & 1 deletion
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.5.2",
3+
"version": "2.6.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)