@graphcommerce/docs 6.0.2-canary.4 → 6.0.2-canary.6
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 +4 -0
- package/framework/links.md +5 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/framework/links.md
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
# Handling links in GraphCommerce
|
|
2
2
|
|
|
3
|
-
GraphCommerce
|
|
4
|
-
|
|
5
|
-
|
|
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.
|
|
5
|
+
"version": "6.0.2-canary.6",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "6.0.2-canary.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "6.0.2-canary.6"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|