@chat21/chat21-web-widget 5.0.47-rc.2 → 5.0.48-rc.1

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,14 @@
1
1
  # chat21-web-widget ver 5.0
2
2
 
3
+ ### 5.0.48-rc.1
4
+ - bug-fixed: chatbot-panel page not render background-image
5
+ - bug-fixed: if departmentID is the default department, widget do not setup its as departmentID to start convs with
6
+ - bug-fixed: if uploadEngine is native, set baseImageUrl as BASE_URL to upload and download images
7
+
8
+ ### 5.0.47.1 in PROD
9
+
10
+ ### 5.0.47 in PROD
11
+
3
12
  ### 5.0.47-rc.2
4
13
  - added: whatsapp number added to home
5
14
  - added: chatbot-panel page to host chatbot template
@@ -101,7 +101,7 @@
101
101
 
102
102
  .mockup{
103
103
  background-repeat: no-repeat;
104
- background-image: url(../images/website\ mockup.png);
104
+ background-image: url(../images/website_mockup.jpg);
105
105
  background-size: calc(100% - 122px);
106
106
  background-position-x: 50px;
107
107
  background-position-y: 100px;
@@ -405,7 +405,7 @@
405
405
 
406
406
  window.onload = function() {
407
407
  document.getElementById("project_id").innerHTML = '"' + tiledesk_projectid + '"';
408
- document.getElementById("project_name").innerHTML = project_name;
408
+ // document.getElementById("project_name").innerHTML = project_name;
409
409
 
410
410
  if(role !== 'agent'){
411
411
  document.getElementById("testPageButton").style.display = 'block'