Skip to content

Releases: sendbird/sendbird-uikit-react

## [v3.17.2] (Aug 13 2025)

13 Aug 06:16
Compare
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
Compare
Choose a tag to compare

[v3.17.1] (Aug 6 2025)

Fixes

  • Fixed a bug in the Custom emoji category rendering

## [v3.17.0] (July 31 2025)

31 Jul 02:21
Compare
Choose a tag to compare

[v3.17.0] (July 31 2025)

Features

  • Added mark as unread functionality for messages in Group Channel
    • Added enableMarkAsUnread global option
      • How to use?
      <App
        appId={appId}
        userId={userId}
        uikitOptions={{
          groupChannel: {
            // Below turns on the mark as unread feature. Default value is false.
            enableMarkAsUnread: true,
          }
        }}
      />

Fixes

  • Fixed a bug Where Multiple Chat Windows cause unexpected behavior

Chore

  • Updated @sendbird/chat version to ^4.18.0
  • Updated @sendbird/uikit-tools dependency version to ^0.0.10
  • Updated @sendbird/react-uikit-message-template-view dependency version to ^0.0.10

## [v3.16.12] (July 22 2025)

22 Jul 05:32
Compare
Choose a tag to compare

[v3.16.12] (July 22 2025)

Fixes:

  • Fixed a bug that caused a runtime exception when leaving or deleting a channel

## [v3.16.11] (July 10 2025)

10 Jul 04:53
9c884dc
Compare
Choose a tag to compare

[v3.16.11] (July 10 2025)

Fixes:

  • Fixed an issue where the layout would break when selecting a member from the invite list
  • Fixed a bug where 0 was displayed when a reply was added and then deleted

## [v3.16.10] (Jun 12 2025)

13 Jun 06:51
Compare
Choose a tag to compare

[v3.16.10] (Jun 12 2025)

Chore

  • Fixed localCacheEnabled option applied

## [v3.16.9] (Jun 10 2025)

10 Jun 17:17
Compare
Choose a tag to compare

[v3.16.9] (Jun 10 2025)

Chore

  • Updated @sendbird/chat dependency version to ^4.19.1
  • Updated @sendbird/uikit-tools dependency version to ^0.0.8
  • Updated @sendbird/react-uikit-message-template-view dependency version to ^0.0.8

[v3.16.8] (Jun 9 2025)

10 Jun 06:42
Compare
Choose a tag to compare

[v3.16.8] (Jun 9 2025)

Fixes:

  • Fixed a bug that disableMarkAsDelivered not working properly in GroupChannel component
  • Improved internal state management for stabilization

[v3.16.7] (May 27 2025)

28 May 06:41
Compare
Choose a tag to compare

[v3.16.7] (May 27 2025)

Fixes:

  • Fixed a minor message style

[v3.16.6] (May 13 2025)

14 May 06:45
Compare
Choose a tag to compare

[v3.16.6] (May 13 2025)

Fixes:

  • Fixed a bug that the scroll does not remain bottom when quoted message renders