Releases: stripe/stripe-js
Releases · stripe/stripe-js
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
.
v3.5.0
New features
- Add paymentMethodOrder to StripeCustomCheckoutExpressCheckoutElementsOptions (#613)
- Type support for MobilePay (#610)
Fixes
- Fix Billing Details Types (#611)
v3.4.1
Fixes
- Update stripe.d.ts for updating the StripeError interface (#588)
v3.4.0
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
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)