Skip to content

Commit b31da6b

Browse files
authored
[2.5.0] (Nov 23 2021) (#61)
- 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 f9bfcc8 commit b31da6b

File tree

2 files changed

+56
-23
lines changed

2 files changed

+56
-23
lines changed

CHANGELOG.md

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

3+
## [2.5.0] (Nov 23 2021)
4+
5+
- Features
6+
* Support MessageThreading
7+
* <App /> and <Channel /> can enable or disable message threading feature using prop: `replyType`
8+
* `replyType="QUOTE_REPLY"` enable message threading
9+
* `replyType="NONE"` disable message threading, and this is a default option
10+
- Bugfix
11+
* Change the message status component location from the bottom of the message to the side of the message content
12+
313
## [2.5.0-alpha] (Nov 22 2021)
414

515
This is an alpha version release for message threading

package-lock.json

Lines changed: 46 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)