@graphcommerce/docs 9.0.0-canary.98 → 9.0.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 +88 -1102
- package/framework/caching.md +20 -9
- package/framework/config.md +32 -0
- package/framework/seo.md +68 -5
- package/getting-started/create.md +27 -11
- package/getting-started/graphcms-component.md +1 -1
- package/getting-started/improving-core-web-vitals.md +355 -0
- package/getting-started/pages.md +1 -1
- package/getting-started/readme.md +2 -2
- package/package.json +2 -2
- package/roadmap.md +61 -83
- package/upgrading/graphcommerce-8-to-9.md +18 -0
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": "9.0.0
|
|
5
|
+
"version": "9.0.0",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.0
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|
package/roadmap.md
CHANGED
|
@@ -11,96 +11,74 @@ roadmap.
|
|
|
11
11
|
|
|
12
12
|
[Upcoming in the next release](https://github.com/graphcommerce-org/graphcommerce/releases?q=prerelease%3Atrue&expanded=true)
|
|
13
13
|
|
|
14
|
-
- [ ]
|
|
15
|
-
|
|
16
|
-
- [ ]
|
|
17
|
-
|
|
18
|
-
- [ ]
|
|
19
|
-
- [ ]
|
|
20
|
-
|
|
21
|
-
- [ ]
|
|
22
|
-
|
|
23
|
-
|
|
14
|
+
- [ ] GraphCommerce Pro: Distribution of private npm packages for customers.
|
|
15
|
+
- [ ] GraphCommerce Pro: Distribution of private Magento modules for customers.
|
|
16
|
+
- [ ] Adobe Commerce: Returns functionality
|
|
17
|
+
- [ ] Adobe Commerce: Store credit functionality
|
|
18
|
+
- [ ] Adobe Commerce: Content staging functionality in preview mode.
|
|
19
|
+
- [ ] Storelocator UI. Generic Store Locator UI to allow for any datasource to
|
|
20
|
+
be used. Integrate with Magento's pickupLocations functionality.
|
|
21
|
+
- [ ] Store inventory on product pages UI and Magento's pickupLocations
|
|
22
|
+
functionality integrated.
|
|
23
|
+
- [ ] GraphCommerce B2B: Create multiple presets to demo the range of
|
|
24
|
+
configurations that can be made to get a good starting point for your
|
|
25
|
+
project.
|
|
26
|
+
- [ ] Material UI 6 support with CSS variables.
|
|
27
|
+
- [ ] GraphCommerce Pro: Login as Customer functionality Magento module +
|
|
28
|
+
GraphCommerce integration.
|
|
29
|
+
- [ ] GraphCommerce Pro: Cache Notifier module + GraphCommerce Integration to
|
|
30
|
+
revalidate the frontend on backend changes.
|
|
24
31
|
|
|
25
|
-
##
|
|
32
|
+
## Researching / Considering
|
|
26
33
|
|
|
27
|
-
- [ ]
|
|
28
|
-
- [ ]
|
|
29
|
-
|
|
30
|
-
- [ ]
|
|
31
|
-
extraction.
|
|
32
|
-
- [ ] React Server Components integration with streaming for faster loads.
|
|
33
|
-
- [ ] Windows support
|
|
34
|
-
- [ ] Store locator
|
|
35
|
-
- [ ] PageBuilder support
|
|
34
|
+
- [ ] Mui 6 support with [pigment-css](https://github.com/mui/pigment-css)
|
|
35
|
+
- [ ] Upgrade to React 19 + Next.js app router support.
|
|
36
|
+
|
|
37
|
+
- [ ] GraphCommerce Pro: Pagebuilder support
|
|
36
38
|
[depends on ↗](https://github.com/magento/magento2/issues/37768)
|
|
39
|
+
- [ ] Adobe Commerce: Reward points functionality
|
|
40
|
+
- [ ] Adobe Commerce: Gift wrapping functionality
|
|
41
|
+
- [ ] Adobe Commerce: Gift card functionality
|
|
42
|
+
- [ ] Adobe Commerce: Gift registry functionality
|
|
43
|
+
- [ ] Adobe Commerce: Multi Wishlist functionality
|
|
44
|
+
- [ ] Adobe Comemrce: Adobe Sensei integration
|
|
45
|
+
- [ ] Magento 2.4.7: Recaptcha configuration
|
|
46
|
+
- [ ] Magento 2.4.7: Estimate shipping methods and totals.
|
|
47
|
+
- [ ] Magento 2.4.7: Cart display settings
|
|
48
|
+
- [ ] Magento 2.4.7: Prefix, middlename and suffix support in the checkout.
|
|
49
|
+
- [ ] Magento: Producs New label based on the new_from_date and new_to_date
|
|
50
|
+
fields.
|
|
51
|
+
- [ ] Magento: Respect autocomplete_on_storefront configuration setting when
|
|
52
|
+
logging in.
|
|
53
|
+
- [ ] Magento 2.4.7: Implement attributesForm for customer_account_edit,
|
|
54
|
+
customer_account_create, customer_register_address, customer_address_edit
|
|
55
|
+
- [ ] Magento 2.4.7: sendEmailToFriend implementation
|
|
56
|
+
- [ ] Magento 2.4.7: Implement a new success page on the the new
|
|
57
|
+
guestOrderByToken
|
|
58
|
+
- [ ] Magento: Implement fixed_product_taxes
|
|
59
|
+
- [ ] Magento 2.4.7: Use category_url_path to load product listings on category
|
|
60
|
+
pages to reduce loading waterwall.
|
|
61
|
+
- [ ] Magento 2.4.7: Implement itemsV2 on the cart when adding a product to show
|
|
62
|
+
the AddToCartMessage without loading the complete cart.
|
|
63
|
+
- [ ] Magento 2.4.7: Migrate to createGuestCartId instead of createCart.
|
|
64
|
+
- [ ] GraphCommerce B2B: Login for pricing
|
|
65
|
+
- [ ] GraphCommerce B2B: Login for catalog
|
|
66
|
+
- [ ] GraphCommerce B2B: Private pricing, private products and private category
|
|
67
|
+
support for logged in customers.
|
|
68
|
+
- [ ] GraphCommerce B2B: Generic UI for creating B2B accounts, creating
|
|
69
|
+
sub-accounts, managing budgets, etc. (Schema definition, no integration)
|
|
70
|
+
- [ ] GraphCommerce B2B: Account approval workflow (Schema definition, no
|
|
71
|
+
integration)
|
|
72
|
+
- [ ] GraphCommerce Pro: Shop in shop functionality
|
|
73
|
+
- [ ] GraphCommerce POS: Create a light POS integration for GraphCommerce
|
|
37
74
|
|
|
38
75
|
## Released
|
|
39
76
|
|
|
40
|
-
[See
|
|
41
|
-
|
|
42
|
-
- [x] Web Vitals: Reduce Total Blocking Time, to improve INP metic.
|
|
43
|
-
- [x] Web Vitals: Defer rendering of elements further on the page, to improve
|
|
44
|
-
INP metic.
|
|
45
|
-
- [x] Magento Open Source GraphQL API Coverage with detailed GraphQL analysis
|
|
46
|
-
per version.
|
|
47
|
-
- [x] Plugin system redesign so typescript correctly identifies plugins and can
|
|
48
|
-
type check all the integrations.
|
|
49
|
-
- [x] Google Datalayer improvements to better handling gtag.js or GTM
|
|
50
|
-
- [x] Improved category navigation: Navigate to sibling categories + Category
|
|
51
|
-
tree navigation in sidebar.
|
|
52
|
-
- [x] i18n configuration separation from URL structure.
|
|
53
|
-
- [x] Customer specific pricing support for category and product pages.
|
|
54
|
-
|
|
55
|
-
---
|
|
56
|
-
|
|
57
|
-
- [x] Product page gallery improvements: Thumbnails
|
|
58
|
-
- [x] Major improvements to Accessibility
|
|
59
|
-
[issue ↗](https://github.com/graphcommerce-org/graphcommerce/issues/1995)
|
|
60
|
-
- [x] Show Crosssells in the cart
|
|
61
|
-
- [x] Support for Github Codespaces
|
|
62
|
-
- [x] Faster loading performance for the category page
|
|
63
|
-
- [x] Recently viewed products
|
|
64
|
-
- [x] Global store messages
|
|
65
|
-
- [x] Invalid session handling improvements
|
|
66
|
-
- [x] Product thumbnails on product page
|
|
67
|
-
- [x] Wishlist redesign
|
|
68
|
-
- [x] Success page redesign
|
|
69
|
-
- [x] Dutch Postcode API upgrades
|
|
70
|
-
- [x] Configurable variants for simple products
|
|
71
|
-
[ocs ↗](https://graphcommerce.org/docs/magento/configurable-products)
|
|
72
|
-
- [x] Cart redesign
|
|
73
|
-
- [x] Hygraph schema migrations
|
|
74
|
-
[docs ↗](https://graphcommerce.org/docs/hygraph/cli)
|
|
75
|
-
- [x] [Algolia Search (beta)](https://github.com/graphcommerce-org/graphcommerce/tree/main/packages/algolia-search)
|
|
76
|
-
- [x] [Dynamic Rows](https://github.com/graphcommerce-org/graphcommerce/tree/main/packages/hygraph-dynamic-rows)
|
|
77
|
-
- [x] [Product compare](https://github.com/graphcommerce-org/graphcommerce/blob/main/packages/magento-compare/Config.graphqls)
|
|
78
|
-
- [x] Google Tagmanager 4 datalayer implementation
|
|
79
|
-
[docs ↗](https://github.com/graphcommerce-org/graphcommerce/tree/main/packages/googleanalytics)
|
|
80
|
-
- [x] Paypal Express payment service
|
|
81
|
-
[docs ↗](https://github.com/graphcommerce-org/graphcommerce/tree/main/packages/magento-payment-paypal)
|
|
82
|
-
- [x] Adyen payment service
|
|
83
|
-
[docs ↗](https://github.com/graphcommerce-org/graphcommerce/tree/main/packages/magento-payment-adyen)
|
|
84
|
-
- [x] Postcode check integration
|
|
85
|
-
[docs ↗](https://github.com/graphcommerce-org/graphcommerce/tree/main/packages/address-fields-nl)
|
|
86
|
-
- [x] Redesigned layered navigation for mobile and desktop
|
|
87
|
-
- [x] Crosssells overlay after adding a product to cart
|
|
88
|
-
- [x] Bundle product
|
|
89
|
-
[example ↗](https://graphcommerce.vercel.app/nl/p/giftcard-bundle-gc-570)
|
|
90
|
-
- [x] Configurable product image swatches
|
|
91
|
-
[example ↗](https://graphcommerce.vercel.app/nl/p/gc-puncturing-sock)
|
|
92
|
-
- [x] Virtual product, downloadable products
|
|
93
|
-
- [x] Multilingual Hygraph (Hygraph) setup support
|
|
94
|
-
- [x] Multisafepay payment service
|
|
95
|
-
- [x] Multilingual product sitemap generation
|
|
96
|
-
- [x] Multi level Navigation (Mega Menu)
|
|
97
|
-
- [x] Pick up in store checkout integration
|
|
98
|
-
- [x] Checkout shipping method selection rebuild
|
|
99
|
-
- [x] Checkout payment selection rebuild
|
|
100
|
-
- [x] Core stability (hydratation, caching, query optimization)
|
|
77
|
+
- [See GitHub releases](https://github.com/graphcommerce-org/graphcommerce/releases?q=prerelease%3Afalse+&expanded=true)
|
|
78
|
+
- [See blog posts](https://graphcommerce.org/blog)
|
|
101
79
|
|
|
102
80
|
## Next steps
|
|
103
81
|
|
|
104
82
|
- Refer to the
|
|
105
|
-
[
|
|
106
|
-
see what's new
|
|
83
|
+
[GitHub Releases](https://github.com/graphcommerce-org/graphcommerce/releases?q=prerelease%3Afalse&expanded=true)
|
|
84
|
+
to see what's new
|
|
@@ -5,6 +5,9 @@ steps. Please follow the regular [upgrade steps first](./readme.md).
|
|
|
5
5
|
|
|
6
6
|
1. ReactPlugin TypeScript definition is removed.
|
|
7
7
|
2. Locales now require an explicit configuration.
|
|
8
|
+
3. `@graphcommerce/graphcms-ui` is now `@graphcommerce/hygraph-ui`
|
|
9
|
+
4. `@ducanh2912/next-pwa` replaced by `serwist`
|
|
10
|
+
5. `next-sitemap` replaced by custom implementation
|
|
8
11
|
|
|
9
12
|
## 1. ReactPlugin TypeScript definition is removed
|
|
10
13
|
|
|
@@ -52,3 +55,18 @@ const config = {
|
|
|
52
55
|
],
|
|
53
56
|
}
|
|
54
57
|
```
|
|
58
|
+
|
|
59
|
+
3. `@graphcommerce/graphcms-ui` is now `@graphcommerce/hygraph-ui`
|
|
60
|
+
|
|
61
|
+
Replace all `@graphcommerce/graphcms-ui` with `@graphcommerce/hygraph-ui`.
|
|
62
|
+
|
|
63
|
+
4. `@ducanh2912/next-pwa` replaced by `serwist`
|
|
64
|
+
|
|
65
|
+
Any customizations made to the service worker should
|
|
66
|
+
|
|
67
|
+
5. `next-sitemap` replaced by custom implementation.
|
|
68
|
+
|
|
69
|
+
- pages/robots.txt.tsx
|
|
70
|
+
- pages/sitemap/categories.xml.tsx
|
|
71
|
+
- pages/sitemap/content.xml.tsx
|
|
72
|
+
- pages/sitemap/products.xml.tsx
|