v0.8.0
Breaking changes
- #890 BREAKING CHANGE: Changed parameters for:
createPaymentMethod
,confirmPayment
,confirmSetupIntent
,collectBankAccountForPayment
, andcollectBankAccountForSetup
. Please read this migration guide for details.- Renamed
type
field topaymentMethodType
onPaymentMethod.Result
,PaymentIntent.Result
, andSetupIntent.Result
(result ofcreatePaymentMethod
,retrieveSetupIntent
,confirmSetupIntent
,confirmPayment
,collectBankAccountForPayment
,collectBankAccountForSetup
,verifyMicrodepositsForPayment
, andverifyMicrodepositsForSetup
).
- Renamed
- #849 BREAKING CHANGE: Renamed
placeholder
prop on<CardField />
and<CardForm />
toplaceholders
.
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/