@chat21/chat21-web-widget 5.0.48-rc.2 → 5.0.48-rc.3

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 CHANGED
@@ -1,5 +1,10 @@
1
1
  # chat21-web-widget ver 5.0
2
2
 
3
+ ### 5.0.48-rc.3
4
+ - added: startConversation method to start a new conversation from javascript method
5
+ - added: implementation of conversationChangedDetailed in MQTTConversationsHandler service
6
+ - bug-fixed: MQTTConversationsHandler service trigger onConversationsChanged every time conversation is loaded (is_new)
7
+
3
8
  ### 5.0.48-rc.2
4
9
  - added: splitMessage in MQTTConversationHandler service
5
10
  - removed: MESSAGE_TYPE_DATE
@@ -1549,6 +1549,7 @@
1549
1549
  <button class="btn btn-light" onclick="onClickTestButton('close')">Close <em class="fa fa-arrow-down"></em></button>
1550
1550
  <button class="btn btn-light" onclick="onClickTestButton('hide')">Hide</button>
1551
1551
  <button class="btn btn-light" onclick="onClickTestButton('show')">Show</button>
1552
+ <button class="btn btn-light" onclick="onClickTestButton('startConversation')">Start Conversation</button>
1552
1553
  <button class="btn btn-light" onclick="onClickTestButton('dispose')">Dispose</button>
1553
1554
  <button class="btn btn-light" onclick="onClickTestButton('showCallout')">Show callout</button>
1554
1555
  <button class="btn btn-light" onclick="onClickTestButton('reInit')">ReInit</button>
@@ -19,7 +19,7 @@
19
19
  "appId": "tilechat",
20
20
  "MQTTendpoint": "wss://eu.rtmv3.tiledesk.com/mqws/ws",
21
21
  "APIendpoint": "https://eu.rtmv3.tiledesk.com/chatapi/api",
22
- "_log": true
22
+ "log": true
23
23
  },
24
24
  "apiUrl": "https://api.tiledesk.com/v3/",
25
25
  "baseImageUrl": "https://eu.rtmv3.tiledesk.com/api/",