@graphcommerce/docs 6.2.0-canary.8 → 7.0.0-canary.12

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,13 @@
1
1
  # Change Log
2
2
 
3
+ ## 7.0.0-canary.12
4
+
5
+ ## 6.2.0-canary.11
6
+
7
+ ## 6.2.0-canary.10
8
+
9
+ ## 6.2.0-canary.9
10
+
3
11
  ## 6.2.0-canary.8
4
12
 
5
13
  ## 6.2.0-canary.7
@@ -111,6 +111,15 @@ Due to a limitation of the GraphQL API it is not possible to determine if a cart
111
111
 
112
112
  When Magento's StoreConfig adds this value, this can be replaced.
113
113
 
114
+ #### `compare: Boolean`
115
+
116
+ Use compare functionality
117
+
118
+ #### `compareVariant: [CompareVariant](#CompareVariant)`
119
+
120
+ By default the compare feature is denoted with a 'compare ICON' (2 arrows facing one another).
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
+
114
123
  #### `customerRequireEmailConfirmation: Boolean`
115
124
 
116
125
  Due to a limitation in the GraphQL API of Magento 2, we need to know if the
@@ -152,7 +152,7 @@ work for other things such as:
152
152
  - Googletagmanager
153
153
  - Googleanalytics
154
154
  - Google recaptcha
155
- - Compare functionality?
155
+ - Compare functionality
156
156
  - Wishlist functionality?
157
157
  - Abstraction between GraphCommerce and Backends? (Magento, BigCommerce,
158
158
  CommerceTools, etc.)
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.8",
5
+ "version": "7.0.0-canary.12",
6
6
  "sideEffects": true,
7
7
  "devDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "6.2.0-canary.8"
8
+ "@graphcommerce/prettier-config-pwa": "7.0.0-canary.12"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }