Merge branch 'develop' into chore/bump-lottie-to-v2

This commit is contained in:
Sahil Kumar
2022-12-06 14:26:25 +05:30
committed by GitHub
11 changed files with 67 additions and 44 deletions
@@ -4,6 +4,10 @@
- Updated `lottie` dependency to `^2.0.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