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 1eceae9 commit dfa4bddCopy full SHA for dfa4bdd
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
3
4
+## [5.0.2](https://github.com/GetStream/stream-chat-react/releases/tag/v5.0.2) 2021-03-23
5
+
6
+### Bug
7
8
+- Fix optimistic UI for mentions [#800](https://github.com/GetStream/stream-chat-react/pull/800)
9
10
## [5.0.1](https://github.com/GetStream/stream-chat-react/releases/tag/v5.0.1) 2021-03-23
11
12
### Chore
package.json
@@ -53,6 +53,7 @@
53
"stream-chat": "3.1.x"
54
},
55
"files": [
56
+ "built",
57
"dist",
58
"/types",
59
"README.md"
0 commit comments