Releases: sendbird/sendbird-uikit-react
Releases · sendbird/sendbird-uikit-react
## [v3.17.10] (FEB 11 2026)
[v3.17.10] (FEB 11 2026)
Fixes
- Fixed an unintended build issue caused by deprecating
MessageFeedBackandMessageForm
## [v3.17.9] (FEB 06 2026)
[v3.17.9] (FEB 06 2026)
Fixes
- Fixed a bug where the open channel delete modal did not close after successful deletion
- Fixed a bug where the open channel list was not updated after a channel was deleted
- Fixed close button visibility in ChannelSettings header on dark mode
- Fixed search and info button visibility in GroupChannel header on dark mode
- Fixed bugs where styles were broken in some components
- Fixed a bug where video thumbnails were rendered differently in Open Channels and Group Channels
- Fixed a bug where the message list did not scroll to the
startingPointset on theGroupChannel - Fixed a bug where the input field disappeared when a new message arrived while composing a quote message
- Fixed a bug MenuItem is over-place when app area is narrow
- Fixed a bug where the
markAsUnreadmenu was not displayed correctly when replyType was set to thread
## [v3.17.8] (JAN 20 2026)
[v3.17.8] (JAN 20 2026)
Fixes
- Fixed a bug where sometimes does not scroll to bottom when new message comes in
- Fixed a bug where scrolling to the bottom was not triggered when the bubble-type typing indicator reappeared
## [v3.17.7] (JAN 02 2026)
Features
-
Add a
renderTypingIndicatorBubbleto customize typingIndicatorEnables customization of bubble-type typing indicators in addition to the existing customization of text-type typing indicators(
renderTypingIndicator).- How to use?
<GroupChannel channelUrl="ChannelURL" renderTypingIndicatorBubble={(props) => { ... return <CustomComponent typingMembers={props.typingMembers} /> }} />
## [v3.17.6] (DEC 10 2025)
[v3.17.6] (DEC 10 2025)
Fixes
- Fix a bug where
autoscrollMessageOverflowToTopset onSendbirdProviderwas not being passed down to child components
## [v3.17.5] (DEC 03 2025)
[v3.17.5] (DEC 03 2025)
Features
-
Added
autoscrollMessageOverflowToTopglobal optionWhen enabled, if a newly received message is taller than the viewport, the scroll position no longer auto-jumps to the bottom. Instead, the view scrolls to the top of the new message to keep its start in focus.
- How to use?
<App appId={appId} userId={userId} autoscrollMessageOverflowToTop={true} />
Fixes
- Fixed a bug where scrollToMessage
## [v3.17.4] (NOV 26 2025)
[v3.17.4] (NOV 26 2025)
Fixes
- Fixed a Bug where SDK initialization could fail or remain uninitialized in React 17
- Fixed a bug where
mentionedMessageTemplateis being set even when the message is not a mentioned message - Fixed a bug where URL links inside Markdown-type messages do not open in a new tab
## [v3.17.3] (OCT 2 2025)
[v3.17.3] (OCT 2 2025)
Fixes
- Fixed a bug where failed message can't be resend
- Fixed a bug where Reaction is not updated in Thread
- Fixed RTL syntax
## [v3.17.2] (Aug 13 2025)
[v3.17.2] (Aug 13 2025)
Fixes
- Fixed a bug that did not display
the read/deliveredstatus icon in thepublicGroupChannel
## [v3.17.1] (Aug 6 2025)
[v3.17.1] (Aug 6 2025)
Fixes
- Fixed a bug in the Custom emoji category rendering