Skip to content

Commit a13fcf6

Browse files
committed
[v3.1.1_rc_0] (Aug 16 2022)
Features: * Add channel handlers to the open channel settings * Add an open channel handler into the OpenChannelSettings component * Use operators property to render operator list on the OpenChannelSetting instead of fetching operators Fixes: * Move @sendbird/uikit-react as build dependency, fixes GroupChannelHandlers failing to attach to SDK instance * Update SendableMessage to UserMessage and FileMessage * Change the type of MessageHandler.onFailed to FailedMessageHandler * Add missing type defns into scripts/index_d_ts * Typo in creating channelHandlerId on the ChannelList
1 parent 94dfc52 commit a13fcf6

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog - v3
22

3+
## [v3.1.1-rc.0] (Aug 16 2022)
4+
5+
Features:
6+
* Add channel handlers to the open channel settings
7+
* Add an open channel handler into the OpenChannelSettings component
8+
* Use operators property to render operator list on the OpenChannelSetting
9+
instead of fetching operators
10+
11+
Fixes:
12+
* Move @sendbird/uikit-react as build dependency, fixes GroupChannelHandlers
13+
failing to attach to SDK instance
14+
* Update SendableMessage to UserMessage and FileMessage
15+
* Change the type of MessageHandler.onFailed to FailedMessageHandler
16+
* Add missing type defns into scripts/index_d_ts
17+
* Typo in creating channelHandlerId on the ChannelList
18+
319
## [v3.1.0] (Aug 03 2022)
420
Features:
521
* Support moderation in OpenChannel

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)