|
1 | 1 | # chat21-web-widget ver 5.0 |
2 | 2 |
|
| 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 | + |
3 | 30 | ### 5.0.19-rc.10 |
4 | 31 | - bug-fixed: widget sounds also when info message arrived: managed conversationChanged BS |
5 | 32 | - bug-fixed: if avatar image is not set, it delays in being shown the default placeholder image |
|
0 commit comments