@graphcommerce/docs 6.2.0-canary.62 → 6.2.0-canary.63

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,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.2.0-canary.63
4
+
3
5
  ## 6.2.0-canary.62
4
6
 
5
7
  ## 6.2.0-canary.61
@@ -120,6 +120,19 @@ Use compare functionality
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 (default: [object Object])`
124
+
125
+ If a simple product is part of a Configurable product page, should the simple product be
126
+ rendered as a configured option of the configurable product page?
127
+
128
+ How does this work:
129
+
130
+ When the `products(filters: { url_key: { eq: 'simple-product' } }) { ... }` query is ran,
131
+ Magento also returns the Simple product and the Configurable product the simple belongs to.
132
+
133
+ If that is the case we render the configurable product page instead of the simple product page but
134
+ the options to select the simple product are pre-selected.
135
+
123
136
  #### `customerRequireEmailConfirmation: Boolean`
124
137
 
125
138
  Due to a limitation in the GraphQL API of Magento 2, we need to know if the
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": "6.2.0-canary.62",
5
+ "version": "6.2.0-canary.63",
6
6
  "sideEffects": true,
7
7
  "devDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "6.2.0-canary.62"
8
+ "@graphcommerce/prettier-config-pwa": "6.2.0-canary.63"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }