Merge branch 'develop' into fix/userAvatarBuilder
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
|
||||
✅ Added
|
||||
|
||||
- Added `MessageTheme.urlAttachmentHostStyle`, `MessageTheme.urlAttachmentTitleStyle`, and
|
||||
`MessageTheme.urlAttachmentTextStyle` to customize the style of the url attachment.
|
||||
- Added `StreamMessageInput.ogPreviewFilter` to allow users to filter out the og preview
|
||||
links. [#1338](https://github.com/GetStream/stream-chat-flutter/issues/1338)
|
||||
|
||||
@@ -29,6 +31,10 @@
|
||||
return true;
|
||||
),
|
||||
```
|
||||
|
||||
🔄 Changed
|
||||
|
||||
- Deprecated `MessageTheme.linkBackgroundColor` in favor of `MessageTheme.urlAttachmentBackgroundColor`.
|
||||
|
||||
## 6.0.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user