@graphcommerce/docs 9.1.0-canary.16 → 9.1.0-canary.17

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +2 -2
  3. package/roadmap.md +25 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.1.0-canary.17
4
+
3
5
  ## 9.1.0-canary.16
4
6
 
5
7
  ## 9.1.0-canary.15
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.1.0-canary.16",
5
+ "version": "9.1.0-canary.17",
6
6
  "sideEffects": true,
7
7
  "peerDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.16"
8
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.17"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }
package/roadmap.md CHANGED
@@ -13,43 +13,51 @@ roadmap.
13
13
 
14
14
  - [ ] GraphCommerce Pro: Distribution of private npm packages for customers.
15
15
  - [ ] GraphCommerce Pro: Distribution of private Magento modules for customers.
16
- - [ ] Adobe Commerce: Returns functionality
16
+ - [x] Adobe Commerce: Returns functionality
17
17
  - [x] Adobe Commerce: Store credit functionality
18
18
  - [x] Adobe Commerce: Gift card functionality
19
19
  - [ ] Adobe Commerce: Content staging functionality in preview mode.
20
- - [ ] Storelocator UI. Generic Store Locator UI to allow for any datasource to
21
- be used. Integrate with Magento's pickupLocations functionality.
22
- - [ ] Store inventory on product pages UI and Magento's pickupLocations
23
- functionality integrated.
24
20
  - [ ] GraphCommerce B2B: Create multiple presets to demo the range of
25
21
  configurations that can be made to get a good starting point for your
26
22
  project.
27
23
  - [ ] Material UI 6 support with CSS variables.
28
- - [ ] GraphCommerce Pro: Pagebuilder support
24
+ - [x] GraphCommerce Pro: Pagebuilder support
29
25
  - [ ] GraphCommerce Pro: Login as Customer functionality Magento module +
30
26
  GraphCommerce integration.
31
27
  - [ ] GraphCommerce Pro: Cache Notifier module + GraphCommerce Integration to
32
28
  revalidate the frontend on backend changes.
29
+ - [ ] GraphCommerce: Video support
30
+ - [ ] GraphCommerce: Product List Gallery
31
+ - [ ] GraphCommerce: Product List Configurable Image Toggle
32
+ - [ ] Magento: Migrate to createCustomerV2
33
+ - [ ] Magento: Custom options pricing on product page
34
+ - [x] Magento: Implement currency query and switch frontend to different
35
+ currency with usePrivateQuery
36
+ - [x] Magento: DownloadableProducts + customerDownloadableProducts
37
+ - [x] Magento 2.4.7: Recaptcha configuration
38
+ - [ ] Magento 2.4.7: Implement attributesForm for customer_account_edit,
39
+ customer_account_create, customer_register_address, customer_address_edit
40
+ - [ ] Magento 2.4.7: Prefix, middlename and suffix support in the checkout.
41
+ - [x] Adobe Commerce: Reward points functionality
33
42
 
34
43
  ## Researching / Considering
35
44
 
45
+ - [ ] Storelocator UI. Generic Store Locator UI to allow for any datasource to
46
+ be used. Integrate with Magento's pickupLocations functionality.
47
+ - [ ] Store inventory on product pages UI and Magento's pickupLocations
48
+ functionality integrated.
36
49
  - [ ] Mui 6 support with [pigment-css](https://github.com/mui/pigment-css)
37
50
  - [ ] Upgrade to React 19 + Next.js app router support.
38
- - [ ] Adobe Commerce: Reward points functionality
39
51
  - [ ] Adobe Commerce: Gift wrapping functionality
40
52
  - [ ] Adobe Commerce: Gift registry functionality
41
53
  - [ ] Adobe Commerce: Multi Wishlist functionality
42
54
  - [ ] Adobe Comemrce: Adobe Sensei integration
43
- - [ ] Magento 2.4.7: Recaptcha configuration
44
55
  - [ ] Magento 2.4.7: Estimate shipping methods and totals.
45
56
  - [ ] Magento 2.4.7: Cart display settings
46
- - [ ] Magento 2.4.7: Prefix, middlename and suffix support in the checkout.
47
57
  - [ ] Magento: Producs New label based on the new_from_date and new_to_date
48
58
  fields.
49
59
  - [ ] Magento: Respect autocomplete_on_storefront configuration setting when
50
60
  logging in.
51
- - [ ] Magento 2.4.7: Implement attributesForm for customer_account_edit,
52
- customer_account_create, customer_register_address, customer_address_edit
53
61
  - [ ] Magento: sendEmailToFriend implementation
54
62
  - [ ] Magento 2.4.7: Implement a new success page on the the new
55
63
  guestOrderByToken
@@ -57,18 +65,20 @@ roadmap.
57
65
  - [ ] Magento 2.4.7: Use category_url_path to load product listings on category
58
66
  pages to reduce loading waterwall.
59
67
  - [ ] Magento 2.4.7: Implement itemsV2 on the cart when adding a product to show
60
- the AddToCartMessage without loading the complete cart.
68
+ the AddToCartMessage without loading the complete cart and support many
69
+ products.
61
70
  - [ ] Magento 2.4.7: Migrate to createGuestCartId instead of createCart.
62
71
  - [ ] GraphCommerce B2B: Login for pricing
63
72
  - [ ] GraphCommerce B2B: Login for catalog
64
73
  - [ ] GraphCommerce B2B: Private pricing, private products and private category
65
74
  support for logged in customers.
66
75
  - [ ] GraphCommerce B2B: Generic UI for creating B2B accounts, creating
67
- sub-accounts, managing budgets, etc. (Schema definition, no integration)
68
- - [ ] GraphCommerce B2B: Account approval workflow (Schema definition, no
69
- integration)
76
+ sub-accounts, managing budgets, etc.
77
+ - [ ] GraphCommerce B2B: Account approval workflow.
70
78
  - [ ] GraphCommerce Pro: Shop in shop functionality
71
79
  - [ ] GraphCommerce POS: Create a light POS integration for GraphCommerce
80
+ - [ ] Magento: customerPaymentTokens + deletePaymentToken
81
+ - [ ] Magento 2.4.7: createGuestCart migration
72
82
 
73
83
  ## Released
74
84