We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9bfcc8 commit df805a9Copy full SHA for df805a9
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
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
13
## [2.5.0-alpha] (Nov 22 2021)
14
15
This is an alpha version release for message threading
0 commit comments