Skip to content

v13.12.0

Choose a tag to compare

@stream-ci-bot stream-ci-bot released this 17 Nov 10:24
· 9 commits to master since this release

13.12.0 (2025-11-17)

Bug Fixes

  • prevent closing EditMessageForm on non-sbumit button click (#2884) (a4f1fff)

Features

  • introduce audio playback from outside of the message lists (#2880) (6041fa3)

The audio playback is performed outside the message lists. This have the following benefits:

  • playback is not interrupted when a message is unmounted during VirtualMessageList scroll
  • playback can be controlled through UI components outside as well as inside of the message list (e.g. have a general audio player component that is always visible during the playback of multiple consecutive audios).