@graphcommerce/docs 6.0.2-canary.1 → 6.0.2-canary.10

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,27 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.0.2-canary.10
4
+
5
+ ## 6.0.2-canary.9
6
+
7
+ ## 6.0.2-canary.8
8
+
9
+ ## 6.0.2-canary.7
10
+
11
+ ### Patch Changes
12
+
13
+ - [#1876](https://github.com/graphcommerce-org/graphcommerce/pull/1876) [`8dffc59c0`](https://github.com/graphcommerce-org/graphcommerce/commit/8dffc59c04bf6f2a6000b73db13592e10afd936c) - Added an configuration to the wishlist: `wishlistShowFeedbackMessage` to show a feedback message when a product is added to the wishlist. ([@paales](https://github.com/paales))
14
+
15
+ ## 6.0.2-canary.6
16
+
17
+ ## 6.0.2-canary.5
18
+
19
+ ## 6.0.2-canary.4
20
+
21
+ ## 6.0.2-canary.3
22
+
23
+ ## 6.0.2-canary.2
24
+
3
25
  ## 6.0.2-canary.1
4
26
 
5
27
  ### Patch Changes
@@ -191,6 +191,10 @@ Hide the wishlist functionality for guests.
191
191
 
192
192
  Ignores wether a product is already in the wishlist, makes the toggle an add only.
193
193
 
194
+ #### `wishlistShowFeedbackMessage: Boolean`
195
+
196
+ Show a message when the product is added to the wishlist.
197
+
194
198
  ### GraphCommerceDebugConfig
195
199
 
196
200
  Debug configuration for GraphCommerce
@@ -1,8 +1,10 @@
1
1
  # Handling links in GraphCommerce
2
2
 
3
- GraphCommerce integrates the next/link functionality with @mui/material's Link
4
- and ButtonBase (and all it's derivatives) components with NextLink. There is no
5
- need to wrap a Link component with next/link anymore.
3
+ GraphCommerce
4
+ [integrates](https://github.com/graphcommerce-org/graphcommerce/blob/62ba3db38508776afff4cacd3d16dc220cb059d1/examples/magento-graphcms/components/theme.ts#L205-L208)
5
+ the next/link functionality with @mui/material's Link and ButtonBase (and all
6
+ it's derivatives) components with NextLink. There is no need to wrap a Link
7
+ component with next/link anymore.
6
8
 
7
9
  NextLink automatically adds `target="_blank"` when the href is external.
8
10
 
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.0.2-canary.1",
5
+ "version": "6.0.2-canary.10",
6
6
  "sideEffects": true,
7
7
  "devDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "6.0.2-canary.1"
8
+ "@graphcommerce/prettier-config-pwa": "6.0.2-canary.10"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }