@graphcommerce/docs 9.1.0-canary.35 → 9.1.0-canary.37
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/package.json +2 -2
- package/roadmap.md +4 -3
package/CHANGELOG.md
CHANGED
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.
|
|
5
|
+
"version": "9.1.0-canary.37",
|
|
6
6
|
"sideEffects": true,
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.
|
|
8
|
+
"@graphcommerce/prettier-config-pwa": "^9.1.0-canary.37"
|
|
9
9
|
},
|
|
10
10
|
"prettier": "@graphcommerce/prettier-config-pwa"
|
|
11
11
|
}
|
package/roadmap.md
CHANGED
|
@@ -69,15 +69,16 @@ roadmap.
|
|
|
69
69
|
the AddToCartMessage without loading the complete cart and support many
|
|
70
70
|
products.
|
|
71
71
|
- [ ] Magento 2.4.7: Migrate to createGuestCartId instead of createCart.
|
|
72
|
-
- [ ] GraphCommerce B2B: Login for pricing
|
|
73
72
|
- [ ] GraphCommerce B2B: Login for catalog
|
|
74
|
-
- [
|
|
75
|
-
|
|
73
|
+
- [x] GraphCommerce B2B: Private pricing / Login for pricing
|
|
74
|
+
- [ ] GraphCOmmerce B2b: private products and private category support for
|
|
75
|
+
logged in customers.
|
|
76
76
|
- [ ] GraphCommerce B2B: Generic UI for creating B2B accounts, creating
|
|
77
77
|
sub-accounts, managing budgets, etc.
|
|
78
78
|
- [ ] GraphCommerce B2B: Account approval workflow.
|
|
79
79
|
- [ ] GraphCommerce Pro: Shop in shop functionality
|
|
80
80
|
- [ ] GraphCommerce POS: Create a light POS integration for GraphCommerce
|
|
81
|
+
- [x] GraphCommerce B2B: Price views: Including/excluding,
|
|
81
82
|
|
|
82
83
|
## Released
|
|
83
84
|
|