Skip to content

Commit

Permalink
Release: 3.4.1
Browse files Browse the repository at this point in the history
## 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]>
  • Loading branch information
3 people authored Mar 10, 2023
1 parent 1a5cf36 commit a01bdbd
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog - v3

## [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

## [v3.4.0] (Mar 6 2023)

### Voice Message
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sendbird/uikit-react",
"version": "3.4.0",
"version": "3.4.1",
"description": "React based UI kit for sendbird",
"main": "dist/index.js",
"style": "dist/index.css",
Expand Down

0 comments on commit a01bdbd

Please sign in to comment.