@coinflowlabs/vue 1.3.0 → 1.4.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 +9 -2
- package/dist/coinflow-vue.js +1889 -1883
- package/dist/coinflow-vue.umd.cjs +7 -7
- package/dist/components/CoinflowWithdraw.vue.d.ts +5 -0
- package/dist/lib/common/CoinflowTypes.d.ts +19 -1
- package/dist/lib/common/CoinflowUtils.d.ts +1 -1
- package/dist/lib/common/types/nftCartItem.d.ts +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -47,6 +47,14 @@ Props:
|
|
|
47
47
|
|
|
48
48
|
# Changelog
|
|
49
49
|
|
|
50
|
+
## 1.4.0
|
|
51
|
+
|
|
52
|
+
- Added `allowedWithdrawSpeeds` query parameter to allow merchants to specify what withdraw speeds are allowed. The default is all.
|
|
53
|
+
|
|
54
|
+
## 1.3.1
|
|
55
|
+
|
|
56
|
+
- Added more `chargebackProtectionData` product types
|
|
57
|
+
|
|
50
58
|
## 1.3.0
|
|
51
59
|
|
|
52
60
|
- Added `partialUsdcChecked` property to pre-check partial USDC payment checkbox
|
|
@@ -60,14 +68,13 @@ Props:
|
|
|
60
68
|
- Improving Withdraw With Session Keys
|
|
61
69
|
|
|
62
70
|
## 1.0.6
|
|
63
|
-
|
|
71
|
+
|
|
64
72
|
- Add credentialless to iframe
|
|
65
73
|
|
|
66
74
|
## 1.0.5
|
|
67
75
|
|
|
68
76
|
- Fixing `onAuthDeclined` callback
|
|
69
77
|
|
|
70
|
-
|
|
71
78
|
## 1.0.4
|
|
72
79
|
|
|
73
80
|
- Added `seller` prop to `chargebackProtectionData`
|