@graphcommerce/docs 4.3.0 → 4.4.2
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 +18 -0
- package/contributing.md +6 -3
- package/getting-started/create.md +13 -0
- package/package.json +1 -1
- package/readme.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 4.4.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1332](https://github.com/graphcommerce-org/graphcommerce/pull/1332) [`8c65a1499`](https://github.com/graphcommerce-org/graphcommerce/commit/8c65a1499200476e962112177060b7e74ae5d500) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - add installation video, update license
|
|
8
|
+
|
|
9
|
+
## 4.4.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#1324](https://github.com/graphcommerce-org/graphcommerce/pull/1324) [`73d07c6bb`](https://github.com/graphcommerce-org/graphcommerce/commit/73d07c6bbf630a92e44a2b2baf14200eb6900db5) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Update docs, add new graphcms media url
|
|
14
|
+
|
|
15
|
+
## 4.4.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- [#1320](https://github.com/graphcommerce-org/graphcommerce/pull/1320) [`2ecac6e06`](https://github.com/graphcommerce-org/graphcommerce/commit/2ecac6e06ad19257acfd18e9042c5f81f66b476e) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Sort order, add link to create feature request
|
|
20
|
+
|
|
3
21
|
## 4.3.0
|
|
4
22
|
|
|
5
23
|
### Minor Changes
|
package/contributing.md
CHANGED
|
@@ -18,10 +18,13 @@ to create a bug report.
|
|
|
18
18
|
|
|
19
19
|
### Feature requests
|
|
20
20
|
|
|
21
|
-
Feature requests are welcome.
|
|
21
|
+
Feature requests are welcome. Please take a moment to find out whether your idea
|
|
22
22
|
fits with the scope and aims of the project. It's up to you to make a strong
|
|
23
|
-
case to convince us of the merits of this feature.
|
|
24
|
-
|
|
23
|
+
case to convince us of the merits of this feature.
|
|
24
|
+
|
|
25
|
+
Provide as much detail and context as possible. Use the
|
|
26
|
+
[feature request template ↗](https://github.com/graphcommerce-org/graphcommerce/issues/new/choose)
|
|
27
|
+
to create a feature request.
|
|
25
28
|
|
|
26
29
|
## Pull requests
|
|
27
30
|
|
|
@@ -52,6 +52,19 @@ need to only install the dependencies. This is the quickest approach.
|
|
|
52
52
|
|
|
53
53
|
## Step 1: Create a new GraphCommerce app
|
|
54
54
|
|
|
55
|
+
<figure>
|
|
56
|
+
|
|
57
|
+
https://user-images.githubusercontent.com/1251986/158647122-dc57002f-a9c2-4661-a0a0-28a868ecf2f8.mp4
|
|
58
|
+
|
|
59
|
+
<video width="100%" controls autoPlay loop muted playsInline>
|
|
60
|
+
<source src="https://user-images.githubusercontent.com/1251986/158647122-dc57002f-a9c2-4661-a0a0-28a868ecf2f8.mp4" type="video/mp4"/>
|
|
61
|
+
</video>
|
|
62
|
+
|
|
63
|
+
<figcaption>GraphCommerce installation</figcaption>
|
|
64
|
+
</figure>
|
|
65
|
+
|
|
66
|
+
<figure>
|
|
67
|
+
|
|
55
68
|
### Download the example
|
|
56
69
|
|
|
57
70
|
1. `git clone git@github.com:graphcommerce-org/graphcommerce.git graphcommerce`
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/docs",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/docs",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce/docs",
|
|
5
|
-
"version": "4.
|
|
5
|
+
"version": "4.4.2",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"devDependencies": {
|
|
8
8
|
"@graphcommerce/prettier-config-pwa": "^4.0.2"
|
package/readme.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
menu: Overview
|
|
3
|
-
order: getting-started,framework
|
|
3
|
+
order: getting-started,framework, contributing, roadmap
|
|
4
4
|
metaTitle: Start React, Next.js Magento PWA development here - GraphCommerce
|
|
5
5
|
metaDescription:
|
|
6
6
|
'GraphCommerce is the open-source PWA Studio Magento 2 alternative.
|