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 b593dc7 commit 8da3361Copy full SHA for 8da3361
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# Changelog
2
3
+## [3.1.0](https://github.com/GetStream/stream-chat-react/releases/tag/v3.1.0) 2020-10-14
4
+
5
+## Feature
6
7
+- VirtualizedMessageList supports message grouping [#571](https://github.com/GetStream/stream-chat-react/pull/571)
8
9
+```js
10
+<VirtualizedMessageList shouldGroupByUser />
11
+```
12
13
+## Fix
14
15
+- VirtualizedMessageList TypingIndicator is disabled by default [#571](https://github.com/GetStream/stream-chat-react/pull/571)
16
17
## [3.0.3](https://github.com/GetStream/stream-chat-react/releases/tag/v3.0.3) 2020-10-13
18
19
## Fix
0 commit comments