Skip to content

Commit df805a9

Browse files
committed
Add CHANGELOG for 2.5.0
1 parent f9bfcc8 commit df805a9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
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 difault 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

0 commit comments

Comments
 (0)