Releases: droibit/CustomTabsLauncher
Releases · droibit/CustomTabsLauncher
3.0.0-beta01
What's Changed
This release contains breaking changes.
- Updates minimum required
androidx.browser
to v1.8.0. by @droibit in #21 - Refactor Custom Tabs package handling by @droibit in #23
Full Changelog: 2.0.0...3.0.0-beta01
2.0.0
What's Changed
- Improve integration with
CustomTabsIntent
by @droibit in #13, #15, #20 - Downgrade
androidx.browser
dependency from 1.6.0 to 1.5.0 forCustomTabsLauncher
in flutter projects by @droibit in #14 - Update the example app and dependencies to improve compatibility by @droibit in #16
- Migrate the build configuration from Groovy to Kotlin by @droibit in #17
- Add comprehensive unit tests for
CustomTabsLauncher
by @droibit in #18
Full Changelog: 1.7.1...2.0.0
2.0.0-rc01
What's Changed
- Update the example app and dependencies to improve compatibility by @droibit in #16
- Migrate the build configuration from Groovy to Kotlin by @droibit in #17
- Add comprehensive unit tests for
CustomTabsLauncher
by @droibit in #18 - Delete v1.x compatibility code for
CustomTabsLauncher
v2.0.0 stability by @droibit in #19 - Rename to
set(Chrome)CustomTabsPackage
for better clarity by @droibit in #20
Full Changelog: 2.0.0-beta03...2.0.0-rc01
2.0.0-beta03
What's Changed
This release contains breaking changes.
- Respect the default browser that supports Custom Tabs by @droibit in #15
- Add
ensureCustomTabsPackage
extension function to set the default browser that supports Custom Tabs toCustomTabsIntent
. - Refactored
ensureChromeCustomTabsPackage
toensureCustomTabsPackage
to clarify extension function name.
- Add
Full Changelog: 2.0.0-beta02...2.0.0-beta03
2.0.0-beta02
What's Changed
- Downgrade
androidx.browser
dependency from 1.6.0 to 1.5.0 forCustomTabsLauncher
in flutter projects by @droibit in #14
Full Changelog: 2.0.0-beta01...2.0.0-beta02
2.0.0-beta01
What's Changed
This release contains breaking changes.
Please migrate to the new version by referring to the new usage in the README.
(All deprecated interfaces will be deleted in stable v2.0.0)
Full Changelog: 1.7.1...2.0.0-beta01
1.7.1
1.7.0
What's Changed
Bugfixes
- Fix to open intent in browser matching given package name, if not mat… by @suatkeskin in #11
New Contributors
- @suatkeskin made their first contribution in #11
Full Changelog: 1.6.0...1.7.0
1.6.0
Support Android11
1.5.0