Skip to content

v11.5.0

Latest
Compare
Choose a tag to compare
@jonasbark jonasbark released this 13 Apr 12:23
· 8 commits to main since this release

11.5.0

Align with Stripe React Native 0.43.0:

Breaking changes

  • Removed support for FPX payments via the bank picker UI. If you'd like to accept FPX payments, we recommend using Mobile Payment Element. Also see the FPX Payment guide for more info on how to integrate FPX specifically.

Features

  • Financial Connections now supports dark mode, and will automatically adapt to the device's theme. Learn more about configuring appearance settings.

  • Added card brand filtering to PaymentSheet and CustomerSheet to specify allowed or blocked card brands. 1857

  • Added ability to pass an onEvent listener to Financial Connections methods via a params argument:

    • collectBankAccountForPayment
    • collectBankAccountForSetup
    • collectBankAccountToken
    • collectFinancialConnectionsAccounts
  • Added ability to pass metadata to PaymentMethod.ConfirmParams and PaymentMethod.CreateParams

  • CustomerSheet is now generally available!

    • If you were using CustomerSheetBeta, change that to CustomerSheet.
    • If you were using CustomerSheetBeta.CustomerSheet, change that to CustomerSheet.Component
  • Enabled vertical mode

Fixes

  • Updated stripe-ios to 24.7.*
  • Updated stripe-android to 21.6.*