Skip to content

0.13.0

Compare
Choose a tag to compare
@ianjabour-stripe ianjabour-stripe released this 15 Jun 19:18
· 325 commits to master since this release

Breaking changes

New features

  • Added a defaultValues prop to the CardForm component. Currently only accepts countryCode, and is Android-only. #974
  • Added the countryCode prop to the CardField component. #989
  • Added option to create a PII token (represents the details of personally identifiable information) to the createToken method. #976

Fixes

  • Resolve with an Error (of type Canceled) if no payment option is selected in the Payment Sheet custom flow (i.e., the x button is clicked to close the Payment Sheet). #975
  • Fixed an issue on Android where the complete field in the onCardChange callback would incorrectly be set to true even if the postal code wasn't filled out. #989
  • Make SetupIntent.lastSetupError and PaymentIntent.lastPaymentError object shape consistent on iOS and Android.#990

Please see the changelog for additional details.