Merge branch 'release/4.0.0-beta.2' into fix/gallery_attachment_tests

This commit is contained in:
Salvatore Giordano
2022-04-14 11:10:40 +02:00
committed by GitHub
8 changed files with 41 additions and 11 deletions
+10 -2
View File
@@ -1,11 +1,19 @@
## Upcoming
## 4.0.0-beta.2
✅ Added
- Added support to pass `autoCorrect` to `StreamMessageInput` for the text input field
- Added support to control the visibility of the default emoji suggestions overlay
- Added support to control the visibility of the default emoji suggestions overlay in `StreamMessageInput`
- Added support to build custom widget for scrollToBottom in `StreamMessageListView`
🐞 Fixed
- Minor fixes and improvements
-[[#892]](https://github.com/GetStream/stream-chat-flutter/issues/892): Fix default `initialAlignment` in `MessageListView`.
- Fix `MessageInputTheme.inputBackgroundColor` color not being used in some widgets of `MessageInput`
- Removed dependency on `visibility_detector`
- [[#1071]](https://github.com/GetStream/stream-chat-flutter/issues/1071): Fixed the way attachment actions were handled in full screen
## 4.0.0-beta.1
✅ Added
@@ -593,6 +593,7 @@ class StreamMessageInputState extends State<StreamMessageInput>
elevation: widget.elevation ??
_streamChatTheme.messageInputTheme.elevation ??
8,
color: _messageInputTheme.inputBackgroundColor,
child: child,
);
}
@@ -789,6 +790,7 @@ class StreamMessageInputState extends State<StreamMessageInput>
gradient: _focusNode.hasFocus
? _messageInputTheme.activeBorderGradient
: _messageInputTheme.idleBorderGradient,
color: _messageInputTheme.inputBackgroundColor,
),
child: Padding(
padding: const EdgeInsets.all(1.5),
+2 -2
View File
@@ -1,7 +1,7 @@
name: stream_chat_flutter
homepage: https://github.com/GetStream/stream-chat-flutter
description: Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter.
version: 4.0.0-beta.1
version: 4.0.0-beta.2
repository: https://github.com/GetStream/stream-chat-flutter
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
@@ -36,7 +36,7 @@ dependencies:
rxdart: ^0.27.0
share_plus: ^4.0.1
shimmer: ^2.0.0
stream_chat_flutter_core: ^4.0.0-beta.0
stream_chat_flutter_core: ^4.0.0-beta.2
substring_highlight: ^1.0.26
url_launcher: ^6.0.3
video_player: ^2.1.0