@primer-io/primer-js 1.0.5 → 1.0.7

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,18 @@
1
1
  # @primer-io/primer-js
2
2
 
3
+ ## 1.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 1ad59ba: fix: billing-address fixes - when sdkCore is not set in the options, it's set to true implicitly, billing address should render
8
+ - 6e38c51: chore: refactor polling
9
+
10
+ ## 1.0.6
11
+
12
+ ### Patch Changes
13
+
14
+ - bb9c9f6: fix: render iframes only if host is connected
15
+
3
16
  ## 1.0.5
4
17
 
5
18
  ### 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