Skip to content

Releases: stripe/stripe-js

v4.9.0

21 Oct 20:00
dba6332
Compare
Choose a tag to compare

New features

  • Add bindings for CurrencySelectorElement (#669)
  • Update Custom Checkout SDK types (#671)
  • Add Type Support for Multibanco and Twint (#666)

Fixes

Changed

v4.8.0

09 Oct 21:22
b1a192d
Compare
Choose a tag to compare

New features

  • Add onLineItemsChange option for embeddedCheckout (#665)
  • Add if_required type to PE fields.billingDetails.address (#661)
  • Add new change event types (#659)
  • v4.7.0

v4.7.0

04 Oct 19:10
a893984
Compare
Choose a tag to compare

New features

  • Add microdeposit type to Setup Intent next actions object (#656)

Fixes

  • Match @types/node to TS version for each run of npm test:types (#655)
  • Bump express from 4.19.2 to 4.21.0 in /examples/webpack (#654)

v4.6.0

30 Sep 21:54
94fe8b9
Compare
Choose a tag to compare

Fixes

  • Update StripeElementsUpdateOptions with customerSessionClientSecret (#653)

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.