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

  • 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!

6 days ago

More flexible message filtering, imports, and more

TalkJS logo

TalkJS monthly product update

APRIL 2026


This month's update brings you new building blocks for creating rich chat experiences, including an Inbox component and support for voice messages on the Components SDK. We’ve also streamlined message handling on the REST API, fixed some bugs and made performance improvements.

Highlight 

More flexible message filtering and imports in the REST API

The REST API now makes it easier to work with message data at scale. You can filter messages by message and sender attributes when fetching them, enabling more targeted queries or custom views.

We’ve also improved message imports. You can now import messages from non-participants, such as guests or people who’ve been removed from a conversation. In addition, we've simplified read status when importing messages. You no longer need to set readBy on every message; just import all messages, then set each participant's readUntil at the end.

Overview

Added

Components SDK

Version 0.1.6
  • Added the Inbox (React) and t-inbox (Web Components) components, which combine a conversation list and chatbox into a single responsive layout.
  • Added a VirtualMessage system component, which lets you show virtual (or ‘fake’) messages in the message list.
  • Added support for conversation.welcomeMessages in the BeforeMessages theme component using virtual messages, to allow showing welcome messages.
  • Added a NoConversationSelected theme component.
Version 0.1.5
  • Added support for voice messages. Users can now record, preview, and send audio messages directly in the chat UI, with built-in waveform visualizations.
  • Added a VoiceRecorder theme component that’s rendered during active voice recording.
  • Added a RecordingPreview theme component that allows a user to preview the audio they’re just recorded.
  • Added a Waveform system component that renders an audio waveform visualization.

Changed

Components SDK

Version 0.1.6
  • Chatbox now supports the conversationId field to be null. When there’s no conversation selected, the new NoConversationSelected theme component is shown.
  • Made various performance improvements, including reducing message re-rendering and ensuring smoother switching between conversations. 
  • Made various theme updates (non-breaking changes):

    • ChatHeader can now optionally display a back button for responsive navigation when using an Inbox chat UI.
    • Added a t-status attribute in the Message component to ensure that pending messages keep a stable size during sending.
    • Added conversationId to the Message component’s common theme props, to reduce re-renders.
  • Compare theme versions 0.1.5 and 0.1.6.

JavaScript Data API

  • Emoji reactions are now ordered by the time they were first added, instead of alphabetically.

REST API 

  • App-scoped tokens are now called admin tokens, to clarify that these are sensitive tokens intended for admin use only. You cannot include a 'sub' claim (user id) in the payload of an admin token.

Deprecated

REST API

  • readBy is now optional and deprecated. We recommend importing messages without setting readBy, then setting readUntil on each participant at the end.

Fixed

Components SDK

Version 0.1.6
  • Fixed an issue where image previews would sometimes blink when sending messages.
  • Improved the reliability of the ‘New messages’ marker.
Version 0.1.5:
  • Fixed an iOS 18 issue where, under some conditions, playback of voice recordings could break the UI.
  • Fixed an issue where the audio player speed popover would be partially hidden.
  • Fixed an issue where the message field placeholder text would overlap with sending icons in narrow chatboxes.
Version 0.1.4:
  • Fixed an issue where loading older messages could cause the scroll position to jump.

Classic SDKs

  • Fixed a bug that would cause inconsistent behavior when loading older conversations after changing feed filters.
  • Improved error messaging when a user attempts to join a non-existent conversation as a guest.
  • Fixed an issue where notifications weren’t sent for messages sent by guests or participants removed from the conversation.


Talk to an expert →
Docs | Demos | Use cases | Contact | Careers