Skip to content

Releases: stripe/stripe-js

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.

v3.0.2

14 Feb 01:56
0facf15
Compare
Choose a tag to compare

⚠️ We are aware of an issue impacting builds for some TypeScript users in our package releases v3.0.0, v3.0.1, v3.0.2 and recommend users to upgrade to our latest package release v3.0.3 which contains a fix. ⚠️

Fixes

  • Fix TypeScript types for some builds (#551)

Changed

An additional fix for ESM change from v3.0.0

v3.0.1

13 Feb 23:01
fd9face
Compare
Choose a tag to compare

⚠️ We are aware of an issue impacting builds for some TypeScript users in our package releases v3.0.0, v3.0.1, v3.0.2 and recommend users to upgrade to our latest package release v3.0.3 which contains a fix. ⚠️

Fixes

Changed

New release provides fix for v3.0.0 related issues

v3.0.0

12 Feb 19:06
61f588c
Compare
Choose a tag to compare

⚠️ We are aware of an issue impacting builds for some TypeScript users in our package releases v3.0.0, v3.0.1, v3.0.2 and recommend users to upgrade to our latest package release v3.0.3 which contains a fix. ⚠️

Fixes

  • Fix ES module imports (#541)

Changed

  • Bump follow-redirects from 1.14.9 to 1.15.4 in /examples/webpack (#536)
  • v2.4.0

Note: This release fixes ES module imports with this pull request [https://github.com//pull/541]. Please update imports accordingly when updating to this new major release.

v2.4.0

22 Jan 19:05
afee569
Compare
Choose a tag to compare

New features

  • Add preferredNetwork option (#537)

Fixes

Changed

  • v2.3.0

v2.3.0

08 Jan 18:34
8f5d396
Compare
Choose a tag to compare

Changed

  • Add ExternalPaymentMethod option to Elements.create() (#533)

Fixes

  • Users reports stripePromise is only instantiated once and cannot be re-instantiated on reload (#531)

v2.2.2

18 Dec 19:06
c660740
Compare
Choose a tag to compare
  • Update types for Apple Pay JS Recurring, Deferred and Automatic Reload payment requests (#524)
  • v2.2.1

New features

Fixes

Changed

v2.2.1

11 Dec 22:15
31b50b6
Compare
Choose a tag to compare

Changed

  • Remove payment_method_creation from types (#530)

Fixes

  • User reports network failure to load Stripe.js fails again after network is restored (#518)

v2.2.0

20 Nov 21:14
afba781
Compare
Choose a tag to compare

New features

  • Update Appearance API variable name types (#517)

Changed

  • Bump @babel/traverse from 7.10.5 to 7.23.2 in /examples/rollup (#508)
  • Bump @babel/traverse from 7.10.5 to 7.23.2 in /examples/parcel (#509)
  • Bump @babel/traverse from 7.10.5 to 7.23.2 (#510)
  • Bump @babel/traverse from 7.10.5 to 7.23.2 in /examples/webpack (#511)
  • Bump browserify-sign from 4.2.0 to 4.2.2 in /examples/parcel (#521)
  • Bump browserify-sign from 4.2.0 to 4.2.2 in /examples/webpack (#522)