Added: Multiple recipients can now be added to the 'To' field when replying to an email notification.
Fix: The 'Show more messages' action in the message list now has an inherited color to fit in with the active theme.
Performance optimizations.
Added: Multiple recipients can now be added to the 'To' field when replying to an email notification.
Fix: The 'Show more messages' action in the message list now has an inherited color to fit in with the active theme.
Performance optimizations.
Added: Persian translation support.
Added: Themes sub-component boilerplate - it's now easier to add sub-components to your themes, with a boilerplate template for each new file created.
Fixed: Issue that would cause resetting app data to not work correctly.
Several bug fixes.
Added: Delete Message API - Allows the removal of a message via the API. (Read Delete Message documentation)
Added: Live Event Log - Get a clear view of what's going on inside TalkJS in realtime. Did my REST call not arrive at all, or am I looking at the wrong user's Inbox?
Added: Saving indicator whilst editing themes.
Improved: Dashboard navigation redesign which includes a clearer way to see if you're on Test or Live mode.
Several bug fixes.
This is a setting for each role in our dashboard. In order to enable it, you need to choose “Enabled” option.
null
), or with the latest conversation (undefined
). See select, session.createInbox, session.createChatbox and session.createPopup.Fixed: on("conversationSelected") to correctly fire when the conversation is selected.
Added: methods to get UIs, namely getPopups, getInboxes and getChatboxes (https://talkjs.com/docs/Reference/JavaScript_Chat_SDK/Session.html#Session.getInboxes)
(edited)Fixed: Certain characters were incorrectly encoded for real-time message translations
Fixed: Removed unnecessary dependancy for the JavaScript SDK
Fixed: A bug which would cause the single-conversation embeddable view from working correctly at times