Skip to content

Releases: stripe/stripe-js

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

v3.0.6

26 Feb 19:16
6100aae
Compare
Choose a tag to compare

New features

Fixes

  • Fix ConfirmCashappSetupOptions typing (#561)

Changed

  • Bump ip from 1.1.5 to 1.1.9 in /examples/webpack (#557)

v3.0.5

21 Feb 19:06
44393f6
Compare
Choose a tag to compare

Fixes

  • Remove window declarations from pure types (#560)

v3.0.4

21 Feb 01:28
ba0f75f
Compare
Choose a tag to compare

This release removes conditional exports added in the 3.0.x release series. Support for the moduleResolution=node strategy in TypeScript is restored.

Fixes

  • Remove conditional exports (#555)
  • Add pure dir to prettierignore (#558)

v3.0.3

15 Feb 23:21
234cd92
Compare
Choose a tag to compare

Fixes

  • Fix types for node16/bundler module resolution strategies (#553)
  • revert mts (#552)

Changed

v3.0.3 provides a fix for some of the issues in previous v3.0.x releases.