@coinflowlabs/vue 1.11.0 → 1.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/dist/coinflow-vue.js +4875 -4784
- package/dist/coinflow-vue.umd.cjs +11 -11
- package/dist/components/card-form/CoinflowCardFormV2.vue.d.ts +38 -0
- package/dist/lib/common/CoinflowTypes.d.ts +6 -0
- package/dist/lib/common/types/Subtotal.d.ts +10 -0
- package/package.json +1 -1
- package/dist/index.d.ts +0 -12
package/README.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Coinflow Vue
|
|
2
2
|
|
|
3
|
+
## Changelog
|
|
4
|
+
|
|
5
|
+
### 1.12.0
|
|
6
|
+
|
|
7
|
+
- New `CoinflowCardForm` component — simple card input with a single `tokenize()` call and full theme support
|
|
8
|
+
- Added theme options for `fontSize` and placeholder text
|
|
9
|
+
- Improved security for iframe communication
|
|
10
|
+
|
|
3
11
|
## Withdraw
|
|
4
12
|
|
|
5
13
|
Props:
|