Merge branch 'develop' into chore/bump-desktop-drop-version-v0.4

This commit is contained in:
Sahil Kumar
2022-12-06 14:27:51 +05:30
committed by GitHub
3 changed files with 39 additions and 20 deletions
+6 -4
View File
@@ -1,12 +1,14 @@
## Upcomming
🐞 Fixed
- Fix render overflow issue with `MessageSearchListTileTitle`. It now uses `Text.rich` instead of `Row`. Better default behaviour and allows `TextOverflow`.
🔄 Changed
- Updated `lottie` dependency to `^2.0.0`
- Updated `desktop_drop` dependency to `^0.4.0`
🐞 Fixed
- [[#1379]](https://github.com/GetStream/stream-chat-flutter/issues/1379) Fixed "Issues with photo attachments on web", where the cached image attachment would not render while uploading.
- Fix render overflow issue with `MessageSearchListTileTitle`. It now uses `Text.rich` instead of `Row`. Better default behaviour and allows `TextOverflow`.
## 5.1.0
🐞 Fixed