@primer-io/primer-js 1.0.4 → 1.0.6
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/README.md +4 -10
- package/dist/custom-elements.json +242 -261
- package/dist/jsx/index.d.ts +4 -2
- package/dist/primer-loader.d.ts +193 -182
- package/dist/primer-loader.js +10 -10
- 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.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- bb9c9f6: fix: render iframes only if host is connected
|
|
8
|
+
|
|
9
|
+
## 1.0.5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- e414b14: fix: fix a bug with the order of card-success event being fired
|
|
14
|
+
- 8d87fca: feat(sdk-core): add gift card payment methods
|
|
15
|
+
- 44241eb: fix: dark mode issues on dialogs
|
|
16
|
+
- 21ec449: feat: add payment data to payment-cancel and onPaymentMethodAction unselected
|
|
17
|
+
- 14e5f4c: fix(primer-js,core): improve bin data loading and avoid infinite loading spinner
|
|
18
|
+
|
|
3
19
|
## 1.0.4
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -50,15 +50,9 @@ Works with all modern browsers (Chrome, Firefox, Safari, Edge). Internet Explore
|
|
|
50
50
|
|
|
51
51
|
## Documentation
|
|
52
52
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
- [Getting Started Guide](https://web-components.primer.io/documentation/getting-started)
|
|
58
|
-
- [SDK Options Reference](https://web-components.primer.io/sdk-reference/sdk-options-reference)
|
|
59
|
-
- [Events Guide](https://web-components.primer.io/guides/events-guide)
|
|
60
|
-
- [React Integration Guide](https://web-components.primer.io/guides/react-guide)
|
|
61
|
-
- [Styling API Documentation](https://web-components.primer.io/sdk-reference/styling-api-docs)
|
|
53
|
+
- [Get Started](https://primer.io/docs/checkout/primer-checkout/product-overview)
|
|
54
|
+
- [Reference](https://primer.io/docs/sdk/primer-checkout-web/sdk-reference-overview)
|
|
55
|
+
- [Changelogs](https://primer.io/docs/changelogs/primer-checkout-sdk)
|
|
62
56
|
|
|
63
57
|
## Examples
|
|
64
58
|
|
|
@@ -109,7 +103,7 @@ checkout.addEventListener('primer:state-change', (event) => {
|
|
|
109
103
|
|
|
110
104
|
## Support
|
|
111
105
|
|
|
112
|
-
- **Documentation**: [Web Components Documentation](https://
|
|
106
|
+
- **Documentation**: [Web Components Documentation](https://primer.io/docs/sdk/primer-checkout-web/sdk-reference-overview)
|
|
113
107
|
- **API Reference**: [Primer API Docs](https://primer.io/docs/api)
|
|
114
108
|
- **Support**: Contact your Primer account manager
|
|
115
109
|
|