Releases: stripe/stripe-js
Releases · stripe/stripe-js
v3.0.4
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
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
⚠️ 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
⚠️ 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
⚠️ 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
New features
- Add
preferredNetwork
option (#537)
Fixes
Changed
v2.3.0
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
- Update types for Apple Pay JS Recurring, Deferred and Automatic Reload payment requests (#524)
- v2.2.1
New features
Fixes
Changed
v2.2.1
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
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)