Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 6.17 KB

CHANGELOG.md

File metadata and controls

55 lines (42 loc) · 6.17 KB

CHANGELOG

0.1.5 - 2021-07-14

  • #394 [BREAKING CHANGE] fix: createToken response discrepancy (#344)

  • #354 [BREAKING CHANGE] chore: rename top-level export confirmPaymentMethod to confirmPayment (#318)

  • #416 fix(android): googlePay setting on initPaymentSheet

  • #392 fix: created timestamp discrepancy (#368)

  • #395 fix: resolve initPaymentSheet only when ready (#315)

  • #390 fix: add missing setupFutureUsage param (#367)

  • #389 fix: set url scheme when using paymentMethodId (#378)

  • #337 feat: expose CardField methods (focus, blur, clear)

  • #366 fix: open payment sheet from modal (#315; #290)

0.1.4 - 2021-06-04 - Expo SDK 42.0.0

0.1.3 - 2021-06-04

  • #309 feat: add retrieveSetupIntent method (#294)
  • #306 feat: add dangerouslyGetFullCardDetails prop to CardField component (#280)
  • #298 feat: support SetupIntents in payment sheet (#293)
  • #296 chore: support testID prop in all UI components (#268)
  • #295 feat(ios): return the paymentMethod object when presentApplePay resolves (#271)
  • #273 feat: enrich the response error objects with additional information (#206)
  • #276 fix(android): payment sheet not opening when stripeAccountId set (#267)
  • #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 compnent (#222)
  • #255 fix(android): crash on onActivityResult when Stripe isn't initalized

0.1.2 - 2021-05-21

  • #247 feat: add fontFamily prop to CardField component (#103)
  • #245 fix: clear card params when CardField input is invalidated (#237)
  • #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)
  • #234 fix: add missing 3D Secure button props (#201)
  • #226 feat: add autofocus prop to CardField component (#199)

0.1.1 - 2021-05-14 - Expo SDK 41.0.0

0.1.0 - 2021-05-10

  • Initial release

Special thanks to: Arek Kubaczkowski, Charlie Cruzan, and Jakub Kłobus.