update changelogs

This commit is contained in:
Salvatore Giordano
2021-02-26 16:25:08 +01:00
parent 7a1c470997
commit b8e29cd88c
4 changed files with 26 additions and 1 deletions
+7
View File
@@ -1,3 +1,10 @@
## 1.3.0-beta
- Save pinned messages in offline storage
- Minor fixes
- `StreamClient.QueryChannels` now returns a Stream and fetches the channels from storage before calling the api
- Added `StreamClient.QueryChannelsOnline` and `StreamClient.QueryChannelsOffline` to fetch channels only from online or offline
## 1.2.0-beta
- 🛑 **BREAKING** Changed signature of `StreamClient.search` method
+10 -1
View File
@@ -1,7 +1,16 @@
## 1.3.0-beta
- Added `MessageInputTheme`
- Fixed overflow in `MessageInput` animation
- Delete only image on imagegallery
- Close keyboard after sending a command
- Exposed `customAttachmentBuilders` through `MessageListView`
- Update `stream_chat_core` dependency
## 1.2.0-beta
- Minor fixes
- Update stream_chat_core dependency
- Update `stream_chat_core` dependency
## 1.1.1-beta
@@ -1,3 +1,8 @@
## 1.3.0-beta
* Update llc dependency
* Minor fixes
## 1.2.0-beta
* Update llc dependency
@@ -1,3 +1,7 @@
## 1.3.0-beta
* Update llc dependency
## 1.2.0-beta
* Update llc dependency