Skip to content

Commit 312203c

Browse files
chore: prepare CHANGELOG.md for v3.18.0
1 parent ad5d655 commit 312203c

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

CHANGELOG.md

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

3+
## [v3.18.0] (MAY 27 2026)
4+
### Features
5+
- Redesigned the message composer's file attachment flow
6+
7+
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`.
8+
9+
### Fixes
10+
- Fixed a bug where clicking a search result did not scroll to or highlight the target message
11+
- Fixed a bug where message scroll pagination did not recover after a network disconnection or a search query change
12+
- Fixed a bug where the `Thread` view was reset when another user was banned from or left the channel
13+
- Fixed a bug where the typing indicator was not cleared correctly when the input became empty or the channel changed
14+
- Fixed a bug where the voice message player did not reset its playback position when the channel changed
15+
- Fixed a bug where HTML in the message input was not sanitized when editing a message
16+
- Fixed an inaccurate warning message shown when the mention count limit is exceeded
17+
318
## [v3.17.12] (MAR 26 2026)
419
### Fixes
520
- Fixed a bug where invisible zero-width spaces inserted during paste in `MessageInput` could be included in sent or updated messages
@@ -50,7 +65,6 @@
5065
### Fixes
5166
- Fix a bug where `autoscrollMessageOverflowToTop` set on `SendbirdProvider` was not being passed down to child components
5267

53-
5468
## [v3.17.5] (DEC 03 2025)
5569
### Features
5670
- Added `autoscrollMessageOverflowToTop` global option
@@ -67,14 +81,12 @@
6781
### Fixes
6882
- Fixed a bug where scrollToMessage
6983

70-
7184
## [v3.17.4] (NOV 26 2025)
7285
### Fixes
7386
- Fixed a Bug where SDK initialization could fail or remain uninitialized in React 17
7487
- Fixed a bug where `mentionedMessageTemplate` is being set even when the message is not a mentioned message
7588
- Fixed a bug where URL links inside Markdown-type messages do not open in a new tab
7689

77-
7890
## [v3.17.3] (OCT 2 2025)
7991
### Fixes
8092
- Fixed a bug where failed message can't be resend
@@ -242,7 +254,6 @@
242254
### Fixes:
243255
- Fixed the width of the messages in open channel
244256

245-
246257
## [v3.15.12] (Jan 9 2025)
247258

248259
### Features:
@@ -392,7 +403,6 @@
392403
### Fixes
393404
- Fixed an issue where the channel UI's scroll did not work after sending a new message. This issue was specific to the NextJS environment.
394405

395-
396406
## [v3.15.1] (Aug 29, 2024)
397407

398408
### Fixes
@@ -543,7 +553,6 @@
543553
- Exported the `ChannelSettingsMenuItem` component.
544554
- Added `interop: "compat"` setting for the CommonJS output in Rollup Config to enhance the compatibility between ESM and CJS.
545555

546-
547556
## [v3.14.12] (July 3, 2024)
548557

549558
### Features
@@ -658,7 +667,6 @@
658667
- Updated `@sendbird/chat` version to 4.13.0
659668
- Improved channel/message refreshing performance utilizing LocalCaching.
660669

661-
662670
## [v3.14.11] (June 20, 2024)
663671
### Features
664672
- Markdown Support for Text Messages
@@ -802,7 +810,6 @@
802810
### Features
803811
- Added a modal to the `FileViewer` components for utilizing the `onMounted` event handler.
804812
805-
806813
## [v3.14.8] (May 30, 2024)
807814
### Fixes
808815
- Resolved the issue of storybook user leaving the channel
@@ -819,7 +826,6 @@
819826
### Features
820827
- Added support for rendering `.mov` file type only in Safari browser
821828
822-
823829
## [v3.14.7] (May 23, 2024)
824830
### Fixes
825831
* Fixed issue where files that failed to compress were not being sent
@@ -867,7 +873,6 @@
867873
### Fixes
868874
* Fixed a bug where suggested replies are incorrectly displayed when `showSuggestedRepliesFor` is set to 'last_message_only'
869875
870-
871876
## [v3.14.3] (Apr 19, 2024)
872877
### Features
873878
* Add outputFormat to the image compression options
@@ -1125,7 +1130,6 @@ A message with valid `extendedMessagePayload.template` value will be displayed w
11251130
11261131
- Added detailed comments for customizing-related props in the `GroupChannel` module
11271132
1128-
11291133
## [v3.12.0] (Feb 16, 2024)
11301134
11311135
### Features:
@@ -1456,7 +1460,6 @@ Feedback message feature can be turned on through `enableFeedback` option. When
14561460
### Improvement:
14571461
* Channels list no longer displays unread message count badge for focused channel
14581462

1459-
14601463
## [v3.8.2] (Nov 10 2023)
14611464

14621465
### Features:
@@ -1990,7 +1993,6 @@ import { ThreadProvider } from '@sendbird/uikit-react/Thread/context';
19901993
This resolves the issue where spreading the message object in the reducer loses some methods like `isUserMessage` and `isFileMessage`
19911994
* fix util functions logic of verifying message type. We updated logic in util functions to verify the message type. (#700)
19921995

1993-
19941996
### Chore:
19951997
* Update Trunk-Based Development to Scaled Trunk-Based Development (#696)
19961998
It describes the flow with short-lived feature branches, code review, and build automation before integrating into main.
@@ -2023,7 +2025,6 @@ const memoizedSdkInitParams = useRef({
20232025
* Verify the fetched message list size with the requested size of the MessageListParams. Added a test case for verifying the fetched message list size. (#686)
20242026
* Address the incorrect cjs path in package.json. The common js module path in the pacakge.json has been fixed. (#685)
20252027

2026-
20272028
## [v3.6.3] (July 6 2023)
20282029
### Feat:
20292030
* Add new scrollBehavior prop to Channel (#676)
@@ -2472,7 +2473,6 @@ Fixes:
24722473
* Usually user profile in channel moderation
24732474
* Context menu of last item in channel gets clipped in the bottom
24742475

2475-
24762476
## [v3.4.2] (Mar 17 2023)
24772477

24782478
Features:

0 commit comments

Comments
 (0)