Releases: ectoflow/vue-stripe-js
Releases · ectoflow/vue-stripe-js
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)