chore: set changelog as per chronology.
Signed-off-by: Sahil Kumar <xdsahil@gmail.com>
This commit is contained in:
@@ -2,6 +2,18 @@
|
||||
|
||||
- Included the changes from version [6.7.0](#670).
|
||||
|
||||
## 6.7.0
|
||||
|
||||
✅ Added
|
||||
|
||||
- Added support for setting `Message.type`. [#1682](https://github.com/GetStream/stream-chat-flutter/issues/1682)
|
||||
```
|
||||
It is now possible to send system messages. System messages differ from normal messages in the way they are
|
||||
presented to the user. Like the name says, system messages are normally send from the system itself, but a user is
|
||||
able to send it as well by specifying type: 'system' with the message. The user who sends a system message client-side
|
||||
should have the Create System Message permission. Server-side system messages don't need that permission.
|
||||
```
|
||||
|
||||
## 7.0.0-beta.1
|
||||
|
||||
🛑️ Breaking
|
||||
@@ -16,18 +28,6 @@
|
||||
|
||||
- Updated minimum supported `SDK` version to Dart 3.0
|
||||
|
||||
## 6.7.0
|
||||
|
||||
✅ Added
|
||||
|
||||
- Added support for setting `Message.type`. [#1682](https://github.com/GetStream/stream-chat-flutter/issues/1682)
|
||||
```
|
||||
It is now possible to send system messages. System messages differ from normal messages in the way they are
|
||||
presented to the user. Like the name says, system messages are normally send from the system itself, but a user is
|
||||
able to send it as well by specifying type: 'system' with the message. The user who sends a system message client-side
|
||||
should have the Create System Message permission. Server-side system messages don't need that permission.
|
||||
```
|
||||
|
||||
## 6.6.0
|
||||
|
||||
🔄 Changed
|
||||
|
||||
@@ -2,11 +2,24 @@
|
||||
|
||||
- Included the changes from version [6.8.1](#681).
|
||||
|
||||
## 6.8.1
|
||||
|
||||
🐞 Fixed
|
||||
|
||||
- Fixed `StreamMessageInput` always sending message as `system`.
|
||||
|
||||
## 7.0.0-beta.2
|
||||
|
||||
- Updated `stream_chat_flutter_core` dependency
|
||||
to [`7.0.0-beta.2`](https://pub.dev/packages/stream_chat_flutter_core/changelog).
|
||||
|
||||
## 6.8.0
|
||||
|
||||
🔄 Changed
|
||||
|
||||
- Updated `stream_chat_flutter_core` dependency
|
||||
to [`6.7.0`](https://pub.dev/packages/stream_chat_flutter_core/changelog).
|
||||
|
||||
## 7.0.0-beta.1
|
||||
|
||||
🛑️ Breaking
|
||||
@@ -55,19 +68,6 @@
|
||||
- Updated minimum supported `SDK` version to Flutter 3.10/Dart 3.0
|
||||
- Updated `jiffy` dependency to `^6.2.1`.
|
||||
|
||||
## 6.8.1
|
||||
|
||||
🐞 Fixed
|
||||
|
||||
- Fixed `StreamMessageInput` always sending message as `system`.
|
||||
|
||||
## 6.8.0
|
||||
|
||||
🔄 Changed
|
||||
|
||||
- Updated `stream_chat_flutter_core` dependency
|
||||
to [`6.7.0`](https://pub.dev/packages/stream_chat_flutter_core/changelog).
|
||||
|
||||
## 6.7.0
|
||||
|
||||
🔄 Changed
|
||||
|
||||
@@ -2,16 +2,16 @@
|
||||
|
||||
- Updated `stream_chat` dependency to [`7.0.0-beta.2`](https://pub.dev/packages/stream_chat/changelog).
|
||||
|
||||
## 6.7.0
|
||||
|
||||
- Updated `stream_chat` dependency to [`6.7.0`](https://pub.dev/packages/stream_chat/changelog).
|
||||
|
||||
## 7.0.0-beta.1
|
||||
|
||||
- 🛑 **BREAKING** Removed deprecated `StreamChannelListController.sort` parameter.
|
||||
Use `StreamChannelListController.channelStateSort` instead.
|
||||
- Updated minimum supported `SDK` version to Flutter 3.10/Dart 3.0
|
||||
|
||||
## 6.7.0
|
||||
|
||||
- Updated `stream_chat` dependency to [`6.7.0`](https://pub.dev/packages/stream_chat/changelog).
|
||||
|
||||
## 6.6.0
|
||||
|
||||
- Updated `stream_chat` dependency to [`6.6.0`](https://pub.dev/packages/stream_chat/changelog).
|
||||
|
||||
@@ -2,15 +2,15 @@
|
||||
|
||||
* Updated `stream_chat_flutter` dependency to [`7.0.0-beta.2`](https://pub.dev/packages/stream_chat_flutter/changelog).
|
||||
|
||||
## 5.8.0
|
||||
|
||||
* Updated `stream_chat_flutter` dependency to [`6.8.0`](https://pub.dev/packages/stream_chat_flutter/changelog).
|
||||
|
||||
## 6.0.0-beta.1
|
||||
|
||||
* Updated minimum supported `SDK` version to Flutter 3.10/Dart 3.0
|
||||
* Updated `stream_chat_flutter` dependency to [`7.0.0-beta.1`](https://pub.dev/packages/stream_chat_flutter/changelog).
|
||||
|
||||
## 5.8.0
|
||||
|
||||
* Updated `stream_chat_flutter` dependency to [`6.8.0`](https://pub.dev/packages/stream_chat_flutter/changelog).
|
||||
|
||||
## 5.7.0
|
||||
|
||||
* Updated `stream_chat_flutter` dependency to [`6.7.0`](https://pub.dev/packages/stream_chat_flutter/changelog).
|
||||
|
||||
@@ -3,17 +3,17 @@
|
||||
- Included the changes from version [6.7.0](#670).
|
||||
- Updated `stream_chat` dependency to [`7.0.0-beta.2`](https://pub.dev/packages/stream_chat/changelog).
|
||||
|
||||
## 7.0.0-beta.1
|
||||
|
||||
- Updated minimum supported `SDK` version to Flutter 3.10/Dart 3.0
|
||||
- 🛑 **BREAKING** Removed deprecated `getChannelStates.sort` parameter. Use `getChannelStates.channelStateSort` instead.
|
||||
|
||||
## 6.7.0
|
||||
|
||||
- [[#1683]](https://github.com/GetStream/stream-chat-flutter/issues/1683) Fixed SqliteException no such
|
||||
column `messages.state`.
|
||||
- Updated `stream_chat` dependency to [`6.7.0`](https://pub.dev/packages/stream_chat/changelog).
|
||||
|
||||
## 7.0.0-beta.1
|
||||
|
||||
- Updated minimum supported `SDK` version to Flutter 3.10/Dart 3.0
|
||||
- 🛑 **BREAKING** Removed deprecated `getChannelStates.sort` parameter. Use `getChannelStates.channelStateSort` instead.
|
||||
|
||||
## 6.6.0
|
||||
|
||||
- Updated `stream_chat` dependency to [`6.6.0`](https://pub.dev/packages/stream_chat/changelog).
|
||||
|
||||
Reference in New Issue
Block a user