Stripe v21.3.0 Release Notes

Release Date: 2021-02-18 // about 3 years ago
    • ➕ Adds support for SwiftUI in custom integration using the STPPaymentCardTextField.Representable View and the .paymentConfirmationSheet() ViewModifier. See IntegrationTester for usage examples.
    • ✂ Removes the UIViewController requirement from STPApplePayContext, allowing it to be used in SwiftUI.
    • 🛠 Fixes an issue where STPPaymentOptionsViewController could fail to register a card. #1758
    • 🛠 Fixes an issue where some UnionPay test cards were marked as invalid. #1759
    • ⚡️ Updates tests to run on Carthage 0.37 with .xcframeworks.