@chat21/chat21-web-widget 5.0.49-rc.1 → 5.0.50

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.50 in PROD
4
+ - bug-fixed: if only one department exist (not the default) widget starts conversation with default one
5
+
6
+ ### 5.0.49 in PROD
7
+
3
8
  ### 5.0.49-rc.1
4
9
  - bug-fixed: restartConversation default parameter was set to true
5
10
  - bug-fixed: icon for html file moved to local resource
@@ -253,7 +253,8 @@
253
253
  marginY: "50px",
254
254
  calloutTimer: 1,
255
255
  singleConversation: true,
256
- restartConversation: true
256
+ restartConversation: true,
257
+ hideCloseConversationOptionMenu: true
257
258
  // autostart: false
258
259
 
259
260
  };