Skip to content

Commit 7771f2b

Browse files
committed
v3.16.4
1 parent d0020c2 commit 7771f2b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog - v3
22

3+
## [v3.16.4] (Apr 15 2025)
4+
### Features:
5+
- Added support for multi-line ellipsis in quoted messages.
6+
### Fixes:
7+
- Fixed an issue where the previous thread message wouldn't load when scrolling to the top.
8+
- Fixed an issue where `scrollToBottom()` did not work when sending a message on mobile.
9+
310
## [v3.16.3] (Apr 3 2025)
411
### Fixes:
512
- Fixed an issue where the connection is still alive after `SendbirdProvider` have been unmounted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sendbird/uikit-react",
3-
"version": "3.16.3",
3+
"version": "3.16.4",
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)