@primer-io/primer-js 1.6.2 → 1.7.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 +20 -0
- package/dist/custom-elements.json +552 -495
- package/dist/jsx/index.d.ts +23 -1
- package/dist/primer-loader.d.ts +209 -251
- package/dist/primer-loader.js +41 -41
- package/dist/vscode.html-custom-data.json +13 -1
- package/dist/web-types.json +32 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.7.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 89e55ca: reduce code duplication, fix poll error handling, break abstractions
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 7049f1e: feat(sdk-core): add guards to prevent multiple flows from starting concurrently
|
|
12
|
+
- 2d89333: fix vault manager errors from blocking the checkout
|
|
13
|
+
- be568bf: retry fetching vaulted payment methods
|
|
14
|
+
|
|
15
|
+
## 1.6.3
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 6bce0eb: add 3ds flow logs
|
|
20
|
+
- ccbf160: fix: prevent concurrent payment flows
|
|
21
|
+
- eaf1613: fix(sdk-utils): fix error serialization
|
|
22
|
+
|
|
3
23
|
## 1.6.2
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|