Skip to content

v5.0.0

Compare
Choose a tag to compare
@jonasbark jonasbark released this 04 Sep 16:52
· 193 commits to main since this release

Breaking changes

  • Your compileSdkVersion (in android/build.gradle) now must be at least 32. Changing your compileSdkVersion does not change runtime behavior.

Features

  • Added support for pay_dark and standard_dark to the GooglePayButton component. This allows you to display the dark Google Pay button.
  • Added support for borderColor, borderRadius, and cursorColor to CardForm's cardStyle prop on iOS (already exists on Android).
  • Added the collectBankAccountToken & collectFinancialConnectionsAccounts functions.
  • confirmPayment can now be called with just a client secret (e.g. await confirmPayment("payment-intent-id")), in other words the payment method can be excluded. If the payment method is excluded, it is assumed by the SDK that you have attached the payment method on the server-side during payment intent creation.
  • Payment Sheet now supports Link on iOS. #1086.

Other changes

  • Several fixes by the Stripe sdk v.0.16.0.
  • Several fixes by the Stripe sdk v.0.17.0.
  • Several fixes by the Stripe sdk v.0.18.0.