@graphcommerce/docs 8.1.0-canary.45 → 8.1.0-canary.47

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,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.1.0-canary.47
4
+
5
+ ## 8.1.0-canary.46
6
+
3
7
  ## 8.1.0-canary.45
4
8
 
5
9
  ## 8.1.0-canary.44
@@ -169,6 +169,10 @@ Determines if, after adding a cross-sell item to the cart, the user should be re
169
169
 
170
170
  Default: 'false'
171
171
 
172
+ #### customerAddressNoteEnable: boolean
173
+
174
+ Enables the shipping notes field in the checkout
175
+
172
176
  #### customerCompanyFieldsEnable: boolean
173
177
 
174
178
  Enables company fields inside the checkout:
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.1.0-canary.45",
5
+ "version": "8.1.0-canary.47",
6
6
  "sideEffects": true,
7
7
  "peerDependencies": {
8
- "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.45"
8
+ "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.47"
9
9
  },
10
10
  "prettier": "@graphcommerce/prettier-config-pwa"
11
11
  }
package/roadmap.md CHANGED
@@ -11,26 +11,16 @@ roadmap.
11
11
 
12
12
  [Upcoming in the next release](https://github.com/graphcommerce-org/graphcommerce/releases?q=prerelease%3Atrue&expanded=true)
13
13
 
14
- - [ ] Google Datalayer improvements to better handling gtag.js or GTM
15
14
  - [ ] Product page gallery improvements: Grid of images, animated thumbnails,
16
15
  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
16
  - [ ] Create a generic CMS integration framework, removing the hard Hygraph
23
17
  requirement
24
18
  - [ ] 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
19
  - [ ] Improved cache invalidation logic for category and product pages by using
29
20
  the Varnish PURGE functionality of Magento.
30
- - [ ] Customer specific pricing support for category and product pages.
31
21
  - [ ] 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.
22
+ - [ ] Abstractions for integration with multiple catalog/search API's like
23
+ Algolia, Magento Live Search and various layered navigation modules.
34
24
 
35
25
  ## Considering / researching
36
26
 
@@ -44,13 +34,26 @@ roadmap.
44
34
  - [ ] Store locator
45
35
  - [ ] PageBuilder support
46
36
  [depends on ↗](https://github.com/magento/magento2/issues/37768)
47
- - [ ] Abstractions for integration with multiple catalog/search API's like
48
- Algolia, Magento Live Search and various layered navigation modules.
49
37
 
50
38
  ## Released
51
39
 
52
40
  [See all releases](https://github.com/graphcommerce-org/graphcommerce/releases?q=prerelease%3Afalse+&expanded=true)
53
41
 
42
+ - [x] Web Vitals: Reduce Total Blocking Time, to improve INP metic.
43
+ - [x] Web Vitals: Defer rendering of elements further on the page, to improve
44
+ INP metic.
45
+ - [x] Magento Open Source GraphQL API Coverage with detailed GraphQL analysis
46
+ per version.
47
+ - [x] Plugin system redesign so typescript correctly identifies plugins and can
48
+ type check all the integrations.
49
+ - [x] Google Datalayer improvements to better handling gtag.js or GTM
50
+ - [x] Improved category navigation: Navigate to sibling categories + Category
51
+ tree navigation in sidebar.
52
+ - [x] i18n configuration separation from URL structure.
53
+ - [x] Customer specific pricing support for category and product pages.
54
+
55
+ ---
56
+
54
57
  - [x] Product page gallery improvements: Thumbnails
55
58
  - [x] Major improvements to Accessibility
56
59
  [issue ↗](https://github.com/graphcommerce-org/graphcommerce/issues/1995)