@primer-io/primer-js 0.7.3 → 0.8.1
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 +18 -0
- package/dist/custom-elements.json +1554 -1128
- package/dist/jsx/index.d.ts +21 -1
- package/dist/primer-loader.d.ts +185 -1
- package/dist/primer-loader.js +12 -12
- package/dist/vscode.html-custom-data.json +2 -2
- package/dist/web-types.json +29 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @primer-io/primer-js
|
|
2
2
|
|
|
3
|
+
## 0.8.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fc4c662: Add Adyen Cash App and Affirm payment instrument types.
|
|
8
|
+
|
|
9
|
+
## 0.8.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 70fd5eb: add slots for vault submit button and show other payment methods toggle button
|
|
14
|
+
|
|
15
|
+
## 0.7.4
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 8356f5e: fix the dynamic import issue with countries locales
|
|
20
|
+
|
|
3
21
|
## 0.7.3
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|