From 7771f2bd78923f80ed3e3ab3db342b3e7f6d5437 Mon Sep 17 00:00:00 2001 From: "junyoung.lim" Date: Tue, 15 Apr 2025 16:42:39 +0900 Subject: [PATCH 1/2] v3.16.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94f9aa97c..e713b7df5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog - v3 +## [v3.16.4] (Apr 15 2025) +### Features: +- Added support for multi-line ellipsis in quoted messages. +### Fixes: +- Fixed an issue where the previous thread message wouldn't load when scrolling to the top. +- Fixed an issue where `scrollToBottom()` did not work when sending a message on mobile. + ## [v3.16.3] (Apr 3 2025) ### Fixes: - Fixed an issue where the connection is still alive after `SendbirdProvider` have been unmounted. diff --git a/package.json b/package.json index 0ca04b870..7f1c13a02 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sendbird/uikit-react", - "version": "3.16.3", + "version": "3.16.4", "description": "Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.", "keywords": [ "sendbird", From ef6c919fc68c76dbd58fcb965ba59dfbc70a0d31 Mon Sep 17 00:00:00 2001 From: "junyoung.lim" Date: Tue, 15 Apr 2025 17:25:32 +0900 Subject: [PATCH 2/2] Fix changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e713b7df5..96dc8669e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Changelog - v3 + ## [v3.16.4] (Apr 15 2025) ### Features: - Added support for multi-line ellipsis in quoted messages.