@coinflowlabs/vue 1.0.6 → 1.1.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 -1
- package/dist/coinflow-vue.js +2315 -2299
- package/dist/coinflow-vue.umd.cjs +6 -6
- package/dist/components/CoinflowPurchase.vue.d.ts +7 -0
- package/dist/components/CoinflowWithdraw.vue.d.ts +6 -25
- package/dist/lib/common/CoinflowLibMessageHandlers.d.ts +3 -2
- package/dist/lib/common/CoinflowTypes.d.ts +8 -8
- package/dist/lib/common/CoinflowUtils.d.ts +1 -1
- package/dist/lib/common/Subtotal.d.ts +53 -4
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -47,8 +47,16 @@ Props:
|
|
|
47
47
|
|
|
48
48
|
# Changelog
|
|
49
49
|
|
|
50
|
+
## 1.1.0
|
|
51
|
+
|
|
52
|
+
- Added Multi-Currency Presentment via the `presentment` property
|
|
53
|
+
|
|
54
|
+
## 1.0.7
|
|
55
|
+
|
|
56
|
+
- Improving Withdraw With Session Keys
|
|
57
|
+
|
|
50
58
|
## 1.0.6
|
|
51
|
-
|
|
59
|
+
|
|
52
60
|
- Add credentialless to iframe
|
|
53
61
|
|
|
54
62
|
## 1.0.5
|