Skip to content

Commit 42d821b

Browse files
committed
version + changelogs
1 parent 3d089e3 commit 42d821b

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
# Changelog - v3
22

3+
## [v3.16.5] (Apr 30 2025)
4+
### Fixes:
5+
- Fixed a bug that `GroupChannelProvider` with `startingPoint` throws an error
6+
- Improved custom hook actions through memoization
37

48
## [v3.16.4] (Apr 15 2025)
59
### Features:
6-
- Added support for multi-line ellipsis in quoted messages.
10+
- Added support for multi-line ellipsis in quoted messages
711
### Fixes:
8-
- Fixed an issue where the previous thread message wouldn't load when scrolling to the top.
9-
- Fixed an issue where `scrollToBottom()` did not work when sending a message on mobile.
12+
- Fixed an issue where the previous thread message wouldn't load when scrolling to the top
13+
- Fixed an issue where `scrollToBottom()` did not work when sending a message on mobile
1014

1115
## [v3.16.3] (Apr 3 2025)
1216
### Fixes:
13-
- Fixed an issue where the connection is still alive after `SendbirdProvider` have been unmounted.
14-
- Fixed an undefined error of `emojiCategory`.
17+
- Fixed an issue where the connection is still alive after `SendbirdProvider` have been unmounted
18+
- Fixed an undefined error of `emojiCategory`
1519

1620
## [v3.16.2] (Mar 28 2025)
1721
### Features:

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