@primer-io/primer-js 1.0.3 → 1.0.5
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 +16 -0
- package/dist/custom-elements.json +243 -262
- package/dist/jsx/index.d.ts +4 -2
- package/dist/primer-loader.d.ts +193 -182
- package/dist/primer-loader.js +13 -11
- package/dist/vscode.html-custom-data.json +1 -0
- package/dist/web-types.json +11 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @primer-io/primer-js
|
|
2
2
|
|
|
3
|
+
## 1.0.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e414b14: fix: fix a bug with the order of card-success event being fired
|
|
8
|
+
- 8d87fca: feat(sdk-core): add gift card payment methods
|
|
9
|
+
- 44241eb: fix: dark mode issues on dialogs
|
|
10
|
+
- 21ec449: feat: add payment data to payment-cancel and onPaymentMethodAction unselected
|
|
11
|
+
- 14e5f4c: fix(primer-js,core): improve bin data loading and avoid infinite loading spinner
|
|
12
|
+
|
|
13
|
+
## 1.0.4
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 4285464: fix: css rule is too permissive causing a whole checkout to disappear when grammarly plugin is turned on (and potentially other plugins)
|
|
18
|
+
|
|
3
19
|
## 1.0.3
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|