@chat21/chat21-web-widget 5.0.80-rc.1 → 5.0.80-rc.2
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 +3 -0
- package/package.json +1 -1
- package/src/app/app.component.scss +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,9 @@
|
|
|
5
5
|
*Dario De Pascalis*
|
|
6
6
|
### **Copyrigth**: *Tiledesk SRL*
|
|
7
7
|
|
|
8
|
+
### 5.0.80-rc.2
|
|
9
|
+
- changed: background color network disconnection msg
|
|
10
|
+
|
|
8
11
|
### 5.0.80-rc.1
|
|
9
12
|
- added: network-offline component to manage network connection/disconnection
|
|
10
13
|
- added: onDisconnect MQTT method to subscribe and manage reconnect/close/offline event
|
package/package.json
CHANGED