@graphcommerce/docs 8.0.0 → 8.0.1-canary.0
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 +7 -0
- package/framework/config.md +8 -8
- package/hygraph/cli.md +2 -2
- package/hygraph/property-picker.md +4 -6
- package/package.json +2 -2
- package/upgrading/graphcommerce-7-to-8.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.0.1-canary.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2187](https://github.com/graphcommerce-org/graphcommerce/pull/2187) [`6c4cee8`](https://github.com/graphcommerce-org/graphcommerce/commit/6c4cee8469ee4934281bda53ac96aeb5af2f9479) - Make sure the config page can be properly rendered in the docs
|
|
8
|
+
([@paales](https://github.com/paales))
|
|
9
|
+
|
|
3
10
|
## 8.0.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
package/framework/config.md
CHANGED
|
@@ -115,12 +115,12 @@ When Magento's StoreConfig adds this value, this can be replaced.
|
|
|
115
115
|
|
|
116
116
|
Use compare functionality
|
|
117
117
|
|
|
118
|
-
#### compareVariant:
|
|
118
|
+
#### compareVariant: CHECKBOX | ICON = `ICON`
|
|
119
119
|
|
|
120
120
|
By default the compare feature is denoted with a 'compare ICON' (2 arrows facing one another).
|
|
121
121
|
This may be fine for experienced users, but for more clarity it's also possible to present the compare feature as a CHECKBOX accompanied by the 'Compare' label
|
|
122
122
|
|
|
123
|
-
#### configurableVariantForSimple: boolean = false
|
|
123
|
+
#### configurableVariantForSimple: boolean = `false`
|
|
124
124
|
|
|
125
125
|
If a simple product is part of a Configurable product page, should the simple product be
|
|
126
126
|
rendered as a configured option of the configurable product page?
|
|
@@ -133,19 +133,19 @@ Magento also returns the Simple product and the Configurable product the simple
|
|
|
133
133
|
If that is the case we render the configurable product page instead of the simple product page but
|
|
134
134
|
the options to select the simple product are pre-selected.
|
|
135
135
|
|
|
136
|
-
#### configurableVariantValues: [MagentoConfigurableVariantValues](#MagentoConfigurableVariantValues) = { content: true, url: true }
|
|
136
|
+
#### configurableVariantValues: [MagentoConfigurableVariantValues](#MagentoConfigurableVariantValues) = `{ content: true, url: true }`
|
|
137
137
|
|
|
138
138
|
When a user selects a variant, it will switch the values on the configurable page with the values of the configured variant.
|
|
139
139
|
|
|
140
140
|
Enabling options here will allow switching of those variants.
|
|
141
141
|
|
|
142
|
-
#### crossSellsHideCartItems: boolean = false
|
|
142
|
+
#### crossSellsHideCartItems: boolean = `false`
|
|
143
143
|
|
|
144
144
|
Determines if cross sell items should be shown when the user already has the product in their cart. This will result in a product will popping off the screen when you add it to the cart.
|
|
145
145
|
|
|
146
146
|
Default: 'false'
|
|
147
147
|
|
|
148
|
-
#### crossSellsRedirectItems: boolean = false
|
|
148
|
+
#### crossSellsRedirectItems: boolean = `false`
|
|
149
149
|
|
|
150
150
|
Determines if, after adding a cross-sell item to the cart, the user should be redirected to the cross-sell items of the product they just added.
|
|
151
151
|
|
|
@@ -163,7 +163,7 @@ This value should match Magento 2's configuration value for
|
|
|
163
163
|
|
|
164
164
|
Debug configuration for GraphCommerce
|
|
165
165
|
|
|
166
|
-
#### demoMode: boolean = true
|
|
166
|
+
#### demoMode: boolean = `true`
|
|
167
167
|
|
|
168
168
|
Enables some demo specific code that is probably not useful for a project:
|
|
169
169
|
|
|
@@ -263,7 +263,7 @@ By default GraphCommerce will statically generate all product and category pages
|
|
|
263
263
|
|
|
264
264
|
To enable next.js' preview mode, configure the secret you'd like to use.
|
|
265
265
|
|
|
266
|
-
#### productFiltersLayout:
|
|
266
|
+
#### productFiltersLayout: DEFAULT | SIDEBAR = `DEFAULT`
|
|
267
267
|
|
|
268
268
|
Layout how the filters are rendered.
|
|
269
269
|
DEFAULT: Will be rendered as horzontal chips on desktop and mobile
|
|
@@ -427,6 +427,6 @@ Number of recently viewed products to be stored in localStorage
|
|
|
427
427
|
|
|
428
428
|
SidebarGalleryConfig will contain all configuration values for the Sidebar Gallery component.
|
|
429
429
|
|
|
430
|
-
#### paginationVariant:
|
|
430
|
+
#### paginationVariant: DOTS | THUMBNAILS_BOTTOM
|
|
431
431
|
|
|
432
432
|
Variant used for the pagination
|
package/hygraph/cli.md
CHANGED
|
@@ -58,9 +58,9 @@ The following steps are needed to utilize this tool:
|
|
|
58
58
|
1. Copy the project ID from the URL when logged in
|
|
59
59
|
`https://app.hygraph.com/PROJECT_ID_IS_HERE/master`
|
|
60
60
|
2. Add the project ID to your env file:
|
|
61
|
-
`GC_HYGRAPH_PROJECT_ID
|
|
61
|
+
`GC_HYGRAPH_PROJECT_ID="{YOUR_PROJECT_ID}"`
|
|
62
62
|
4. Add your hygraphManagementApi to your env file like this:
|
|
63
|
-
`GC_HYGRAPH_MANAGEMENT_API="{YOUR_MANAGEMENT_API}"`
|
|
63
|
+
1. Copy the Management API URL and add to your env file: `GC_HYGRAPH_MANAGEMENT_API="{YOUR_MANAGEMENT_API}"`
|
|
64
64
|
5. Run `yarn graphcommerce hygraph-migrate`
|
|
65
65
|
6. Select the migration you want to run and press enter.
|
|
66
66
|
7. The migrations should now be applied, check your Hygraph Schema if changes
|
|
@@ -6,11 +6,9 @@ row to each page. These rules hinge on shared attributes among the pages, with a
|
|
|
6
6
|
category being a typical example of such an attribute. To enable the Dynamic Row
|
|
7
7
|
UI Extension, follow the installation instructions as below.
|
|
8
8
|
|
|
9
|
-
> Installation
|
|
10
|
-
>
|
|
11
|
-
> [Click here to install the Dynamic Row UI Extension](https://app.hygraph.com/apps/dynamic-row-property-picker/new)
|
|
9
|
+
> Installation: [Click here to install the Dynamic Row UI Extension](https://app.hygraph.com/apps/dynamic-row-property-picker/new)
|
|
12
10
|
|
|
13
|
-
<img width="1792" alt="image" src="https://github.com/graphcommerce-org/graphcommerce/assets/49681263/3226eedb-e58c-4d3f-9516-14ff6ed56f24"
|
|
11
|
+
<img width="1792" alt="image" src="https://github.com/graphcommerce-org/graphcommerce/assets/49681263/3226eedb-e58c-4d3f-9516-14ff6ed56f24"/>
|
|
14
12
|
|
|
15
13
|
## Enabling the Application
|
|
16
14
|
|
|
@@ -18,7 +16,7 @@ Once you click the link and authorize the application, you'll be taken to the
|
|
|
18
16
|
app's configuration page. On this page, you can switch the application on or off
|
|
19
17
|
as needed.
|
|
20
18
|
|
|
21
|
-
<img width="1792" alt="image" src="https://github.com/graphcommerce-org/graphcommerce/assets/49681263/ec9b55f6-14f6-466e-8a31-0b893ffe1297"
|
|
19
|
+
<img width="1792" alt="image" src="https://github.com/graphcommerce-org/graphcommerce/assets/49681263/ec9b55f6-14f6-466e-8a31-0b893ffe1297"/>
|
|
22
20
|
|
|
23
21
|
## Enabling the field
|
|
24
22
|
|
|
@@ -37,7 +35,7 @@ Replace the existing fields with the new `Property picker` field in the right si
|
|
|
37
35
|
(it should be under `Slug` and above `Rich text`). While adding the
|
|
38
36
|
`Property picker` field make sure that you make it `required`.
|
|
39
37
|
|
|
40
|
-
<img width="1792" alt="image" src="https://github.com/graphcommerce-org/graphcommerce/assets/49681263/9206f86d-477c-4eaf-bec6-1648874bee5e"
|
|
38
|
+
<img width="1792" alt="image" src="https://github.com/graphcommerce-org/graphcommerce/assets/49681263/9206f86d-477c-4eaf-bec6-1648874bee5e"/>
|
|
41
39
|
|
|
42
40
|
## Start building with your new Dynamic Rows UI!
|
|
43
41
|
|
package/package.json
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
"name": "@graphcommerce/docs",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/docs",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce/docs",
|
|
5
|
-
"version": "8.0.0",
|
|
5
|
+
"version": "8.0.1-canary.0",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.0"
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.1-canary.0"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|