fix - revert changelog formatting

This commit is contained in:
geweald
2021-11-15 11:29:47 +01:00
parent e63bd87a9d
commit 5e33088b8b
2 changed files with 100 additions and 100 deletions
+15 -15
View File
@@ -141,7 +141,7 @@ typedef ActionButtonBuilder = Widget Function(
``` ```
> **_NOTE:_** The last parameter is the default `ActionButton` > **_NOTE:_** The last parameter is the default `ActionButton`
> You can call `.copyWith` to customize just a subset of properties. You can call `.copyWith` to customize just a subset of properties.
- Added slow mode which allows a cooldown period after a user sends a message. - Added slow mode which allows a cooldown period after a user sends a message.
@@ -150,18 +150,18 @@ typedef ActionButtonBuilder = Widget Function(
Theming has been upgraded! Most theme classes now have `InheritedTheme` classes associated with them, and have been Theming has been upgraded! Most theme classes now have `InheritedTheme` classes associated with them, and have been
upgraded with some goodies like `lerp` functions. Here's the full naming breakdown: upgraded with some goodies like `lerp` functions. Here's the full naming breakdown:
- `AvatarTheme` is now `AvatarThemeData` * `AvatarTheme` is now `AvatarThemeData`
- `ChannelHeaderTheme` is now `ChannelHeaderThemeData` * `ChannelHeaderTheme` is now `ChannelHeaderThemeData`
- `ChannelListHeaderTheme` is now `ChannelListHeaderThemeData` * `ChannelListHeaderTheme` is now `ChannelListHeaderThemeData`
- `ChannelListViewTheme` is now `ChannelListViewThemeData` * `ChannelListViewTheme` is now `ChannelListViewThemeData`
- `ChannelPreviewTheme` is now `ChannelPreviewThemeData` * `ChannelPreviewTheme` is now `ChannelPreviewThemeData`
- `MessageInputTheme` is now `MessageInputThemeData` * `MessageInputTheme` is now `MessageInputThemeData`
- `MessageListViewTheme` is now `MessageListViewTheme` * `MessageListViewTheme` is now `MessageListViewTheme`
- `MessageSearchListViewTheme` is now `MessageSearchListViewThemeData` * `MessageSearchListViewTheme` is now `MessageSearchListViewThemeData`
- `MessageTheme` is now `MessageThemeData` * `MessageTheme` is now `MessageThemeData`
- `UserListViewTheme` is now `UserListViewThemeData` * `UserListViewTheme` is now `UserListViewThemeData`
* Updated core dependency. - Updated core dependency.
🐞 Fixed 🐞 Fixed
@@ -208,7 +208,6 @@ upgraded with some goodies like `lerp` functions. Here's the full naming breakdo
- Renamed `ChannelImage` to `ChannelAvatar` - Renamed `ChannelImage` to `ChannelAvatar`
- Updated `StreamChatThemeData.reactionIcons` to accept custom builder - Updated `StreamChatThemeData.reactionIcons` to accept custom builder
- Renamed `ColorTheme` properties to reflect the purpose of the colors - Renamed `ColorTheme` properties to reflect the purpose of the colors
- `ColorTheme.black` -> `ColorTheme.textHighEmphasis` - `ColorTheme.black` -> `ColorTheme.textHighEmphasis`
- `ColorTheme.grey` -> `ColorTheme.textLowEmphasis` - `ColorTheme.grey` -> `ColorTheme.textLowEmphasis`
- `ColorTheme.greyGainsboro` -> `ColorTheme.disabled` - `ColorTheme.greyGainsboro` -> `ColorTheme.disabled`
@@ -241,7 +240,8 @@ typedef MessageBuilder = Widget Function(
``` ```
> **_NOTE:_** the last parameter is the default `MessageWidget` > **_NOTE:_** the last parameter is the default `MessageWidget`
> You can call `.copyWith` to customize just a subset of properties You can call `.copyWith` to customize just a subset of properties
✅ Added ✅ Added
@@ -307,7 +307,7 @@ typedef MessageBuilder = Widget Function(
``` ```
> **_NOTE:_** The last parameter is the default `MessageWidget` > **_NOTE:_** The last parameter is the default `MessageWidget`
> You can call `.copyWith` to customize just a subset of properties. You can call `.copyWith` to customize just a subset of properties.
✅ Added ✅ Added