diff --git a/CHANGELOG.md b/CHANGELOG.md index 13377276..32eaeb30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ +## 0.1.28 + +- Add `onTap` to `ChannelImage` + +- Add `onImageTap` and `onTitleTap` to `ChannelHeader` + +- Add `onImageTap` to `ChannelListView` + ## 0.1.27 - Show other member user's name and image in one to one channels ## 0.1.25 -- Fx overflow in mentions overlay +- Fix overflow in mentions overlay ## 0.1.23 diff --git a/pubspec.yaml b/pubspec.yaml index e1f09feb..9a3de2bc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: stream_chat_flutter homepage: https://github.com/GetStream/stream-chat-flutter description: Stream Chat official Flutter SDK. Build your own chat experience using Dart and Flutter. -version: 0.1.27 +version: 0.1.28 environment: sdk: ">=2.3.0 <3.0.0" @@ -16,10 +16,10 @@ dependencies: url_launcher: ^5.4.2 video_player: ^0.10.8+1 chewie: ^0.9.10 - file_picker: ^1.6.3+1 + file_picker: ^1.6.3+2 image_picker: ^0.6.5 flutter_keyboard_visibility: ^2.0.0 - stream_chat: ^0.1.21 + stream_chat: ^0.1.27 mime: ^0.9.6+3 visibility_detector: ^0.1.4 http_parser: ^3.1.4