Stripe v21.13.0 Release Notes

Release Date: 2022-03-15 // about 2 years ago
    • [Changed] Binary framework distribution now requires Xcode 13. Carthage users using Xcode 12 need to add the --no-use-binaries flag.

    PaymentSheet

    • ๐Ÿ›  [Fixed] Fixed potential crash when using PaymentSheet custom flow with SwiftUI.
    • ๐Ÿ›  [Fixed] Fixed being unable to cancel native 3DS2 in PaymentSheet.
    • ๐Ÿ”ง [Fixed] The payment method icons will now use the correct colors when PaymentSheet is configured with alwaysLight or alwaysDark.
    • ๐Ÿ”ง [Fixed] A race condition when setting the primaryButtonColor on PaymentSheet.Configuration.
    • ๐Ÿ‘ [Added] PaymentSheet now supports Link (private beta).

    CardScan

    • ๐Ÿ”ง [Added] The CardImageVerificationSheet initializer can now take an additional Configuration object.