@primer-io/checkout-web 2.31.0 → 2.32.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/CHANGELOG.md +14 -0
- package/README.md +67 -833
- package/dist/Primer.js +1 -1
- package/dist/index.d.ts +995 -112
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @primer-io/checkout-web
|
|
2
2
|
|
|
3
|
+
## 2.32.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 74d5261a: Add `HeadlessVaultManager` which can be instantiated from `PrimerHeadlessCheckout.createVaultManager()`
|
|
8
|
+
- 74d5261a: headless: added ability to recapture Card Security Code (CVV) for vaulted payment methods
|
|
9
|
+
|
|
10
|
+
## 2.31.1
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 41f65031: Allow PayPal button to take the full width
|
|
15
|
+
- 927ca586: fix a regression that prevented onCheckoutFail to return the payment object when available
|
|
16
|
+
|
|
3
17
|
## 2.31.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|