Merge branch 'develop' into v4

This commit is contained in:
Salvatore Giordano
2022-01-25 11:40:02 +01:00
24 changed files with 333 additions and 232 deletions
@@ -1,9 +1,14 @@
# Upcoming
## Upcoming
✅ Added
- Added `MessageInputController` to hold `Message` related data.
🐞 Fixed
- Do not move a channel to top if the new message is from a thread.
- [[#848]](https://github.com/GetStream/stream-chat-flutter/issues/848) Fixed "Bad state: Cannot add new events after calling close" by replacing all `.add` methods with a new `.safeAdd`.
## 3.3.1
- Updated `stream_chat` dependency to [`3.3.1`](https://pub.dev/packages/stream_chat/changelog).