Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release flutter_custom_tabs_platform_interface v2.0.0-beta #130

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion flutter_custom_tabs_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
## 2.0.0-beta

- Launching deep link URL is now supported.
- Renames the `CustomTabsOption` class to `CustomTabsOptions`.
- Updates `CustomTabsOptions` to improve compatibility with Custom Tabs (`androidx.browser`) v1.5.0.
- Some options have been renamed.
- Changes the method of specifying colors to `CustomTabsColorSchemes`.
- Changes the method of specifying share state to `CustomTabsShareState`.
- Changes the method of specifying the close button to `CustomTabsCloseButton`.
- Adds options for Partial Custom Tabs to `CustomTabsOptions`.
- Renames the `CustomTabsAnimation` class to `CustomTabsAnimations`.
- Renames the `SafariViewControllerOption` class to `SafariViewControllerOptions`.
- Removes the `statusBarBrightness` property from `SafariViewControllerOptions`.
- Updates the minimum supported SDK version to Flutter 3.0.0.

## 1.2.0

- Added `modalPresentationStyle` to `SafariViewControllerOption` to customize the presentation style([#85](https://github.com/droibit/flutter_custom_tabs/pull/85)).


## 1.1.0

- Add interface to manually close a custom tab([#67](https://github.com/droibit/flutter_custom_tabs/pull/67)).
Expand Down
2 changes: 1 addition & 1 deletion flutter_custom_tabs_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_custom_tabs_platform_interface
description: A common platform interface for the flutter_custom_tabs plugin.
version: 1.2.0
version: 2.0.0-beta
homepage: https://github.com/droibit/flutter_custom_tabs

environment:
Expand Down