Merge branch 'develop' into hotfix/messageWidget

This commit is contained in:
Salvatore Giordano
2022-05-10 11:45:24 +02:00
32 changed files with 581 additions and 51 deletions
+10 -1
View File
@@ -1,4 +1,9 @@
## Upcoming
## 4.1.0
✅ Added
- [[#1119]](https://github.com/GetStream/stream-chat-flutter/issues/1119) Added an option to disable mentions overlay in `StreamMessageInput`
- Deprecated `disableEmojiSuggestionsOverlay` in favor of `enableEmojiSuggestionsOverlay` in `StreamMessageInput`
🐞 Fixed
@@ -7,6 +12,10 @@
- Fixed message widget thread indicator in reverse mode.
- [[#1044]](https://github.com/GetStream/stream-chat-flutter/issues/1044): Refactor StreamMessageWidget bottom row to use Text.rich.
🔄 Changed
- Removed `isOwner` condition from `ChannelBottomSheet` and `StreamChannelInfoBottomSheet` for delete option tile.
## 4.0.1
- Minor fixes