TalkJS Changelog logo
Back to Homepage

Changelog

Subscribe to Updates

Labels

  • All Posts
  • Bug fix
  • Announcement
  • Improvement
  • Chat UI
  • JavaScript SDK
  • REST API
  • Dashboard
  • Deprecated
  • New
  • React Native SDK
  • Flutter SDK
  • Security
  • React

Jump to Month

  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • September 2023
  • August 2023
  • July 2023
  • June 2023
  • May 2023
  • January 2023
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • March 2022
  • February 2022
  • December 2021
  • November 2021
  • October 2021
  • August 2021
  • July 2021
  • May 2021
  • April 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020
  • November 2020
  • September 2020
  • July 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
Changelog byAnnounceKit

Create yours, for free!

ImprovementDashboard
4 years ago

Webhook improvements

Added: Webhook event filters

It is now possible to toggle which webhook events you want to subscribe to, allowing you to only listen for events that are useful to your use case.

Bug fixImprovementChat UI
4 years ago

Chat UX improvements

  • Added: New dynamic group chat icon
    A set of avatars will now display on a group chat, showing avatars of some of the participants, along with a counter for the number of users in the chat. But, of course, you can always set your own icon too!




  • Fixed: Spacing on the typing indicator.
ImprovementChat UI
4 years ago

Chat UX improvements

  • Improved: in the Inbox, unread conversations are now marked clearer:

  • Added: a "new messages" marker, which clarifies which messages you've not seen yet. 

If you use Themes, both features will automatically adjust to your existing settings. The dot uses your "highlight" color, so it will automatically fit your design. Similarly, the marker for new messages uses the same style as day markers.

Bug fixAnnouncementImprovementDashboard
4 years ago

Feature release - 11th November, 2020


  • Added: Analytics to the Standard plan and above

  • Added: Ability to delete conversations via the REST API
  • Improved: App-wide performance
  • Improved: REST API documentation
  • Improved: Inbound email deliverability
  • Improved: FeedFilters ability to filter for users with lots of conversations
  • Fixed: Video preview is now viewable full screen in Chrome and Safari
  • Fixed: The chat UI from not scrolling to the bottom when a message is received and the user has scrolled up beyond a certain point
  • Fixed: Search icon contrast for dark themes
Bug fixImprovementChat UI
4 years ago

Feature release - 11.09.2020

  • Added: a screen indicating that a conversation was not found.
  • Added: Ability to send images when replying to emails.

This is a setting for each role in our dashboard. In order to enable it, you need to choose “Enabled” option.

  • Added: documentation on how to deal with deleting users.
    • Added: make it possible to load any chat UI without a selected conversation (null), or with the latest conversation (undefined). See select, session.createInbox, session.createChatbox and session.createPopup.
  • Fixed: position of the "close" button in a popup on some devices.
  • Fixed: internal improvements and minor bug fixes.
Bug fixAnnouncementImprovementChat UIDashboard
4 years ago

Feature release - 7th July 2020


  • Added: ability to cancel subscription via TalkJS Dashboard.
  • Fixed: ability to show long welcome messages.
  • Improved video preview.
  • Performance and stability improvements of the Application.
  • Improved performance of the Activity Page in the TalkJS Dashboard.
  • Added: a tool tip with date, when you hover over a message timestamp.


AnnouncementImprovement
4 years ago

The new TalkJS demo - 3rd June 2020

  • We have a new demo where you can test the rich messaging capabilities of our chat API in a private environment (https://talkjs.com/demo)

    • Added: Estonian UI localization
    • Performance improvements
ImprovementChat UI
5 years ago

Feature release - 13th May 2020

  • Added: Limited wiki-style formatting for conversation subjects, user messages and system messages. (https://talkjs.com/docs/Features/Customizations/Formatting.html)

  • Added: Vietnamese UI localization
  • Improved: Webhook event performance
  • Improved: attachment buttons now work better with dark custom themes
  • Improved: you can now set the font-size property of the message field in your custom theme
ImprovementChat UI
5 years ago

Feature release - 28th April 2020

  • Added: Video files are now playable within the chat UI

  • Added: Albanian UI localization
  • Added Croatian localization
  • Added: Bulgarian UI localization
  • Added: Bosnian UI localization
  • Added: Serbian UI localization
  • Added: Ukrainian UI localization
  • Improved: Ongoing work on performance and stability
  • Fixed: Under some circumstances an error would be thrown when the popup was destroyed
Bug fixJavaScript SDK
5 years ago

Minor performance improvement - 30th March 2020

Fixed: on("conversationSelected") to correctly fire when the conversation is selected.