@chat21/chat21-web-widget 5.1.15 → 5.1.16

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
@@ -6,6 +6,8 @@
6
6
  ### **Copyrigth**:
7
7
  *Tiledesk SRL*
8
8
 
9
+ # 5.1.16
10
+ - **changed**: "close chat" header conversation menu button enabled in chatbot-panel.html
9
11
 
10
12
  # 5.1.15
11
13
  - **changed**: Load local translations before remote ones
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chat21/chat21-web-widget",
3
3
  "author": "Tiledesk SRL",
4
- "version": "5.1.15",
4
+ "version": "5.1.16",
5
5
  "license": "MIT",
6
6
  "homepage": "https://www.tiledesk.com",
7
7
  "repository": {
@@ -504,7 +504,6 @@
504
504
  singleConversation: true,
505
505
  restartConversation: true,
506
506
  hideHeaderCloseButton: true,
507
- hideCloseConversationOptionMenu: true,
508
507
  isLogEnabled:true,
509
508
  customAttributes: { sound: false },
510
509
  displayOnDesktop: true,