chore(core, ui): update CHANGELOG.md

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2021-09-15 16:25:32 +05:30
committed by xsahil03x
parent ea3d10646e
commit 1d142d7697
2 changed files with 16 additions and 1 deletions
@@ -11,6 +11,13 @@
pagination = const PaginationParams(limit: 30)
```
🔄 Changed
- `UserListViewCore` filter property now has a default value.
```dart
filter = const Filter.empty()
```
🐞 Fixed
- Fixed `MessageSearchListView` pagination.
@@ -11,10 +11,18 @@
pagination = const PaginationParams(limit: 30)
```
🔄 Changed
- `UserListViewCore` filter property now has a default value.
```dart
filter = const Filter.empty()
```
🐞 Fixed
- Fixed `MessageSearchBloc` pagination.
- [[#673]](https://github.com/GetStream/stream-chat-flutter/issues/673): Fix `Core Widgets` not getting rebuild with new data on configuration change.
- [[#673]](https://github.com/GetStream/stream-chat-flutter/issues/673): Fix `Core Widgets` not getting rebuild with new
data on configuration change.
## 2.2.1