Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Releases: ectoflow/vue-stripe-elements

v1.0.4

19 Feb 13:03
Compare
Choose a tag to compare

vue-stripe-elements-plus deprecated 👋

v1.0.3

12 Nov 17:19
Compare
Choose a tag to compare
  • use core-js 3.19.1 (dev dependency, which affects production bundle)
  • docs update

v1.0.2

27 Jul 22:13
Compare
Choose a tag to compare

Fixed 'self is not defined' issue #126 nuxt users experienced in commonjs loader when using vue-stripe-element-plus

v1.0.1

27 May 10:41
3480a11
Compare
Choose a tag to compare

Routine dev dependency security update:

  • postcss
  • browserslist
  • git-hosted-info

v1.0.0

27 Mar 19:59
ec8204c
Compare
Choose a tag to compare

Changes

  • Completely rewritten the module 💥
  • Full control over Stripe instance and its elements 🙌
  • All methods available via StripeElevents vue component instance 🎉
  • Updated Docs 🧐
  • Added tests ✅
  • Removed unused lodash 😬
  • Fixed security issues (updated dependencies) 🦾

Requirements

  • Vue 2.6.0+ required (due to scoped slots usage)

Breaking changes

  • removed Card, CardNumber, CardExpirty, CardCvc, PostalCode: please use StripeElement instead
  • removed all public stripe instance methods like createToken: please use it through StripeElements vue component

v0.3.0

22 Aug 07:07
Compare
Choose a tag to compare

Added PaymentIntents API

v0.2.8

29 Jan 10:55
Compare
Choose a tag to compare

Expose clear() method of stripe element.
https://stripe.com/docs/stripe-js/reference#other-methods
Details: #20, #26

v0.2.7

03 Jan 13:15
Compare
Choose a tag to compare

Expose StripeElement for additional customization.
Details: #24, #25

v0.2.6

23 Oct 09:30
Compare
Choose a tag to compare

Add Stripe's retrieveSource support. More details: #21

v0.2.4

13 Oct 16:21
Compare
Choose a tag to compare

Bug fix

IntegrationError: Can only create one Element of type card. More details: #14