@graphcommerce/docs 4.6.5 → 4.8.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,23 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1603](https://github.com/graphcommerce-org/graphcommerce/pull/1603) [`26221795d`](https://github.com/graphcommerce-org/graphcommerce/commit/26221795d5ab7d4d66adae756fc02273b1500a53) Thanks [@Jessevdpoel](https://github.com/Jessevdpoel)! - changed icon docs
8
+
9
+ ## 4.7.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#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
14
+
15
+ ## 4.6.6
16
+
17
+ ### Patch Changes
18
+
19
+ - [#1587](https://github.com/graphcommerce-org/graphcommerce/pull/1587) [`6ce2cbaf2`](https://github.com/graphcommerce-org/graphcommerce/commit/6ce2cbaf2cf27e21b753f7cb71e7e74826294de6) Thanks [@paales](https://github.com/paales)! - fixed typo from grapql to graphql
20
+
3
21
  ## 4.6.5
4
22
 
5
23
  ### Patch Changes
@@ -161,6 +161,9 @@ without fills. The path must be wrapped in a `<symbol>` that has an attribute
161
161
  </svg>
162
162
  ```
163
163
 
164
+ Some icons may contain a `<ellipse>`, `<line>`, `<polygon>`, `<polyline>`,
165
+ `<rect>` elements, make sure these are also wrapped in the `<symbol>` tag.
166
+
164
167
  Icons can be placed in the same directory as a page or component and can be
165
168
  imported from there (the `<IconSvg>` component will convert the relative path to
166
169
  an absolute path)
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.5",
5
+ "version": "4.8.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