@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 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
- 📚 [Web Components Documentation](https://web-components.primer.io)
54
-
55
- ### Quick Links
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://web-components.primer.io)
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