Skip to content

Commit a4d062c

Browse files
committed
### 5.0.19-rc.12
1 parent ab3ceb3 commit a4d062c

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# chat21-web-widget ver 5.0
22

3+
### 5.0.19-rc.12
4+
- added: onBeforeInit tiledesk event
5+
- added: checkImageExists function in image-repo.service
6+
- changed: launch.js file -> replace onInit with onBeforeInit
7+
- bug-fixed: window.Tiledesk function wasn't created if widget don't have any event queued
8+
- bug-fixed: if tiledeskToken passed is different from stored one, remove item with key 'recipientId' in storage
9+
10+
### 5.0.19-rc.11
11+
- bug-fixed: widget sounds also when info message arrived: managed conversationChanged BS
12+
- bug-fixed: if avatar image is not set, it delays in being shown the default placeholder image
13+
- bug-fixed: check if conversation.attributes has property subtype: 'info' before manageTabNotification
14+
- bug-fixed: chatbot gif was grainly
15+
- bug-fixed: do not show home component after department is selected -> show conversation component and then destroy select-department component
16+
- bug-fixed: /file-alt-solid.png not found
17+
- bug-fixed: getConversationDetail logic updates because if conversation is archived and widget tab is already closed, when user open it again, widget don't know the right status of the conversation and think always that is an active conversation
18+
- bug-fixed: bubbleSentBackground and bubbleReceivedBackground errors while rgb color is passed as property value
19+
- added: if previus message has same senderId, not show avatar and agent/bot placeholder
20+
- added : subscription to on('value') firebase event in getConversationDetail method
21+
- added: buttonBackgroundColor, buttonTextColor, buttonHoverBackgroundColor, buttonHoverTextColor tiledesk settings property to customize attachment buttons
22+
- added: enabled splitting messages into different message objects
23+
- added: loader in iframe bubblemessage component (WID-53)
24+
- added: when user send/receive single emotion, it is showed without background and bigger than normal message text size
25+
- updated: chat21client.js and mqtt-conversation-handler.ts
26+
- changed: signInWithCustomToken and signInAnonymously function now return a Promise\<UserModel>
27+
- changed: button to scroll conversation-content component now have background and fill color same as themeColor and foregroundColor on :hover event
28+
- changed: show all-conversation option in home-conversation if exist at least one active or closed conversation
29+
330
### 5.0.19-rc.10
431
- bug-fixed: widget sounds also when info message arrived: managed conversationChanged BS
532
- bug-fixed: if avatar image is not set, it delays in being shown the default placeholder image

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.19-rc.10",
4+
"version": "5.0.19-rc.12",
55
"license": "AGPL-3.0",
66
"homepage": "https://www.tiledesk.com",
77
"repository": {

0 commit comments

Comments
 (0)