- FIX: focus issue on CardFormField on Android. #397
- DOCS: correct AppCompat mention in README.md. #392
** First stable release **
** Breaking changes **
- Temporarily disable Wechat
Other changes
- add openApplePaySetup method
- several fixes by Stripe SDK (v0.2.1, v0.2.2)
- Focus issues on Android #14 are fixed
** BREAKING CHANGES **
- Deprecate redundant parameters for payment sheet.
Other changes
- Add new multiline card form.
- Add Stripe Google pay integration.
- Add WeChat payment method.
- Improved example app.
** Breaking changes **
- Rename
confirmPaymentMethod
toconfirmPayment
accordingly with the change in the native SDK
Other changes
- Sync with latest Stripe sdk.
- Add
StripeException
that encapsulates finer grained and localized error messaging coming from the Stripe SDK. - Add
CardEditController
to handle theclear
,focus
,blur
methods from the cardfield. - Implement
FontFamily
on iOS. - Add
dangerouslyUpdateCardDetails
to allow custom UIs. (Please be sure to understand the severe implications of this approach here).
** Breaking changes **
- Make
paymentIntentClientSecret
nullable for SetupPaymentSheetParameters and add setupIntentClientSecret. - Rename
ThreeDSecureSubmitButtonThemeData
toThreeDSecureButtonThemeData
in order to facilitate for a generic class to customise 3D secure buttons.
Other changes
- Sync with latest Stripe sdk.
- Fix #147 add
urlscheme to initialise method
. Thanks to @dariuspo. - Improved focus behavior on Cardfield.
- Add
dangerouslyGetFullCardDetails
andFontFamily
to cardfield. - Better debug logging in case something goes wrong.
- Fix #68 Android leaks and activity for result propagation
- Add FPX payment method
- Fix #87 can't create payment method iOS
- Expose apple pay styling options to API
- Fix: CardField textColor and enablePostalCode params
- Fix Colors in CardField #64
- Minor fix #57
- Include Payment Sheet
- Initial beta release