Merge branch 'develop' of https://github.com/GetStream/stream-chat-flutter into feat/capabilities

 Conflicts:
	packages/stream_chat/CHANGELOG.md
	packages/stream_chat_flutter/CHANGELOG.md
This commit is contained in:
Deven Joshi
2022-01-05 14:14:03 +05:30
33 changed files with 311 additions and 140 deletions
+14 -1
View File
@@ -1,9 +1,22 @@
## Upcoming
🛑️ Breaking Changes from `3.2.0`
🛑️ Breaking Changes
- `pinPermissions` is no longer needed in `MessageListView`.
🐞 Fixed
- SVG rendering fixes
- Use file extension instead of mimeType for downloading files
✅ Added
- Videos can now be auto-played in `FullScreenMedia`
## 3.3.2
- Updated `stream_chat_flutter_core` dependency to [`3.3.1`](https://pub.dev/packages/stream_chat_flutter_core/changelog).
## 3.3.1
✅ Added