Releases: sendbird/sendbird-uikit-react
Releases · sendbird/sendbird-uikit-react
## [v3.17.2] (Aug 13 2025)
[v3.17.2] (Aug 13 2025)
Fixes
- Fixed a bug that did not display
the read/delivered
status 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
## [v3.17.0] (July 31 2025)
[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, } }} />
- Added
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)
[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)
[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)
[v3.16.10] (Jun 12 2025)
Chore
- Fixed
localCacheEnabled
option applied
## [v3.16.9] (Jun 10 2025)
[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)
[v3.16.8] (Jun 9 2025)
Fixes:
- Fixed a bug that
disableMarkAsDelivered
not working properly inGroupChannel
component - Improved internal state management for stabilization
[v3.16.7] (May 27 2025)
[v3.16.7] (May 27 2025)
Fixes:
- Fixed a minor message style
[v3.16.6] (May 13 2025)
[v3.16.6] (May 13 2025)
Fixes:
- Fixed a bug that the scroll does not remain bottom when quoted message renders