@graphcommerce/docs 8.0.0-canary.87 → 8.0.0-canary.89
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 +9 -0
- package/feature-list.md +13 -10
- package/package.json +2 -2
- package/roadmap.md +50 -26
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 8.0.0-canary.89
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`b850ab0`](https://github.com/graphcommerce-org/graphcommerce/commit/b850ab06e3fff1cd274651d8082557ed2c308f55) - Updated roadmap and feature-list
|
|
8
|
+
([@paales](https://github.com/paales))
|
|
9
|
+
|
|
10
|
+
## 8.0.0-canary.88
|
|
11
|
+
|
|
3
12
|
## 8.0.0-canary.87
|
|
4
13
|
|
|
5
14
|
## 8.0.0-canary.86
|
package/feature-list.md
CHANGED
|
@@ -125,8 +125,8 @@ Features taken from the Magento Commerce 2 Feature List
|
|
|
125
125
|
grouped products.
|
|
126
126
|
- [x] Offer virtual products like memberships, services and warranties.
|
|
127
127
|
- [x] Include downloadable/digital products with samples.
|
|
128
|
-
- [
|
|
129
|
-
monogramming). —
|
|
128
|
+
- [x] Allow customer-personalized products (e.g., upload images and text for
|
|
129
|
+
monogramming). — (No upload support yet)
|
|
130
130
|
- [x] Manage inventory across multiple locations
|
|
131
131
|
- [x] Create new products through a guided online process.
|
|
132
132
|
- [x] Define unlimited product attributes.
|
|
@@ -153,12 +153,13 @@ Features taken from the Magento Commerce 2 Feature List
|
|
|
153
153
|
- [ ] Present product category items in grid or list format. — [Todo]
|
|
154
154
|
- [x] Customize the look and feel of categories and assigned product pages. —
|
|
155
155
|
[Enhanced]
|
|
156
|
-
- [
|
|
156
|
+
- [x] Arrange products on category pages with drag-and-drop merchandising and
|
|
157
157
|
automated sorting rules. — [Commerce]
|
|
158
158
|
- [ ] Control which products and categories can be viewed by each customer
|
|
159
159
|
group. — [Commerce]
|
|
160
|
-
- [
|
|
161
|
-
|
|
160
|
+
- [x] Show side-by-side product comparisons with two or more products. —
|
|
161
|
+
[Enhanced]
|
|
162
|
+
- [x] Display recently viewed products. — [Enhanced]
|
|
162
163
|
- [x] Compare products. — [Enhanced]
|
|
163
164
|
- [x] Increase search relevancy and scalability with Elasticsearch technology.
|
|
164
165
|
- [x] Set stop words, attribute weightings, and search synonyms for higher
|
|
@@ -214,8 +215,8 @@ Features taken from the Magento Commerce 2 Feature List
|
|
|
214
215
|
|
|
215
216
|
- [x] Include a mini cart on store pages to summarize products in the cart.
|
|
216
217
|
- [x] Display an order summary with product images in checkout.
|
|
217
|
-
- [
|
|
218
|
-
automatically recognized when they enter their email addresses.
|
|
218
|
+
- [x] Offer guest and registered user checkout. Registered customers are
|
|
219
|
+
automatically recognized when they enter their email addresses.
|
|
219
220
|
- [ ] Boost conversion rates with an Instant Purchase option that uses saved
|
|
220
221
|
payment and shipping information to speed checkout. — [Todo]
|
|
221
222
|
- [x] Enable shoppers to create a customer account with one click on the
|
|
@@ -234,7 +235,8 @@ Features taken from the Magento Commerce 2 Feature List
|
|
|
234
235
|
### Payments
|
|
235
236
|
|
|
236
237
|
- [ ] Download and work with your preferred payment gateway through the Magento
|
|
237
|
-
Marketplace.
|
|
238
|
+
Marketplace. —
|
|
239
|
+
[Supported Payment Methods](https://www.graphcommerce.org/docs/magento#payment-gateways)
|
|
238
240
|
- [x] Securely pass credit card information directly from the client browser to
|
|
239
241
|
the payment gateway, bypassing the Adobe Commerce application.
|
|
240
242
|
- [x] Qualify for the easiest level of PCI compliance (SAQ-A or SAQ A-EP),
|
|
@@ -378,8 +380,9 @@ Features taken from the Magento Commerce 2 Feature List
|
|
|
378
380
|
easier and durable over multiple releases. — [Enhanced]
|
|
379
381
|
- [x] Integrate Adobe Commerce with third-party applications using efficient web
|
|
380
382
|
APIs with REST and GraphQL support. — [Enhanced]
|
|
381
|
-
- [
|
|
382
|
-
dependency injection software design patterns.
|
|
383
|
+
- [x] Smoothly manage interactions between extensions using plug-ins and
|
|
384
|
+
dependency injection software design patterns. —
|
|
385
|
+
[Plugins](https://www.graphcommerce.org/docs/framework/plugins-react_)
|
|
383
386
|
- [ ] Accelerate time-to-market and improve code quality with a fully-automated
|
|
384
387
|
testing framework.
|
|
385
388
|
- [ ] Update code with a standalone installer that checks for prerequisites
|
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": "8.0.0-canary.
|
|
5
|
+
"version": "8.0.0-canary.89",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "^8.0.0-canary.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "^8.0.0-canary.89"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|
package/roadmap.md
CHANGED
|
@@ -2,32 +2,67 @@
|
|
|
2
2
|
menu: Roadmap
|
|
3
3
|
---
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
# Roadmap
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
The following overview contains the status of items on the GraphCommerce
|
|
8
|
+
roadmap.
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
## In progress / planned
|
|
10
11
|
|
|
11
|
-
|
|
12
|
+
[Upcoming in the next release](https://github.com/graphcommerce-org/graphcommerce/releases?q=prerelease%3Atrue&expanded=true)
|
|
12
13
|
|
|
13
|
-
|
|
14
|
-
|
|
14
|
+
- [ ] Google Datalayer improvements to better handling gtag.js or GTM
|
|
15
|
+
- [ ] Product page gallery improvements: Grid of images, animated thumbnails,
|
|
16
|
+
Video support + disable zoom feature.
|
|
17
|
+
- [ ] Web Vitals: Reduce Total Blocking Time, to improve INP metic.
|
|
18
|
+
- [ ] Web Vitals: Defer rendering of elements further on the page, to improve
|
|
19
|
+
INP metic.
|
|
20
|
+
- [ ] Magento Open Source GraphQL API Coverage with detailed GraphQL analysis
|
|
21
|
+
per version.
|
|
22
|
+
- [ ] Create a generic CMS integration framework, removing the hard Hygraph
|
|
23
|
+
requirement
|
|
24
|
+
- [ ] Web Migration to next/image in favor of @graphcommerce/image
|
|
25
|
+
- [ ] Improved category navigation: Navigate to sibling categories + Category
|
|
26
|
+
tree navigation in sidebar.
|
|
27
|
+
- [ ] i18n configuration separation from URL structure.
|
|
28
|
+
- [ ] Improved cache invalidation logic for category and product pages by using
|
|
29
|
+
the Varnish PURGE functionality of Magento.
|
|
30
|
+
- [ ] Customer specific pricing support for category and product pages.
|
|
31
|
+
- [ ] Support for very large carts with 100+ items.
|
|
32
|
+
- [ ] Plugin system redesign so typescript correctly identifies plugins and can
|
|
33
|
+
type check all the integrations.
|
|
15
34
|
|
|
16
|
-
##
|
|
35
|
+
## Considering / researching
|
|
17
36
|
|
|
18
|
-
- [ ]
|
|
19
|
-
- [ ]
|
|
20
|
-
- [ ]
|
|
21
|
-
|
|
22
|
-
- [ ]
|
|
23
|
-
- [ ]
|
|
24
|
-
- [ ]
|
|
25
|
-
- [ ]
|
|
37
|
+
- [ ] Gallery support on category/search pages.
|
|
38
|
+
- [ ] Authorize.net payment service integration
|
|
39
|
+
- [ ] Web Vitals: Use CSS theme variables or wait for MUI v6 release with static
|
|
40
|
+
extraction.
|
|
41
|
+
- [ ] React Server Components integration with streaming for faster loads.
|
|
42
|
+
- [ ] Windows support
|
|
43
|
+
- [ ] Store locator
|
|
44
|
+
- [ ] PageBuilder support
|
|
45
|
+
[depends on ↗](https://github.com/magento/magento2/issues/37768)
|
|
46
|
+
- [ ] Abstractions for integration with multiple catalog/search API's like
|
|
47
|
+
Algolia, Magento Live Search and various layered navigation modules.
|
|
26
48
|
|
|
27
49
|
## Released
|
|
28
50
|
|
|
29
51
|
[See all releases](https://github.com/graphcommerce-org/graphcommerce/releases?q=prerelease%3Afalse+&expanded=true)
|
|
30
52
|
|
|
53
|
+
- [x] Product page gallery improvements: Thumbnails
|
|
54
|
+
- [x] Major improvements to Accessibility
|
|
55
|
+
[issue ↗](https://github.com/graphcommerce-org/graphcommerce/issues/1995)
|
|
56
|
+
- [x] Show Crosssells in the cart
|
|
57
|
+
- [x] Support for Github Codespaces
|
|
58
|
+
- [x] Faster loading performance for the category page
|
|
59
|
+
- [x] Recently viewed products
|
|
60
|
+
- [x] Global store messages
|
|
61
|
+
- [x] Invalid session handling improvements
|
|
62
|
+
- [x] Product thumbnails on product page
|
|
63
|
+
- [x] Wishlist redesign
|
|
64
|
+
- [x] Success page redesign
|
|
65
|
+
- [x] Dutch Postcode API upgrades
|
|
31
66
|
- [x] Configurable variants for simple products
|
|
32
67
|
[ocs ↗](https://graphcommerce.org/docs/magento/configurable-products)
|
|
33
68
|
- [x] Cart redesign
|
|
@@ -60,17 +95,6 @@ The following overview contains the status of items on the GraphCommerce roadmap
|
|
|
60
95
|
- [x] Checkout payment selection rebuild
|
|
61
96
|
- [x] Core stability (hydratation, caching, query optimization)
|
|
62
97
|
|
|
63
|
-
## Future
|
|
64
|
-
|
|
65
|
-
- [ ] React Server Components integration
|
|
66
|
-
- [ ] Edge runtime for GraphQL Mesh
|
|
67
|
-
- [ ] Windows support
|
|
68
|
-
- [ ] Store locator
|
|
69
|
-
- [ ] Buckaroo payment service
|
|
70
|
-
- [ ] `magento` example without Hygraph
|
|
71
|
-
- [ ] PageBuilder support
|
|
72
|
-
[depends on ↗](https://github.com/magento/magento2/issues/37768)
|
|
73
|
-
|
|
74
98
|
## Next steps
|
|
75
99
|
|
|
76
100
|
- Refer to the
|