Skip to content

Releases: stripe/stripe-js

v4.5.0

16 Sep 21:02
290837f
Compare
Choose a tag to compare

<- Please group the following commits into one of the sections below. -->
<- Remove empty sections when done. -->

New features

  • Add paymentMethodOrder option to paymentMethodMessaging element types (#648)

Changed

  • Mark paymentMethodTypes as optional for PMME (#646)

v4.4.0

28 Aug 15:16
22ad5d7
Compare
Choose a tag to compare

New features

  • Add network preference for PE default values (#639)
  • Add amazon_pay to Elements expressPaymentType (#638)

Fixes

Changed

v4.3.0

14 Aug 19:54
7a537ee
Compare
Choose a tag to compare

New features

  • add networks param (#637)
  • add options param to getElement for address element (#636)
  • Add onShippingDetailsChange type for embedded checkout (#633)

Fixes

Changed

v4.2.0

07 Aug 21:00
4cdd40b
Compare
Choose a tag to compare

New features

  • Update Custom Checkout SDK type (#631)

Fixes

  • Bump ws from 6.2.2 to 6.2.3 in /examples/webpack (#626)

Changed

v4.1.0

02 Jul 17:43
d59a9ae
Compare
Choose a tag to compare

New features

  • Update types for Saved Payment Methods (#625)

Fixes

  • Bump ws from 5.2.3 to 5.2.4 in /examples/parcel (#624)

v4.0.0

17 Jun 22:56
da88f50
Compare
Choose a tag to compare

New features

  • Extend ButtonThemeOption type (#620)
    This change extends ButtonThemeOption to include themes for PayPal for Express Checkout Element

Changed

  • Change ExpressCheckout Element wallets type to paymentMethods (#622)
    This change deprecates wallets in StripeExpressCheckoutElementOptions and adds paymentMethods instead. paymentMethods extends the original wallets with link, paypal, and amazonPay.
    • ExpressCheckoutWalletOption is removed as a type. Its usage should be replaced with ExpressCheckoutPaymentMethodOptionWithAlways.

v3.5.0

03 Jun 19:05
4e5ee56
Compare
Choose a tag to compare

New features

  • Add paymentMethodOrder to StripeCustomCheckoutExpressCheckoutElementsOptions (#613)
  • Type support for MobilePay (#610)

Fixes

  • Fix Billing Details Types (#611)

v3.4.1

20 May 18:15
27cc158
Compare
Choose a tag to compare

Fixes

  • Update stripe.d.ts for updating the StripeError interface (#588)

v3.4.0

06 May 16:57
395ad83
Compare
Choose a tag to compare

New features

  • add dedicated setupintent types; add confirmation_token (#606)

Fixes

  • Build before running tests (#598)
  • Add arethetypeswrong to CI/publish scripts (#597)

v3.3.0

08 Apr 17:38
5932866
Compare
Choose a tag to compare

New features

  • Add onBehalfOf type to PaymentRequest (#592)
  • Add loaderror to card and cardNumber elements (#591)
  • Update ApplePay option type (#589)

Fixes

  • remove cart Element types (#587)

Changed

  • Bump express from 4.17.1 to 4.19.2 in /examples/webpack (#583)
  • Bump follow-redirects from 1.15.4 to 1.15.6 in /examples/webpack (#574)