Skip to content

Commit fd55772

Browse files
committed
prepare for v3.15.10
1 parent 6cb6ba0 commit fd55772

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
## [v3.15.10] (Dec 12 2024)
4+
5+
### Features:
6+
- Added `scrollRef` in GroupChannelList context
7+
8+
### Fixes:
9+
- Fixed broken UI
10+
* MessageInput height becomes short when it's disabled.
11+
* Empty UserListItem menu appears on the ChannelSettings member list of normal channel member who is not an operator of the channel.
12+
- Fixed an issue where editing a text parent message in a channel did not update the corresponding parent message in the Thread area in real-time.
13+
- Fixed a GroupChannel UI error when the `Open in Channel` action is triggered in a different channel.
14+
* The `Open in Channel` implementation invokes both `setCurrentChannel` and `setStartingPoint`. The `setCurrentChannel` function triggers asynchronous side effects that update `channel`, `messagesDataSource`, and `startingPoint`. If `setStartingPoint` is invoked before these updates are completed, it can result in the channel not being updated correctly or the starting point being improperly set.
15+
316
## [v3.15.9] (Nov 21 2024)
417

518
### Fixes:

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.15.9",
3+
"version": "3.15.10",
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)