Skip to content

Releases: braintree/popup-bridge-ios

2.1.0

21 Mar 15:14
Compare
Choose a tag to compare

2.0.0

18 Oct 20:40
Compare
Choose a tag to compare

2.0.0-beta1

28 Aug 19:26
Compare
Choose a tag to compare
  • 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 with ASWebAuthenticationSession
    • No longer need to register a URL type to use Popup Bridge
    • Removed POPPopupBridgeDelegate
    • The initializer for POPPopupBridge now only requires a WKWebView POPPopupBridge(webView:)

1.2.0

22 Jan 20:05
Compare
Choose a tag to compare
  • Exclude arm64 simulator architectures via Podspec
  • Add Swift Package Manager support (resolves #27)

1.1.0

13 May 15:36
Compare
Choose a tag to compare
  • Add PopupBridge:openURL method
  • Deprecate PopupBridge:openURL:options and PopupBridge:openURL:sourceApplication
  • Update README to include SceneDelegate usage instructions
  • Fix a bug that prevented returning from the pop-up more than once