chore(ui, core): update CHANGELOG.md
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
@@ -1,3 +1,20 @@
|
||||
## Upcoming
|
||||
|
||||
🛑️ Breaking Changes from `2.2.1`
|
||||
|
||||
- `MessageSearchListViewCore` paginationParams property is now non-nullable with a default value.
|
||||
```dart
|
||||
paginationParams = const PaginationParams(limit: 30)
|
||||
```
|
||||
- `UserListViewCore` pagination property is now non-nullable with a default value.
|
||||
```dart
|
||||
pagination = const PaginationParams(limit: 30)
|
||||
```
|
||||
|
||||
🐞 Fixed
|
||||
|
||||
- Fixed `MessageSearchBloc` pagination.
|
||||
|
||||
## 2.2.1
|
||||
|
||||
- Updated `stream_chat` dependency to 2.2.1
|
||||
@@ -5,13 +22,17 @@
|
||||
## 2.2.0
|
||||
|
||||
🛑️ Breaking Changes from `2.1.1`
|
||||
|
||||
- Renamed `BetterStreamBuilder.loadingBuilder` to `.noDataBuilder`
|
||||
|
||||
🔄 Changed
|
||||
|
||||
- `BetterStreamBuilder.initialData` is now nullable/not-required.
|
||||
|
||||
🐞 Fixed
|
||||
- [#612](https://github.com/GetStream/stream-chat-flutter/issues/612) `ChannelListView` pagination doesn't work after refresh
|
||||
|
||||
- [#612](https://github.com/GetStream/stream-chat-flutter/issues/612) `ChannelListView` pagination doesn't work after
|
||||
refresh
|
||||
|
||||
## 2.1.1
|
||||
|
||||
@@ -20,12 +41,15 @@
|
||||
## 2.1.0
|
||||
|
||||
🛑️ Breaking Changes from `2.0.0`
|
||||
|
||||
- Changed default message filter of `MessageListCore`
|
||||
|
||||
✅ Added
|
||||
|
||||
- Added `MessageListCore.paginationLimit`
|
||||
|
||||
🔄 Changed
|
||||
|
||||
- `StreamChatCore.of(context).user` is now deprecated in favor of `StreamChatCore.of(context).currentUser`.
|
||||
- `StreamChatCore.of(context).userStream` is now deprecated in favor of `StreamChatCore.of(context).currentUserStream`.
|
||||
|
||||
@@ -34,7 +58,8 @@
|
||||
🛑️ Breaking Changes from `1.5.3`
|
||||
|
||||
- migrate this package to null safety
|
||||
- `channelsBloc.queryChannels()`, `ChannelListCore` options param/property is removed in favor of individual params/properties
|
||||
- `channelsBloc.queryChannels()`, `ChannelListCore` options param/property is removed in favor of individual
|
||||
params/properties
|
||||
- `options.state` -> bool state
|
||||
- `options.watch` -> bool watch
|
||||
- `options.presence` -> bool presence
|
||||
@@ -51,6 +76,7 @@
|
||||
- Performance improvements
|
||||
|
||||
## 2.0.0-nullsafety.9
|
||||
|
||||
- Update llc dependency
|
||||
|
||||
## 2.0.0-nullsafety.8
|
||||
|
||||
Reference in New Issue
Block a user