Skip to content

Commit a01bdbd

Browse files
HoonBaekEunSeo-BaekSravan S
authored
Release: 3.4.1
## ChangeLog [v3.4.1] (Mar 10 2023) Fixes: * Keep scroll if context menu is opened when receiving messages * Handle Ephemeral channel * Group channel list * Remove the message receipt status (channel preview) * Remove the unread message count (channel preview) * Group channel * Remove the message edit * Remove the message delete * Remove the message reactions * Remove the message receipt status (message) * Remove the message reply (quote_reply, thread) * Group channel settings * Remove the search in channel * Open channel * Remove the message edit * Remove the message delete * Clear timeout in useLayoutEffect of Message * This removes memory leak warnings [SDKRLSD-714](https://sendbird.atlassian.net/browse/SDKRLSD-714) Co-authored-by: EunSeo-Baek <[email protected]> Co-authored-by: Sravan S <[email protected]>
1 parent 1a5cf36 commit a01bdbd

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

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

3+
## [v3.4.1] (Mar 10 2023)
4+
5+
Fixes:
6+
* Keep scroll if context menu is opened when receiving messages
7+
* Handle Ephemeral channel
8+
* Group channel list
9+
* Remove the message receipt status (channel preview)
10+
* Remove the unread message count (channel preview)
11+
* Group channel
12+
* Remove the message edit
13+
* Remove the message delete
14+
* Remove the message reactions
15+
* Remove the message receipt status (message)
16+
* Remove the message reply (quote_reply, thread)
17+
* Group channel settings
18+
* Remove the search in channel
19+
* Open channel
20+
* Remove the message edit
21+
* Remove the message delete
22+
* Clear timeout in useLayoutEffect of Message
23+
* This removes memory leak warnings
24+
325
## [v3.4.0] (Mar 6 2023)
426

527
### Voice Message

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.4.0",
3+
"version": "3.4.1",
44
"description": "React based UI kit for sendbird",
55
"main": "dist/index.js",
66
"style": "dist/index.css",

0 commit comments

Comments
 (0)