Merge branch 'v4' of https://github.com/GetStream/stream-chat-flutter into live-event-improvements

This commit is contained in:
Ayush Shekhar
2022-03-21 06:33:24 +05:30
174 changed files with 11150 additions and 1870 deletions
+11 -1
View File
@@ -1,5 +1,10 @@
## 3.5.1
🛑️ Breaking Changes
- `pinPermissions` is no longer needed in `MessageListView`.
- `MessageInput` now works with a `MessageInputController` instead of a `TextEditingController`
🐞 Fixed
- Mentions overlay now doesn't overflow when there is not enough height available
@@ -31,7 +36,12 @@
✅ Added
- Videos can now be auto-played in `FullScreenMedia`, by setting the `autoplayVideos` argument to true.
- Videos can now be auto-played in `FullScreenMedia`
- Extra customisation options for `MessageInput`
🔄 Changed
- Add `didUpdateWidget` override in `MessageInput` widget to handle changes to `focusNode`.
## 3.3.2