@graphcommerce/docs 4.6.6 → 4.7.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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.7.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1594](https://github.com/graphcommerce-org/graphcommerce/pull/1594) [`f00f3c27f`](https://github.com/graphcommerce-org/graphcommerce/commit/f00f3c27f6631da39127727da0ae1e991b687bed) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Update roadmap
8
+
3
9
  ## 4.6.6
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/docs",
3
3
  "homepage": "https://www.graphcommerce.org/docs",
4
4
  "repository": "github:graphcommerce-org/graphcommerce/docs",
5
- "version": "4.6.6",
5
+ "version": "4.7.0",
6
6
  "sideEffects": true,
7
7
  "devDependencies": {
8
8
  "@graphcommerce/prettier-config-pwa": "^4.0.6"
package/roadmap.md CHANGED
@@ -10,21 +10,29 @@ The following overview contains the status of items on the GraphCommerce roadmap
10
10
  ## In progress
11
11
 
12
12
  - [ ] Adyen payment service (Braintree, Mollie, already implemented)
13
- - [ ] PageBuilder support
14
- - [ ] Fetch Magento image sizes (probe-image-size)
13
+ - [ ] Core stability (hydratation, caching, query optimization)
14
+ - [ ] Multilingual product sitemap generation
15
+
16
+ ## Just released
17
+
18
+ - [x] Multi level Navigation (Mega Menu)
19
+ - [x] Pick up in store checkout integration
20
+ - [x] Checkout shipping method selection rebuild
21
+ - [x] Checkout payment selection rebuild
15
22
 
16
23
  ## Planned
17
24
 
25
+ - [ ] Store locator
18
26
  - [ ] Buckaroo payment service
19
27
  - [ ] Multisafepay payment service
20
- - [ ] Windows support
28
+ - [ ] Fetch Magento image sizes (probe-image-size)
21
29
  - [ ] Postcode check integration
22
- - [ ] Pick up in store checkout integration
23
- - [ ] Store locator
30
+ - [ ] Windows support
24
31
 
25
32
  ## Future
26
33
 
27
34
  - [ ] `magento` example without GraphCMS
35
+ - [ ] PageBuilder support
28
36
 
29
37
  ## Next steps
30
38