Releases: stripe/stripe-js
Releases · stripe/stripe-js
v4.9.0
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
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
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
Fixes
- Update StripeElementsUpdateOptions with customerSessionClientSecret (#653)
v4.5.0
<- 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
New features
- Add network preference for PE default values (#639)
- Add amazon_pay to Elements expressPaymentType (#638)
Fixes
Changed
v4.3.0
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
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
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
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
.