Skip to content

v0.8.0

Compare
Choose a tag to compare
@acomley-stripe acomley-stripe released this 28 Apr 00:08
· 344 commits to master since this release

v0.8.0

Breaking changes

  • #890 BREAKING CHANGE: Changed parameters for: createPaymentMethod, confirmPayment, confirmSetupIntent, collectBankAccountForPayment, and collectBankAccountForSetup. Please read this migration guide for details.
    • Renamed type field to paymentMethodType on PaymentMethod.Result, PaymentIntent.Result, and SetupIntent.Result (result of createPaymentMethod, retrieveSetupIntent, confirmSetupIntent, confirmPayment, collectBankAccountForPayment, collectBankAccountForSetup, verifyMicrodepositsForPayment, and verifyMicrodepositsForSetup).
  • #849 BREAKING CHANGE: Renamed placeholder prop on <CardField /> and <CardForm /> to placeholders.

New features

  • #889 Feat: add support for push provisioning (adding cards to native wallets)
  • #849 Feat: Added customized styling options to <CardForm /> on Android.

Fixes

  • #902 fix: create custom babel plugin for package.json imports in src/