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

v1.0.0

Compare
Choose a tag to compare
@softbeehive softbeehive released this 27 Mar 19:59
· 11 commits to master since this release
ec8204c

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