TalkJS Changelog logo
Back to Homepage

Changelog

Subscribe to Updates

Labels

  • All Posts
  • Added
  • Changed
  • Fixed
  • Deprecated
  • Security
  • JavaScript SDK
  • REST API
  • React Native
  • Flutter
  • React
  • Components
  • Classic SDKs
  • JavaScript Data APi
  • Announcement
  • Dashboard
  • Chat UI

Jump to Month

  • June 2026
  • May 2026
  • April 2026
  • March 2026
  • February 2026
  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • June 2025
  • May 2025
  • 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
Powered by

Create yours, for free!

a month ago

Conversation list filters, a fresh icon set for the default theme, and more

JUNE 2026

This month's update brings real-time conversation filtering to the Data API, Components SDK, and Classic SDK, and refreshes the Components SDK's default icon set. We've also deprecated an unsupported field and fixed a few bugs.


Added

Components SDKs

Version 0.2.0

  • Added a new Icon system component for rendering icons.

Version 0.1.11

  • Added a new conversationFilter?: ConversationFilter prop to the ConversationList and Inbox components, which lets you display only the conversations matching the given filter. More on real-time conversation filtering.

JavaScript Data API (@talkjs/core)

Version 1.10.0

  • Added support for filtering the list of conversations in TalkSession.subscribeConversations. Added filter types, ConversationFilter, SimpleConversationFilter, CompoundFilter, StringFilter, NumberFilter, and CustomFilter. More on real-time conversation filtering.

Classic SDKs

Version 0.46.0

  • Added support for filtering the conversation list subscription in Session.subscribeConversations. Added filter types, ConversationFilter, SimpleConversationFilter, CompoundFilter, StringFilter, NumberFilter, and CustomFilter. More on real-time conversation filtering.


Changed

Components SDKs

Version 0.2.0

  • Made several improvements to the default theme, including switching to using icons from the Carbon design system by default. Read more on the new default icon set. If you've cloned (part of) the default theme check out all default theme changes from 0.1.11 to 0.2.0, along with instructions to apply the same changes to your files. 
  • Breaking change: Removed the Icon component from the default theme. If you're using theme.Icon in your own custom components, you'll need to switch to using the new system component. Check out the upgrade guide for instructions.

Version 0.1.11

  • A @talkjs/core peer dependency version 1.10.0 or higher is required.
  • Made changes to the MessageField theme component. Compare theme versions 0.1.10 and 0.1.11.

REST API

  • Made a significant performance improvement to participant updates, reducing processing time to a few milliseconds.


Deprecated

JavaScript Data API (@talkjs/core)

  • Deprecated User.welcomeMessage. User welcome messages are now only supported by the Classic SDKs. To show welcome messages using the Components SDKs, see: Welcome messages. 


Fixed

Components SDKs

Version 0.2.1

  • Fixed an issue where the message field border radius increased as the message got taller.

Version 0.1.11

  • Fixed an issue where the voice recording functionality wouldn't work correctly on old versions of Safari.