Skip to content

Releases: stripe/stripe-js

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)

v.3.2.0

08 Apr 17:12
Compare
Choose a tag to compare

New features

  • Add allow_redisplay parameter to ConfirmationTokenCreateParams and ConfirmPaymentData (#584)
  • onBehalfOf should be updateable (#585)

Changed

  • Bump express from 4.17.1 to 4.19.2 in /examples/rollup (#582)

v3.1.0

25 Mar 18:22
0817376
Compare
Choose a tag to compare

New features

  • Add types for Confirmation Token GA (#556)

Fixes

  • Improved type mismatch fix (#577)

v3.0.10

14 Mar 20:49
f4d93fd
Compare
Choose a tag to compare

Fixes

  • Revert "Fix mismatched types between entrypoint and pure modules (#565)" (#576)

v3.0.9

14 Mar 18:11
0230bbd
Compare
Choose a tag to compare

Fixes

  • Fix mismatched types between entrypoint and pure modules (#565)

v3.0.8

11 Mar 20:02
7f5a38b
Compare
Choose a tag to compare

New features

Fixes

  • Add allow_redisplay to Typescript definitions (#572)
  • add fetchClientSecret param to embedded Checkout options type (#569)

Changed

v3.0.7

04 Mar 19:28
06d2a95
Compare
Choose a tag to compare

New features

Fixes

  • Update Custom Checkout types (#567)

Changed