From 4ff7102be80cc1a716298873161e93df00ec9153 Mon Sep 17 00:00:00 2001 From: Shinya Kumagai Date: Sun, 28 Jul 2024 20:19:31 +0900 Subject: [PATCH] Release `flutter_custom_tabs_android` v2.2.0-dev.2 --- flutter_custom_tabs_android/CHANGELOG.md | 8 ++++++++ flutter_custom_tabs_android/pubspec.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/flutter_custom_tabs_android/CHANGELOG.md b/flutter_custom_tabs_android/CHANGELOG.md index 16d4d726..d0f09630 100644 --- a/flutter_custom_tabs_android/CHANGELOG.md +++ b/flutter_custom_tabs_android/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2.2.0-dev.2 + +- Adds new launchers for other Android plugins' Android implementations([#205](https://github.com/droibit/flutter_custom_tabs/pull/205)). + - Introduces `PartialCustomTabsLauncher`. + - Introduces `ExternalBrowserLauncher`. + - Refactors `IntentFactory` to `CustomTabsIntentFactory`. +- Updates `PartialCustomTabsConfiguration` to allow nullable `activityHeightResizeBehavior`([#206](https://github.com/droibit/flutter_custom_tabs/pull/206), [#205](https://github.com/droibit/flutter_custom_tabs/pull/205)). + ## 2.2.0-dev.1 - Enhances the plugin reusability and reduce pigeon dependency([#198](https://github.com/droibit/flutter_custom_tabs/pull/198)). diff --git a/flutter_custom_tabs_android/pubspec.yaml b/flutter_custom_tabs_android/pubspec.yaml index d732727b..ce03b839 100644 --- a/flutter_custom_tabs_android/pubspec.yaml +++ b/flutter_custom_tabs_android/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_custom_tabs_android description: Android platform implementation of flutter_custom_tabs. -version: 2.2.0-dev.1 +version: 2.2.0-dev.2 repository: https://github.com/droibit/flutter_custom_tabs/tree/main/flutter_custom_tabs_android environment: