Skip to content

Commit 999646c

Browse files
committed
update changelog
1 parent d27744a commit 999646c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/stream_feed_flutter_core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 0.5.0: 27/12/2021
2+
3+
- fix: the convenient typedefs on generic classes we provided was breaking autocomplete
4+
- breaking: we renamed some methods
5+
- `followFlatFeed` -> `followFeed`
6+
- `unfollowFlatFeed` -> `unfollowFeed`
7+
- `isFollowingUser` -> `isFollowingFeed`
8+
- fix: export MediaUri
9+
- new: add scrollPhysics parameter to `ReactionListCore`
10+
111
## 0.4.1: 22/12/2021
212

313
- new: UploadListCore and UploadController

packages/stream_feed_flutter_core/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: stream_feed_flutter_core
22
description: Stream Feed official Flutter SDK Core. Build your own feed experience using Dart and Flutter.
3-
version: 0.4.1
3+
version: 0.5.0
44
repository: https://github.com/GetStream/stream-feed-flutter
55
issue_tracker: https://github.com/GetStream/stream-feed-flutter/issues
66
homepage: https://getstream.io/
@@ -14,7 +14,7 @@ dependencies:
1414
flutter:
1515
sdk: flutter
1616
rxdart: ^0.27.1
17-
stream_feed: ^0.4.0+2
17+
stream_feed: ^0.4.0+3
1818

1919
dev_dependencies:
2020
flutter_test:

0 commit comments

Comments
 (0)