update pubspec and changelogs
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
## 4.0.0-beta.0
|
||||
|
||||
✅ Added
|
||||
|
||||
- Added `MessageInputController` to hold `Message` related data.
|
||||
- Deprecated old widgets in favor of Stream-prefixed ones.
|
||||
- Deprecated `ChannelsBloc` in favor of `StreamChannelListController` to control the channel list.
|
||||
- Added `MessageTextFieldController` to be used with the new `StreamTextField` ui widget.
|
||||
|
||||
- Updated `stream_chat` dependency to [`4.0.0-beta.0`](https://pub.dev/packages/stream_chat/changelog).
|
||||
|
||||
## 3.5.1
|
||||
|
||||
- Updated `stream_chat` dependency to [`3.5.1`](https://pub.dev/packages/stream_chat/changelog).
|
||||
@@ -9,10 +20,6 @@
|
||||
## 3.4.0
|
||||
- Updated `stream_chat` dependency to [`3.4.0`](https://pub.dev/packages/stream_chat/changelog).
|
||||
|
||||
✅ Added
|
||||
|
||||
- Added `MessageInputController` to hold `Message` related data.
|
||||
|
||||
🐞 Fixed
|
||||
|
||||
- Do not move a channel to top if the new message is from a thread.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: stream_chat_flutter_core
|
||||
homepage: https://github.com/GetStream/stream-chat-flutter
|
||||
description: Stream Chat official Flutter SDK Core. Build your own chat experience using Dart and Flutter.
|
||||
version: 3.5.1
|
||||
version: 4.0.0-beta.0
|
||||
repository: https://github.com/GetStream/stream-chat-flutter
|
||||
issue_tracker: https://github.com/GetStream/stream-chat-flutter/issues
|
||||
|
||||
@@ -17,7 +17,7 @@ dependencies:
|
||||
freezed_annotation: ^1.0.0
|
||||
meta: ^1.3.0
|
||||
rxdart: ^0.27.0
|
||||
stream_chat: ^3.5.1
|
||||
stream_chat: ^4.0.0-beta.0
|
||||
|
||||
dev_dependencies:
|
||||
build_runner: ^2.0.1
|
||||
|
||||
Reference in New Issue
Block a user