Releases: GetStream/stream-chat-react
Releases Β· GetStream/stream-chat-react
v13.12.0
13.12.0 (2025-11-17)
Bug Fixes
Features
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).
v13.11.0
13.11.0 (2025-11-05)
Bug Fixes
- remove stale message status for the last loaded message on returnAllReadData false (#2881) (155f106)
Ensures that all messages get an updated state after a channel is re-required.
Features
Closes a parity gap with MessageList. Now, integrators can have custom rendering behavior in VirtualizedMessageList too.
v13.10.2
v13.10.1
v13.10.0
13.10.0 (2025-10-23)
Bug Fixes
- control SimpleAttachmentSelector display according to channel capabilities (#2860) (da9f02e)
- disable reply count button when missing send-reply permission (#2871) (9e70560)
- ensure message delivery data are recalculated for the latest message delivery confirmation (#2869) (26cb181)
- ensure submenu is aligned correctly in reference to the parent menu with floating-ui/react (#2868) (fe84cf9)
- exclude own read state from delivery status inference in ChannelPreview (#2870) (2e9bc6e)
- use the nearest dialog manager to display dialogs (#2865) (e4081c8)
Features
Chores
v13.9.0
v13.8.1
v13.8.0
13.8.0 (2025-10-08)
Bug Fixes
- add CustomMessageComposerData redeclaration (#2833) (641cdd3)
- add notification translator for notification validation:attachment:upload:in-progress (#2842) (7c2a965)
- ChannelPreview: call getLatestMessagePreview on every relevant WS event (#2838) (386ef55)
- check cast-poll-vote permission to show "Suggest an option" poll action (#2835) (a14367e)
- giphy: allow using actions in quoted messages (#2849) (8052bd7)
- TextareaComposer: check sendable data before allowing message submission (#2852) (4300ed6)
- useMessageComposer: keep editing message composer with up-to-date edited message reference (#2851) (d4eb2d7)
Features
Chores
- deps: upgrade stream-chat to v9.20.3 (51ea875)