Releases: ectoflow/vue-stripe-js
Releases · ectoflow/vue-stripe-js
v2.0.1
What's Changed
- Live demo @softbeehive in #39
- Styled examples
- Works with Nuxt 3, tested with v3.15.1
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's changed?
v2.0.0 is a major update that introduces changes in default choices due to the evolution of Stripe.js. It was designed with stability in mind, ensuring that your upgrade should be smooth and simple.
Breaking changes
ES modules are the de facto standard. Vite is expected to drop CommonJS support in 2025. Do not upgrade if you are using "require" instead of "import."
- Added npm type module
- Removed CommonJS export
Features
- Backward-compatible; old implementations should work seamlessly
- Payment Element is the new default
- Improved TypeScript support
- Added new examples for Payment, Card, and Express Checkout
- Refined documentation
Fixes
- Added missing event listeners for:
loaderror
,loaderstart
- Added "@stripe/stripe-js" as a dependency
Full Changelog: v1.0.4...v2.0.0
v1.0.4
What's Changed
- Remove save dev commands from README.md by @dan-wu-open in #33
- Add payment example by @softbeehive in #34
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- fix: address the issue caused by stripe v3 update by @softbeehive in #32
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Fix Use built-in components METHOD PAY to composition API by @caioSalchesttes in #13
- chore: fix typo by @manniL in #17
- Update example in README to fix undefined error with ref by @scottyzen in #16
- Add typings to package.json export by @indratjhai in #27
New Contributors
- @caioSalchesttes made their first contribution in #13
- @manniL made their first contribution in #17
- @scottyzen made their first contribution in #16
- @indratjhai made their first contribution in #27
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Changes
- Fix the issue when watcher received non-reactive props, which produced vue warning #5
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Features
- Vue 3 compatible ✅
- Typescript ready
Requirements
- Vue: 3.2.x
- @stripe/stripe-js: 1.6.x
Tested
- vite (js)
- vite (ts)