Releases: GetStream/stream-chat-react
Releases Β· GetStream/stream-chat-react
v13.3.0
13.3.0 (2025-07-25)
Bug Fixes
- focus message composer textarea on suggestion item selection (#2782) (c7c1825)
- prevent validating empty inputs in poll forms (#2780) (3eaa469)
Features
- add static location and live location support (#2587) (298a371)
- export all message components (#2779) (1d1d8ae)
Refactors
- remove outdated/invalid code from vite example App.tsx (a2805b0)
v13.2.3
v13.2.2
13.2.2 (2025-07-11)
Bug Fixes
- change MultipleAnswersField input element to type text (#2761) (a590629)
- distinguish non-submit form buttons (#2769) (bdc3c3e)
- ensure all message links are properly wrapped when sharing same root domain (#2754) (adeb0e7)
- focus textarea upon file input change event (#2752) (22e0702)
- forward error object to LoadingErrorIndicator in ChannelList (#2768) (c014b1f)
- keep focused textarea when message composer state changes (#2759) (e6d5a7f)
- make character composition possible in textarea (#2762) (bbe09e5)
- prevent querying thread draft when drafts are disabled (#2767) (ff43179)
- prevent setting unread UI state for channel non-members (#2757) (952612a)
v13.2.1
v13.2.0
v13.1.2
v13.1.1
v13.1.0
13.1.0 (2025-06-12)
Bug Fixes
- prevent adding newline in message text composer upon submitting with Enter key (#2729) (c69e8d0)
- prevent rendering placeholder for empty message list if messages are actually loaded (#2731) (759bf44)
- use channel_id and channel_type values from event channel.visible (#2730) (d5f743b)
Features
- add message reminders (#2724) (37264db)
- add translation building capability to Streami18n and useNotifications hook (#2719) (20c4889)
- allow to send thread reply to channel (#2733) (7fbc478)