Updated change log
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
## Upcoming
|
||||||
|
|
||||||
|
🐞 Fixed
|
||||||
|
|
||||||
|
- [[#1427]](https://github.com/GetStream/stream-chat-flutter/issues/1427) Fixed unable to load asset error for
|
||||||
|
`packages/stream_chat_flutter/lib/svgs/video_call_icon.svg`.
|
||||||
|
|
||||||
## 6.2.0
|
## 6.2.0
|
||||||
|
|
||||||
🐞 Fixed
|
🐞 Fixed
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ class StreamMessageThemeData with Diagnosticable {
|
|||||||
this.avatarTheme,
|
this.avatarTheme,
|
||||||
this.createdAtStyle,
|
this.createdAtStyle,
|
||||||
@Deprecated('Use urlAttachmentBackgroundColor instead')
|
@Deprecated('Use urlAttachmentBackgroundColor instead')
|
||||||
Color? linkBackgroundColor,
|
Color? linkBackgroundColor,
|
||||||
Color? urlAttachmentBackgroundColor,
|
Color? urlAttachmentBackgroundColor,
|
||||||
this.urlAttachmentHostStyle,
|
this.urlAttachmentHostStyle,
|
||||||
this.urlAttachmentTitleStyle,
|
this.urlAttachmentTitleStyle,
|
||||||
@@ -102,7 +102,7 @@ class StreamMessageThemeData with Diagnosticable {
|
|||||||
Color? reactionsBorderColor,
|
Color? reactionsBorderColor,
|
||||||
Color? reactionsMaskColor,
|
Color? reactionsMaskColor,
|
||||||
@Deprecated('Use urlAttachmentBackgroundColor instead')
|
@Deprecated('Use urlAttachmentBackgroundColor instead')
|
||||||
Color? linkBackgroundColor,
|
Color? linkBackgroundColor,
|
||||||
Color? urlAttachmentBackgroundColor,
|
Color? urlAttachmentBackgroundColor,
|
||||||
TextStyle? urlAttachmentHostStyle,
|
TextStyle? urlAttachmentHostStyle,
|
||||||
TextStyle? urlAttachmentTitleStyle,
|
TextStyle? urlAttachmentTitleStyle,
|
||||||
|
|||||||
Reference in New Issue
Block a user