@primer-io/primer-js 1.2.0 → 1.3.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 +11 -0
- package/dist/custom-elements.json +975 -270
- package/dist/jsx/index.d.ts +65 -0
- package/dist/primer-loader.d.ts +114 -3
- package/dist/primer-loader.js +15 -15
- package/dist/vscode.html-custom-data.json +43 -0
- package/dist/web-types.json +123 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @primer-io/primer-js
|
|
2
2
|
|
|
3
|
+
## 1.3.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 55fbe25: feat: add adyen_mbway payment method
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- a41f832: fix: rendering of certain APM buttons
|
|
12
|
+
- 8a4f27d: fix: cardholder name not reacting to sdk options updates
|
|
13
|
+
|
|
3
14
|
## 1.2.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|