Releases: stripe/stripe-ios
Releases · stripe/stripe-ios
24.16.0
24.16.0 2025-06-16
PaymentSheet
- [Fixed] A bug where the EmbeddedPaymentElement failed to display forms when tapped in SwiftUI.
- [Changed]
paymentOption
onPaymentSheet.FlowController
is now annotated with@Published
for better ergonomics in SwiftUI. - [Added] A new
flatWIthChevron
Embedded Payment Element row style.
24.15.0
24.15.0 2025-06-02
Connect
- [CHANGED] Removed
PrivateBetaConnect
annotation and all usages. Connect SDK is now GA.
PaymentSheet
- [Added] The ability to customize the height of the primary button with
PaymentSheetAppearance.primaryButton.height
. - [Added] The ability to customize form insets with
PaymentSheetAppearance.formInsets
.
24.14.0
24.14.0 2025-05-19
PaymentSheet
- [Added] Support for payment method options setup future usage in public preview.
24.13.1
24.13.0
24.12.1
24.12.1 2025-04-30
=======
24.12.0
24.12.0 2025-04-21
PaymentSheet
- [Added] Bank payments are now available in the PaymentSheet without requiring a dependency on
StripeFinancialConnections
. - [Added] Ability to update saved cards when using CustomerSessions (private preview)
24.11.1
24.11.1 2025-04-14
PaymentSheet
- [Added] Added support for PayNow and PromptPay to Embedded Payment Element (private preview).
- [Fixed] Fixed theming issues in the native Link experience (private preview).
24.11.0
24.11.0 2025-04-07
PaymentSheet
- [Added] Added
rowSelectionBehavior
API to Embedded Payment Element (private preview). - [Changed] The native Link experience (private preview) is now available as a payment method even if you collect billing details via
billingDetailsCollectionConfiguration
.
24.10.0
24.10.0 2025-03-31
PaymentSheet
- [Added] Added
LinkConfiguration
to allow control over Link in PaymentSheet. - [Fixed] Improved reliability of expiration date detection when scanning cards.