Merge pull request #1004 from bhayatus/develop

feat(ui): Add ability to specify onLinkTap for url attachments
This commit is contained in:
Salvatore Giordano
2022-03-17 10:50:19 +01:00
committed by GitHub
3 changed files with 16 additions and 1 deletions
@@ -5,6 +5,12 @@
- Mentions overlay now doesn't overflow when there is not enough height available
- Updated `stream_chat_flutter_core` dependency to [`3.5.1`](https://pub.dev/packages/stream_chat_flutter_core/changelog).
✅ Added
- `onLinkTap` for `MessageWidget` can now be passed down to `UrlAttachment`.
## 3.5.0
🐞 Fixed