This repository was archived by the owner on Feb 20, 2024. It is now read-only.
v1.0.0
Changes
- Completely rewritten the module π₯
- Full control over Stripe
instanceand itselementsπ - All methods available via
StripeEleventsvue 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 useStripeElementinstead - removed all public stripe instance methods like
createToken: please use it throughStripeElementsvue component