2.0.0-beta1
github-actions
released this
28 Aug 19:26
·
0 commits
to 64265aa56a44297455b96624333103f3672615ee
since this release
- Convert PopupBridge to Swift
- Breaking Changes
- Require iOS 14+, Xcode 14.3+, and Swift 5.8+
- Remove deprecated
POPPopupBridge.open(url:sourceApplication:)
&POPPopupBridge.open(url:options:)
methods - Remove
POPPopupBridge.set(returnURLScheme:)
- Remove
open(url:)
- Replace
SFSafariViewController
withASWebAuthenticationSession
- No longer need to register a URL type to use Popup Bridge
- Removed
POPPopupBridgeDelegate
- The initializer for
POPPopupBridge
now only requires aWKWebView
POPPopupBridge(webView:)