Skip to content

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

Compare
Choose a tag to compare
@danney-chun danney-chun released this 31 Jul 02:21
· 5 commits to main since this release

[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