Skip to content

Releases: vue-stripe/vue-stripe

Release v4.5.0

06 Feb 03:14
Compare
Choose a tag to compare

Merged PR #288 and #299.

Changes:

  • Add new event confirmed to the Payment component.

Secure host warning changes

13 Jul 01:57
Compare
Choose a tag to compare

Secure host warning changes

  • Temporarily remove insecure host warning
  • Merge dependabot PRs

v4.2.0 minor changes

11 May 08:04
65e6c72
Compare
Choose a tag to compare
  1. When using the Stripe Plugin, it is now required to import the Stripe JS SDK manually, again. I apologize for this breaking change, but this is the best solution that I can think of so far to avoid the race condition problem with Vue's synchronous nature when installing plugins.

  2. Vue Stripe Elements Plugin - now deprecated. I realized that this feature is redundant with the Vue Stripe Plugin.

  3. Updated new documentation https://vuestripe.com

dependabot security vul updates

11 May 02:18
f8b462b
Compare
Choose a tag to compare

Update supported locale

02 Feb 03:45
b87fd2d
Compare
Choose a tag to compare
  • Fix bug where checkout breaks when supplied with unsupported locale
  • Update supported locales

v4.1.0

30 Jan 08:48
61d7145
Compare
Choose a tag to compare

Updates

  • Add new methods for StripeElementCard component
  • Remove $stripe prototype in StripeElementsPlugin. Now, only the this.$stripeElements prototype is available.

New

  • Create new plugin StripePlugin. This will plugin will create a Vue prototype that will hold the Stripe instance for more access to the Stripe methods.

Others

  • Documentation website updated

Version 4

10 Jan 05:56
ea44ee1
Compare
Choose a tag to compare

In this release

  • Update docs
  • Update checkout component
  • Create Card Element component
  • Add proper events to Card Element component
  • Add new props to Card Element component
  • Create Elements plugin
  • Create samples for:
    • One-time payment
    • Recurring payment
    • Usage of Card Element component
    • Use cases for Elements Plugin