Skip to content

Commit 9ed7b75

Browse files
committed
v3.10.1
1 parent 99c1c69 commit 9ed7b75

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

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

3+
## [v3.10.1] (Jan 26, 2024)
4+
5+
### Fixes:
6+
7+
* Fixed a bug where `MessageList` is not scrolled to bottom upon entering a channel
8+
* Changed behaviour of the feedback process:
9+
* old: On feedback icon button click -> open feedback form/menu
10+
* new: On feedback icon button click -> submit feedback -> open feedback form/menu
11+
* Supported accepting `mimeTypes` to the `MessageInput`
12+
* Applied the `channelListQuery.order` to the `ChannelList`
13+
* Fixed a bug where muted member list is not being updated after a member had been unmuted
14+
* Fixed a bug where operator list is not being updated after an operator had been removed
15+
* Fixed a bug where a link subdomain has a hyphen or long top-level domain is not recognized as link text
16+
317
## [v3.10.0] (Jan 19, 2024)
418

519
### 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.10.0",
3+
"version": "3.10.1",
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)