Skip to content

Commit 09c05dd

Browse files
Merge pull request #1440 from sendbird/release/v3.18.1
Release v3.18.1
2 parents dda4e50 + 822a0d3 commit 09c05dd

3 files changed

Lines changed: 6 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog - v3
22

3+
## [v3.18.1] (JUN 24 2026)
4+
### Fixes
5+
- Fixed super group channel detection to use the application's `premiumFeatureList` instead of the deprecated `allow_super_group_channel` attribute
6+
37
## [v3.18.0] (MAY 27 2026)
48
### Features
59
- Redesigned the message composer's file attachment flow

CHANGELOG_DRAFT.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,2 @@
1-
### Features
2-
- Redesigned the message composer's file attachment flow
3-
4-
Files can now be attached by drag-and-drop or clipboard paste, and are staged inside the composer so they can be reviewed before sending. The file picker, drag-and-drop, and paste all enforce the same type, size, and count constraints. Available in `GroupChannel` and `Thread`, with single-file support in `OpenChannel`.
5-
61
### Fixes
7-
- Fixed a bug where clicking a search result did not scroll to or highlight the target message
8-
- Fixed a bug where message scroll pagination did not recover after a network disconnection or a search query change
9-
- Fixed a bug where the `Thread` view was reset when another user was banned from or left the channel
10-
- Fixed a bug where the typing indicator was not cleared correctly when the input became empty or the channel changed
11-
- Fixed a bug where the voice message player did not reset its playback position when the channel changed
12-
- Fixed a bug where HTML in the message input was not sanitized when editing a message
13-
- Fixed an inaccurate warning message shown when the mention count limit is exceeded
2+
- Fixed super group channel detection to use the application's `premiumFeatureList` instead of the deprecated `allow_super_group_channel` attribute

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react",
3-
"version": "3.18.0",
3+
"version": "3.18.1",
44
"description": "Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.",
55
"keywords": [
66
"sendbird",

0 commit comments

Comments
 (0)