Skip to content

Commit ecad11b

Browse files
committed
### 5.0.20-rc.2
1 parent 56a7017 commit ecad11b

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# chat21-web-widget ver 5.0
22

3+
### 5.0.20-rc.2
4+
- bug-fixed: (mqtt) new conversation was signed as archived conversation beacause archivedConversationHandlers get conversation detail from active conversation node
5+
- bug-fixed: buttonBackgrounColor and buttonHovertextColor was setted programatically based on themeColor
6+
- bug-fied: sendMessage and sendSupportMessage external method provide more than 1 input parameter: now pass a MessageObj
7+
- bug-fixed: space between lines was different if message contains emojii
8+
39
### 5.0.20-rc.1
4-
- bug-fixed: if widget is open on mobile browser, when user scroll on conversation messages, scroll also parent hosting page --> added style to body page
10+
- bug-fixed: if widget is open on mobile browser, when user scroll on conversation messages, scrolls also parent hosting page --> added style to body page
511

612
### 5.0.19 IN PROD
713

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chat21/chat21-web-widget",
33
"author": "Tiledesk SRL",
4-
"version": "5.0.20-rc.1",
4+
"version": "5.0.20-rc.2",
55
"license": "AGPL-3.0",
66
"homepage": "https://www.tiledesk.com",
77
"repository": {

0 commit comments

Comments
 (0)