Skip to content

Commit d22bee1

Browse files
authored
[2.5.0] (Nov 23 2021) including package.json (#62)
- Features * Support MessageThreading * <App /> and <Channel /> can enable or disable message threading feature using prop: `replyType` * `replyType="QUOTE_REPLY"` enable message threading * `replyType="NONE"` disable message threading, and this is a default option - Bugfix * Change the message status component location from the bottom of the message to the side of the message content
1 parent b31da6b commit d22bee1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
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",
3-
"version": "2.5.0-alpha",
3+
"version": "2.5.0",
44
"description": "React based UI kit for sendbird",
55
"main": "release/index.js",
66
"style": "release/dist/index.css",

0 commit comments

Comments
 (0)