Skip to content

Releases: sendbird/sendbird-uikit-react

## [v3.17.10] (FEB 11 2026)

11 Feb 07:42

Choose a tag to compare

[v3.17.10] (FEB 11 2026)

Fixes

  • Fixed an unintended build issue caused by deprecating MessageFeedBack and MessageForm

## [v3.17.9] (FEB 06 2026)

06 Feb 00:47
572ae21

Choose a tag to compare

[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 startingPoint set on the GroupChannel
  • 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 markAsUnread menu was not displayed correctly when replyType was set to thread

## [v3.17.8] (JAN 20 2026)

20 Jan 06:48
fa7a1c8

Choose a tag to compare

[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)

02 Jan 02:42

Choose a tag to compare

Features

  • Add a renderTypingIndicatorBubble to customize typingIndicator

    Enables 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)

10 Dec 01:41

Choose a tag to compare

[v3.17.6] (DEC 10 2025)

Fixes

  • Fix a bug where autoscrollMessageOverflowToTop set on SendbirdProvider was not being passed down to child components

## [v3.17.5] (DEC 03 2025)

03 Dec 07:55

Choose a tag to compare

[v3.17.5] (DEC 03 2025)

Features

  • Added autoscrollMessageOverflowToTop global option

    When 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)

26 Nov 05:42

Choose a tag to compare

[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 mentionedMessageTemplate is 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)

02 Oct 08:22

Choose a tag to compare

[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)

13 Aug 06:16

Choose a tag to compare

[v3.17.2] (Aug 13 2025)

Fixes

  • Fixed a bug that did not display the read/delivered status icon in the publicGroupChannel

## [v3.17.1] (Aug 6 2025)

06 Aug 03:24
e22c608

Choose a tag to compare

[v3.17.1] (Aug 6 2025)

Fixes

  • Fixed a bug in the Custom emoji category rendering