Releases: GetStream/stream-chat-react
Releases Β· GetStream/stream-chat-react
v13.6.1
03 Sep 10:36
Compare
Sorry, something went wrong.
No results found
13.6.1 (2025-09-03)
Bug Fixes
check the presence of remindMe and saveForLater message actions correctly (#2808 ) (4c1d1c3 )
prevent textarea selection reset upon text insertion (#2814 ) (fc04d13 )
v13.6.0
27 Aug 07:30
Compare
Sorry, something went wrong.
No results found
13.6.0 (2025-08-27)
Features
add support for global modal rendering at the top of the chat component tree (#2792 ) (0268652 )
respect onCloseAttempt prop in GlobalModal (#2802 ) (d630ef1 )
v13.5.1
18 Aug 13:19
Compare
Sorry, something went wrong.
No results found
13.5.1 (2025-08-18)
Bug Fixes
remove optimization preventing ChannelList re-render on member.updated event (#2801 ) (70d39f9 )
v13.5.0
18 Aug 10:26
Compare
Sorry, something went wrong.
No results found
v13.4.0
18 Aug 10:02
Compare
Sorry, something went wrong.
No results found
13.4.0 (2025-08-18)
Bug Fixes
export type GeolocationPreviewProps (e518a82 )
publish notification on poll vote casting limit trespass (#2796 ) (f5319f6 )
render markdown link correctly (regression in 13.2.2) (#2790 ) (bd1df4a )
reset PollComposer state on poll creation form submission (#2795 ) (85868a3 )
Features
allow restrictions on modal close behavior (#2797 ) (157615b )
Chores
deps: upgrade linkifyjs to v4.3.2 (a8e0694 )
v13.3.0
25 Jul 15:31
Compare
Sorry, something went wrong.
No results found
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
Refactors
remove outdated/invalid code from vite example App.tsx (a2805b0 )
v13.2.3
15 Jul 15:16
Compare
Sorry, something went wrong.
No results found
13.2.3 (2025-07-15)
Bug Fixes
export MessageIsThreadReplyInChannelButtonIndicator (#2774 ) (a87f500 )
regenerate image preview URL on image attachment removal when editing a message (#2775 ) (2c7d3ce )
v13.2.2
11 Jul 13:31
Compare
Sorry, something went wrong.
No results found
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
23 Jun 12:22
Compare
Sorry, something went wrong.
No results found
13.2.1 (2025-06-23)
Chores
deps: upgrade @stream-io/stream-chat-css to latest version (#2744 ) (8680df6 )
v13.2.0
20 Jun 09:02
Compare
Sorry, something went wrong.
No results found
13.2.0 (2025-06-20)
Bug Fixes
prevent debouncing the selection state update in TextareaComposer (#2741 ) (e50d89a )
Features
add pagination tools to ChannelList context (#2742 ) (9599e9d )
Chores