Skip to content

Release 2.0.0

Compare
Choose a tag to compare
@jdnichollsc jdnichollsc released this 28 Jul 01:32
· 152 commits to master since this release

Added

  • Android: Migrate to AndroidX by @jdnichollsc (3e7ca9a).
  • Include a CHANGELOG.md to see the history of the changes of the project.
  • Activating Open Collective and Create CONTRIBUTING.md to see how to contribute.
  • Added animated, modalPresentationStyle and modalTransitionStyle properties for iOS options.
  • Present the SafariViewController modally or as push instead using the modalEnabled property.
  • Add workaround to dismiss SafariViewController without animation.

BREAKING CHANGES

  • Android: You are required to only use either the Support Library or AndroidX for your dependencies. If you need to migrate this library back to the support library, or another library forward to AndroidX, then take a look at the Jetifier tool.