Skip to content

v0.1.4

Compare
Choose a tag to compare
@davidme-stripe davidme-stripe released this 04 Jun 17:38
· 596 commits to master since this release

New features

  • #309 feat: add retrieveSetupIntent method (#294)
  • #306 feat: add dangerouslyGetFullCardDetails prop to CardField component (#280)
  • #298 feat: support SetupIntents in payment sheet (#293)
  • #295 feat(ios): return the paymentMethod object when presentApplePay resolves (#271)
  • #273 feat: enrich the response error objects with additional information (#206)
  • #266 feat(ios): add borderRadius prop to the ApplePayButton component (#258)
  • #260 feat: add the StripeContainer component that allows for dismissal of the keyboard when wrapped around the CardField component (#222)

Fixes

  • #276 fix(android): payment sheet not opening when stripeAccountId set (#267)
  • #255 fix(android): crash on onActivityResult when Stripe isn't initialized

Changed

  • #296 chore: support testID prop in all UI components (#268)