Skip to content

Releases: stripe/stripe-react-native

v0.1.4

04 Jun 17:38
Compare
Choose a tag to compare

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)

v0.1.2

21 May 17:36
Compare
Choose a tag to compare

New features

  • #247 feat: add fontFamily prop to CardField component (#103)
  • #228 feat: add ability to show error in Apple Pay sheet within onShippingContactSelected handler (#148)
  • #221 feat: add legacy createToken method for older integrations (#187)
  • #226 feat: add autofocus prop to CardField component (#199)

Fixes

  • #234 fix: add missing 3D Secure button props (#201)
  • #245 fix: clear card params when CardField input is invalidated (#237)

Changed

v0.1.1

14 May 19:08
Compare
Choose a tag to compare

New features

  • #217 feat: E2E testing CI configuration

Fixes

  • #213 fix: expose config-plugin and add blank swift file
  • #216 fix: unify cancel handling (#205)
  • #215 fix: createPaymentMethod promise reject (#209)
  • #208 fix: add .npmignore disallow list (#204)
  • #207 fix: handle different pjson output (#200)
  • #197 fix: update library name in expo plugin

Changed