@connectycube/chat-widget 0.26.1 → 0.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist/index.es.js +3057 -3036
- package/dist/index.umd.js +37 -35
- package/dist/react19/index.es.js +3070 -3049
- package/dist/react19/types/helpers/connectycube.d.ts +1 -0
- package/dist/react19/types/helpers/widget.d.ts +2 -0
- package/dist/react19/types/locales/el/translation.json.d.ts +1 -1
- package/dist/react19/types/locales/en/translation.json.d.ts +1 -1
- package/dist/react19/types/locales/ua/translation.json.d.ts +1 -1
- package/dist/types/helpers/connectycube.d.ts +1 -0
- package/dist/types/helpers/widget.d.ts +2 -0
- package/dist/types/locales/el/translation.json.d.ts +1 -1
- package/dist/types/locales/en/translation.json.d.ts +1 -1
- package/dist/types/locales/ua/translation.json.d.ts +1 -1
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## 0.28.0
|
|
4
|
+
|
|
5
|
+
### Misc
|
|
6
|
+
|
|
7
|
+
- Can restore expired API session
|
|
8
|
+
|
|
9
|
+
### Bug fixed
|
|
10
|
+
|
|
11
|
+
- Display typing status in chat header
|
|
12
|
+
|
|
13
|
+
## 0.27.0
|
|
14
|
+
|
|
15
|
+
### Misc
|
|
16
|
+
|
|
17
|
+
- Responsive styles based on a prop `portalStyle: { fontSize: ...px }`
|
|
18
|
+
|
|
3
19
|
## 0.26.1
|
|
4
20
|
|
|
5
21
|
### Misc
|