Skip to content

Commit 629c611

Browse files
author
Sravan S
authored
[v3.4.9] (June 02 2023) (#595)
Fixes: * ChannelList * Display a channel on channel list only when there's a message * Remove edited message from ChannelPreview * MarkAsRead & MarkAsDelivered * Batch markAsRead & markAsDelivered requests * Scrolling * Various scroll issues in Channel component * Shaky scroll on messages when fetching messages * Scroll into view when starting point is set * Scroll into message on clicking quote reply * Inconsistent rendering on scrollToBottom button * Mention * Improve max mention count logic in Messages * Improve mention detection when there are curly braces in user's name Mentions were not working when user nickname had curly braces * Special channels * Disable mention in the broadcast channel * Change OpenChannelInput muted state notice text in broadcast channel * Reply * Apply ellipsis to a sender of quote and admin message * Thread * Add border bottom to the ParentMessageInfo component * Modify string set for thread menu "Reply to Thread" -> "Reply in Thread" Do not display "Reply in Thread" to the reply messages * Prevent hover style of ParentMessageInfo component * OpenChannel * Apply theme to the OpenChannelList header Chores: * Add a sample with router * Add dataId to the every menu items
1 parent 8f9d7ed commit 629c611

File tree

2 files changed

+44
-2
lines changed

2 files changed

+44
-2
lines changed

CHANGELOG.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# Changelog - v3
22

3+
## [v3.4.9] (June 02 2023)
4+
5+
Fixes:
6+
* ChannelList
7+
* Display a channel on channel list only when there's a message
8+
* Remove edited message from ChannelPreview
9+
10+
* MarkAsRead & MarkAsDelivered
11+
* Batch markAsRead & markAsDelivered requests
12+
13+
* Scrolling
14+
* Various scroll issues in Channel component
15+
* Shaky scroll on messages when fetching messages
16+
* Scroll into view when starting point is set
17+
* Scroll into message on clicking quote reply
18+
* Inconsistent rendering on scrollToBottom button
19+
20+
* Mention
21+
* Improve max mention count logic in Messages
22+
* Improve mention detection when there are curly braces in user's name Mentions
23+
were not working when user nickname had curly braces
24+
25+
* Special channels
26+
* Disable mention in the broadcast channel
27+
* Change OpenChannelInput muted state notice text in broadcast channel
28+
29+
* Reply
30+
* Apply ellipsis to a sender of quote and admin message
31+
32+
* Thread
33+
* Add border bottom to the ParentMessageInfo component
34+
* Modify string set for thread menu "Reply to Thread" -> "Reply in Thread"
35+
Do not display "Reply in Thread" to the reply messages
36+
* Prevent hover style of ParentMessageInfo component
37+
38+
* OpenChannel
39+
* Apply theme to the OpenChannelList header
40+
41+
Chores:
42+
* Add a sample with router
43+
* Add dataId to the every menu items
44+
345
## [v3.4.8] (May 19 2023)
446

547
Fixes:
@@ -31,7 +73,7 @@ Chores:
3173
Important Notes:
3274
* @sendbird/chat@4.8.0 has an issue with `abortcontroller-polyfill` plugin. Please use version 4.7.2 or install it separately.
3375

34-
Features:
76+
Features:
3577
* Set Chat SDK v4.3.0 as the minimum required version.
3678
* Add a new UI component, Toggle:
3779
* `ToggleContainer`: A context provider component that manages only the toggle status.

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