Skip to content

Commit

Permalink
Tweak flutter_custom_tabs_platform_interface CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
droibit committed Dec 25, 2023
1 parent 5dbe360 commit 22beaed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions flutter_custom_tabs_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## 2.0.0-beta.2

- Adds `PlatformOptions` as a base option for platform packages.
- Moves `CustomTabsOptions` to the `flutter_custom_tabs_android` package plugin.
- Moves `SafariViewControllerOptions` to the `flutter_custom_tabs_ios` package plugin.
- Adds `PlatformOptions` as a base option for platform packages ([#150](https://github.com/droibit/flutter_custom_tabs/pull/150)).
- Moves `CustomTabsOptions` to `flutter_custom_tabs_android` package plugin ([#151](https://github.com/droibit/flutter_custom_tabs/pull/151)).
- Moves `SafariViewControllerOptions` to `flutter_custom_tabs_ios` package plugin ([#151](https://github.com/droibit/flutter_custom_tabs/pull/151)).

## 2.0.0-beta.1

- Refactors Custom Tabs browser configurations to `CustomTabsBrowserConfiguration`([#145](https://github.com/droibit/flutter_custom_tabs/pull/145)).
- Adds an option to `CustomTabsBrowserConfiguration` to prioritize the default browser that supports Custom Tabs over Chrome([#145](https://github.com/droibit/flutter_custom_tabs/pull/145)).
- Refactors Custom Tabs browser configurations to `CustomTabsBrowserConfiguration` ([#145](https://github.com/droibit/flutter_custom_tabs/pull/145)).
- Adds an option to `CustomTabsBrowserConfiguration` to prioritize the default browser that supports Custom Tabs over Chrome ([#145](https://github.com/droibit/flutter_custom_tabs/pull/145)).

## 2.0.0-beta

Expand Down

0 comments on commit 22beaed

Please sign in to comment.