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!

Bug fixAnnouncementImprovementREST API
4 years ago

Conversation Sorting Via the API, Pricing for New Customers & Bug Fixes

Added: You can now order conversations and users by createdAt and lastActivity via the API when using the API version 2021-02-09.

Added: New pricing model for customers signed up after March 24 2021. If you have signed up before this, then you can remain on the pricing plan you signed up with. View new pricing.

Added: New SDK event for when a user clicks on a desktop notification generated by TalkJS. Docs.

Fix: Link colors in email notifications now inherit their text color.

Bug fixImprovement
4 years ago

Multiple recipients allowed in reply to email, bug fixes & 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.

Bug fixImprovement
4 years ago

Persian translation, Themes sub-component boilerplate

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.

Bug fixImprovement
4 years ago

Delete Message API, Live Event Log, Improvements & 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.

AnnouncementImprovementChat UI
4 years ago

Themes V2

From now on, you can customize your chat UI further by using the new Theme Editor, you'll have access to some of the component's HTML and CSS with more components being added soon. Read more about the Themes V2 update.

New

  • Customizing the UI with Theme Editor
  • New default theme
  • Ability to use the same theme for multiple roles
  • Custom data in messages (metadata)

Note – Your old themes will continue to work with the new upgrade.

View Themes Documentation

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.