Skip to content

Commit 0ccfe17

Browse files
authored
release: v3.15.10 (#1286)
## [v3.15.10] (Dec 12 2024) ### Features: - Added `scrollRef` in GroupChannelList context ### Fixes: - Fixed broken UI * MessageInput height becomes short when it's disabled. * Empty UserListItem menu appears on the ChannelSettings member list of normal channel member who is not an operator of the channel. - Displayed members' name instead of default AI chatbot channel name, like the `Group Channel` does. - 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. - Fixed a GroupChannel UI error when the `Open in Channel` action is triggered in a different channel. * 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.
1 parent 6cb6ba0 commit 0ccfe17

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
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+
- Displayed members' name instead of default AI chatbot channel name, like the `Group Channel` does.
13+
- 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.
14+
- Fixed a GroupChannel UI error when the `Open in Channel` action is triggered in a different channel.
15+
* The `Open in Channel` implementation invokes both `setCurrentChannel` and `setStartingPoint`.
16+
The `setCurrentChannel` function triggers asynchronous side effects that update `channel`, `messagesDataSource`, and `startingPoint`.
17+
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.
18+
319
## [v3.15.9] (Nov 21 2024)
420

521
### Fixes:

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.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)