Skip to content

Releases: ectoflow/vue-stripe-js

v2.0.1

15 Jan 11:02
Compare
Choose a tag to compare

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

13 Jan 09:29
Compare
Choose a tag to compare

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.

Upgrade guide

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

29 Dec 14:11
51725be
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

09 Oct 13:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

19 Feb 14:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

13 May 19:33
d8207e4
Compare
Choose a tag to compare

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

10 Nov 17:54
Compare
Choose a tag to compare

Features

  • Vue 3 compatible ✅
  • Typescript ready

Requirements

  • Vue: 3.2.x
  • @stripe/stripe-js: 1.6.x

Tested

  • vite (js)
  • vite (ts)