@graphcommerce/magento-product 4.0.4 → 4.1.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.
Files changed (34) hide show
  1. package/CHANGELOG.md +253 -436
  2. package/components/JsonLdProduct/{index.tsx → jsonLdProduct.tsx} +0 -0
  3. package/components/ProductAddToCart/ProductAddToCart.tsx +21 -6
  4. package/components/ProductListFilters/FilterCheckboxType.tsx +8 -6
  5. package/components/ProductListFilters/FilterEqualType.tsx +2 -2
  6. package/components/ProductListFilters/FilterRangeType.tsx +9 -26
  7. package/components/ProductListFilters/ProductListFilters.tsx +5 -5
  8. package/components/ProductListFiltersContainer/{index.tsx → ProductListFiltersContainer.tsx} +27 -23
  9. package/components/ProductListItem/{index.tsx → ProductListItem.tsx} +2 -2
  10. package/components/ProductListItems/ProductListItems.tsx +6 -0
  11. package/components/ProductListItems/ProductListItemsBase.tsx +2 -2
  12. package/components/ProductListItems/ProductListParamsProvider.tsx +1 -1
  13. package/components/ProductListItems/filterTypes.tsx +1 -1
  14. package/components/ProductListItems/getFilterTypes.ts +1 -2
  15. package/components/ProductListItems/renderer.tsx +2 -4
  16. package/components/ProductListLink/ProductListLink.tsx +35 -35
  17. package/components/ProductListPagination/{index.tsx → ProductListPagination.tsx} +3 -7
  18. package/components/ProductListPrice/{index.tsx → ProductListPrice.tsx} +1 -1
  19. package/components/ProductListSort/{index.tsx → ProductListSort.tsx} +2 -2
  20. package/components/ProductPageCategory/{index.ts → productPageCategory.ts} +1 -1
  21. package/components/ProductPageDescription/ProductPageDescription.tsx +72 -0
  22. package/components/ProductPageGallery/ProductImage.tsx +1 -1
  23. package/components/ProductPageGallery/{index.tsx → ProductPageGallery.tsx} +1 -1
  24. package/components/ProductPageGallery/ProductVideo.tsx +1 -2
  25. package/components/ProductPageMeta/{index.tsx → ProductPageMeta.tsx} +1 -2
  26. package/components/ProductShortDescription/{index.tsx → ProductShortDescription.tsx} +1 -1
  27. package/components/ProductSidebarDelivery/{index.tsx → ProductSidebarDelivery.tsx} +3 -3
  28. package/components/ProductSpecs/{index.tsx → ProductSpecs.tsx} +1 -1
  29. package/components/ProductWeight/{index.tsx → ProductWeight.tsx} +1 -1
  30. package/components/index.ts +16 -26
  31. package/index.ts +0 -2
  32. package/package.json +10 -10
  33. package/components/ProductListItems/index.tsx +0 -6
  34. package/components/ProductPageDescription/index.tsx +0 -63
package/CHANGELOG.md CHANGED
@@ -1,17 +1,58 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1322](https://github.com/graphcommerce-org/graphcommerce/pull/1322) [`0298a0de1`](https://github.com/graphcommerce-org/graphcommerce/commit/0298a0de1d13e543c4124a6a099297b4e27e2b05) Thanks [@paales](https://github.com/paales)! - Added `<Slider size='large' />` and made styling with variants
8
+
9
+ * [#1322](https://github.com/graphcommerce-org/graphcommerce/pull/1322) [`e4ded94d7`](https://github.com/graphcommerce-org/graphcommerce/commit/e4ded94d7b0f0c87f86abcd31340d75533bde73e) Thanks [@paales](https://github.com/paales)! - Added a fontSize property to the ProductPageDescription to change the fontSize for the rendered paragraph
10
+
11
+ ### Patch Changes
12
+
13
+ - [#1322](https://github.com/graphcommerce-org/graphcommerce/pull/1322) [`bc8826b9d`](https://github.com/graphcommerce-org/graphcommerce/commit/bc8826b9dc1e6418b2720c9211e46791c33fca8a) Thanks [@paales](https://github.com/paales)! - ProductListFiltersContainer button alignment
14
+
15
+ * [#1322](https://github.com/graphcommerce-org/graphcommerce/pull/1322) [`7e910f3b8`](https://github.com/graphcommerce-org/graphcommerce/commit/7e910f3b8eb73cff33261956937124f95520d8e5) Thanks [@paales](https://github.com/paales)! - Allow overwriting ProductListLink underline
16
+
17
+ * Updated dependencies [[`5266388ea`](https://github.com/graphcommerce-org/graphcommerce/commit/5266388eaffda41592623ef7a3ddbbe03c8e0dad), [`9b35403d9`](https://github.com/graphcommerce-org/graphcommerce/commit/9b35403d9dbb2606ac7cf3bb641a0f9cc3d8a2ba), [`0298a0de1`](https://github.com/graphcommerce-org/graphcommerce/commit/0298a0de1d13e543c4124a6a099297b4e27e2b05), [`815132ea4`](https://github.com/graphcommerce-org/graphcommerce/commit/815132ea43937b4b84b59ec9974ac593cb4eb456), [`3326742a0`](https://github.com/graphcommerce-org/graphcommerce/commit/3326742a0dceb45f0cac4741ca09dc4d4f09ad90), [`7a3799bfc`](https://github.com/graphcommerce-org/graphcommerce/commit/7a3799bfc107f26aa9991a91db5f228e3476f4aa), [`9a77f88ed`](https://github.com/graphcommerce-org/graphcommerce/commit/9a77f88ed26cbecdae9a135c3cb234a5b7ecf4df), [`1e2a07141`](https://github.com/graphcommerce-org/graphcommerce/commit/1e2a071414154600430e6dcf0513d86ab78e0b28), [`0eeaad304`](https://github.com/graphcommerce-org/graphcommerce/commit/0eeaad30461b1d5b486438f0287fa76d49429044), [`bc5213547`](https://github.com/graphcommerce-org/graphcommerce/commit/bc52135471479c83d989449dad24798112e898f4), [`3f1912f55`](https://github.com/graphcommerce-org/graphcommerce/commit/3f1912f553318d5888f8af2b841918ef4ae96a84), [`d91359871`](https://github.com/graphcommerce-org/graphcommerce/commit/d91359871b023a9f0d305b37353c1ee2d0912248), [`b6c68cda8`](https://github.com/graphcommerce-org/graphcommerce/commit/b6c68cda8836a1d0c78ef351899cec9ec1037385)]:
18
+ - @graphcommerce/next-ui@4.3.0
19
+ - @graphcommerce/magento-store@4.1.3
20
+ - @graphcommerce/magento-cart@4.2.0
21
+ - @graphcommerce/framer-scroller@2.1.0
22
+
23
+ ## 4.0.6
24
+
25
+ ### Patch Changes
26
+
27
+ - [#1307](https://github.com/ho-nl/m2-pwa/pull/1307) [`bd10506d3`](https://github.com/ho-nl/m2-pwa/commit/bd10506d32fdbc91d01dadc29a12ebd1e0943655) Thanks [@paales](https://github.com/paales)! - All default exports are now named exports internally and all `index.tsx` are renamed to the component name.
28
+
29
+ * [#1307](https://github.com/ho-nl/m2-pwa/pull/1307) [`27cb1f2d8`](https://github.com/ho-nl/m2-pwa/commit/27cb1f2d8dbfb8f1b301ce56fb6a2b6c1fc6a5ef) Thanks [@paales](https://github.com/paales)! - upgrade dependencies
30
+
31
+ * Updated dependencies [[`3d63b39f7`](https://github.com/ho-nl/m2-pwa/commit/3d63b39f7e330d1827a32dba782667d7b21adaba), [`bd10506d3`](https://github.com/ho-nl/m2-pwa/commit/bd10506d32fdbc91d01dadc29a12ebd1e0943655), [`27cb1f2d8`](https://github.com/ho-nl/m2-pwa/commit/27cb1f2d8dbfb8f1b301ce56fb6a2b6c1fc6a5ef)]:
32
+ - @graphcommerce/next-ui@4.2.4
33
+ - @graphcommerce/framer-scroller@2.0.6
34
+ - @graphcommerce/graphql@3.0.4
35
+ - @graphcommerce/image@3.1.1
36
+ - @graphcommerce/magento-cart@4.1.4
37
+ - @graphcommerce/magento-store@4.1.2
38
+
39
+ ## 4.0.5
40
+
41
+ ### Patch Changes
42
+
43
+ - [#1292](https://github.com/ho-nl/m2-pwa/pull/1292) [`5a1ba9e66`](https://github.com/ho-nl/m2-pwa/commit/5a1ba9e664abbac89c4f5f71f7d6d6ed1aefa5c0) Thanks [@paales](https://github.com/paales)! - Renamed SvgIcon to IconSvg to prevent collisions with MUI
44
+
45
+ - Updated dependencies [[`5a1ba9e66`](https://github.com/ho-nl/m2-pwa/commit/5a1ba9e664abbac89c4f5f71f7d6d6ed1aefa5c0), [`990df655b`](https://github.com/ho-nl/m2-pwa/commit/990df655b73b469718d6cb5837ee65dfe2ad6a1d), [`63f9b56eb`](https://github.com/ho-nl/m2-pwa/commit/63f9b56eb68ba790567ff1427e599fd2c3c8f1ee)]:
46
+ - @graphcommerce/magento-cart@4.1.3
47
+ - @graphcommerce/next-ui@4.2.0
48
+
3
49
  ## 4.0.4
4
50
 
5
51
  ### Patch Changes
6
52
 
7
- - [#1285](https://github.com/ho-nl/m2-pwa/pull/1285)
8
- [`c85294ba6`](https://github.com/ho-nl/m2-pwa/commit/c85294ba6d742ce78c074559a1e95409b25a5017)
9
- Thanks [@paales](https://github.com/paales)! - upgraded dependencies
53
+ - [#1285](https://github.com/ho-nl/m2-pwa/pull/1285) [`c85294ba6`](https://github.com/ho-nl/m2-pwa/commit/c85294ba6d742ce78c074559a1e95409b25a5017) Thanks [@paales](https://github.com/paales)! - upgraded dependencies
10
54
 
11
- - Updated dependencies
12
- [[`ed9703b06`](https://github.com/ho-nl/m2-pwa/commit/ed9703b062d23ee01b1605ff9917c0ac3247fc25),
13
- [`c85294ba6`](https://github.com/ho-nl/m2-pwa/commit/c85294ba6d742ce78c074559a1e95409b25a5017),
14
- [`16d77b280`](https://github.com/ho-nl/m2-pwa/commit/16d77b2806e49e376d06bc0d578d38eb724b0c17)]:
55
+ - Updated dependencies [[`ed9703b06`](https://github.com/ho-nl/m2-pwa/commit/ed9703b062d23ee01b1605ff9917c0ac3247fc25), [`c85294ba6`](https://github.com/ho-nl/m2-pwa/commit/c85294ba6d742ce78c074559a1e95409b25a5017), [`16d77b280`](https://github.com/ho-nl/m2-pwa/commit/16d77b2806e49e376d06bc0d578d38eb724b0c17)]:
15
56
  - @graphcommerce/magento-store@4.1.0
16
57
  - @graphcommerce/next-ui@4.1.3
17
58
  - @graphcommerce/framer-scroller@2.0.4
@@ -20,18 +61,11 @@
20
61
 
21
62
  ### Patch Changes
22
63
 
23
- - [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96)
24
- Thanks [@paales](https://github.com/paales)! - made packages public
64
+ - [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96) Thanks [@paales](https://github.com/paales)! - made packages public
25
65
 
26
- * [#1278](https://github.com/ho-nl/m2-pwa/pull/1278)
27
- [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20)
28
- Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Upgraded dependencies to the latest version
66
+ * [#1278](https://github.com/ho-nl/m2-pwa/pull/1278) [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20) Thanks [@ErwinOtten](https://github.com/ErwinOtten)! - Upgraded dependencies to the latest version
29
67
 
30
- * Updated dependencies
31
- [[`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96),
32
- [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20),
33
- [`3a719c88c`](https://github.com/ho-nl/m2-pwa/commit/3a719c88cad1eab58602de28c41adc0fc4827e1d),
34
- [`5ffcb56bf`](https://github.com/ho-nl/m2-pwa/commit/5ffcb56bfcbe49ebeaf24f9341e819a145ab9a14)]:
68
+ * Updated dependencies [[`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96), [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20), [`3a719c88c`](https://github.com/ho-nl/m2-pwa/commit/3a719c88cad1eab58602de28c41adc0fc4827e1d), [`5ffcb56bf`](https://github.com/ho-nl/m2-pwa/commit/5ffcb56bfcbe49ebeaf24f9341e819a145ab9a14)]:
35
69
  - @graphcommerce/framer-scroller@2.0.3
36
70
  - @graphcommerce/graphql@3.0.3
37
71
  - @graphcommerce/image@3.1.0
@@ -43,35 +77,15 @@
43
77
 
44
78
  ### Patch Changes
45
79
 
46
- - [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
47
- [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
48
- Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
49
- `dependencies` to `peerDependencies`. The result of this is that there will be significantly less
50
- duplicate packages in the node_modules folders.
51
-
52
- * [#1274](https://github.com/ho-nl/m2-pwa/pull/1274)
53
- [`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275)
54
- Thanks [@paales](https://github.com/paales)! - Fixed extraction of translations and updated
55
- various translations for english 🇺🇸🇬🇧 and dutch 🇳🇱
56
-
57
- - [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
58
- [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
59
- Thanks [@paales](https://github.com/paales)! - Upgraded to
60
- [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
61
- implementing
62
- [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
63
- soon.
64
-
65
- This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
66
- frontend to be able to revalidate pages manually.
67
-
68
- - Updated dependencies
69
- [[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7),
70
- [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2),
71
- [`e7c8e2756`](https://github.com/ho-nl/m2-pwa/commit/e7c8e2756d637cbcd2e793d62ef5721d35d9fa7b),
72
- [`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275),
73
- [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d),
74
- [`5a4809b1a`](https://github.com/ho-nl/m2-pwa/commit/5a4809b1a705aa32f620f520085df48ee25f9949)]:
80
+ - [#1276](https://github.com/ho-nl/m2-pwa/pull/1276) [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2) Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from `dependencies` to `peerDependencies`. The result of this is that there will be significantly less duplicate packages in the node_modules folders.
81
+
82
+ * [#1274](https://github.com/ho-nl/m2-pwa/pull/1274) [`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275) Thanks [@paales](https://github.com/paales)! - Fixed extraction of translations and updated various translations for english 🇺🇸🇬🇧 and dutch 🇳🇱
83
+
84
+ - [#1276](https://github.com/ho-nl/m2-pwa/pull/1276) [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d) Thanks [@paales](https://github.com/paales)! - Upgraded to [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be implementing [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta) soon.
85
+
86
+ This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the frontend to be able to revalidate pages manually.
87
+
88
+ - Updated dependencies [[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7), [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2), [`e7c8e2756`](https://github.com/ho-nl/m2-pwa/commit/e7c8e2756d637cbcd2e793d62ef5721d35d9fa7b), [`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275), [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d), [`5a4809b1a`](https://github.com/ho-nl/m2-pwa/commit/5a4809b1a705aa32f620f520085df48ee25f9949)]:
75
89
  - @graphcommerce/magento-cart@4.1.1
76
90
  - @graphcommerce/next-ui@4.1.1
77
91
  - @graphcommerce/framer-scroller@2.0.2
@@ -83,11 +97,8 @@
83
97
 
84
98
  ### Patch Changes
85
99
 
86
- - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
87
- Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
88
- so that the packages link to back to the website and repository
89
- - Updated dependencies
90
- [[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
100
+ - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514) Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files, so that the packages link to back to the website and repository
101
+ - Updated dependencies [[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
91
102
  - @graphcommerce/framer-scroller@2.0.1
92
103
  - @graphcommerce/graphql@3.0.1
93
104
  - @graphcommerce/image@3.0.1
@@ -99,14 +110,11 @@
99
110
 
100
111
  ### Major Changes
101
112
 
102
- - [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
103
- [`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
104
- Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
113
+ - [#1258](https://github.com/ho-nl/m2-pwa/pull/1258) [`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05) Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
105
114
 
106
115
  ### Patch Changes
107
116
 
108
- - Updated dependencies
109
- [[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
117
+ - Updated dependencies [[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
110
118
  - @graphcommerce/framer-scroller@2.0.0
111
119
  - @graphcommerce/graphql@3.0.0
112
120
  - @graphcommerce/image@3.0.0
@@ -114,239 +122,187 @@
114
122
  - @graphcommerce/magento-store@4.0.0
115
123
  - @graphcommerce/next-ui@4.0.0
116
124
 
117
- All notable changes to this project will be documented in this file. See
118
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
125
+ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
119
126
 
120
127
  ## [3.8.11](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.8.10...@graphcommerce/magento-product@3.8.11) (2022-02-03)
121
128
 
122
129
  ### Bug Fixes
123
130
 
124
- - Allow style overrides for product page description
125
- ([4651293](https://github.com/ho-nl/m2-pwa/commit/4651293b5940f5c4f472f4a3aa679a42852f6615))
131
+ - Allow style overrides for product page description ([4651293](https://github.com/ho-nl/m2-pwa/commit/4651293b5940f5c4f472f4a3aa679a42852f6615))
126
132
 
127
133
  # [3.8.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.7.29...@graphcommerce/magento-product@3.8.0) (2022-01-03)
128
134
 
129
135
  ### Features
130
136
 
131
- - **framer-next-pages:** reduce rerenders when navigating to a new page
132
- ([5cf3301](https://github.com/ho-nl/m2-pwa/commit/5cf330130bb3527057da015e3c4a6fa295d7262e))
137
+ - **framer-next-pages:** reduce rerenders when navigating to a new page ([5cf3301](https://github.com/ho-nl/m2-pwa/commit/5cf330130bb3527057da015e3c4a6fa295d7262e))
133
138
 
134
139
  ## [3.7.7](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.7.6...@graphcommerce/magento-product@3.7.7) (2021-12-06)
135
140
 
136
141
  ### Bug Fixes
137
142
 
138
- - Accessibility, SEO
139
- ([a258837](https://github.com/ho-nl/m2-pwa/commit/a258837476d94d20d33e13a4c4f950fff57f7dca))
143
+ - Accessibility, SEO ([a258837](https://github.com/ho-nl/m2-pwa/commit/a258837476d94d20d33e13a4c4f950fff57f7dca))
140
144
 
141
145
  ## [3.7.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.7.1...@graphcommerce/magento-product@3.7.2) (2021-12-03)
142
146
 
143
147
  ### Bug Fixes
144
148
 
145
- - make sure elements that use scroll positioning are using the right hook
146
- ([80ee33f](https://github.com/ho-nl/m2-pwa/commit/80ee33f68ecc223147d63fc37e5b9ba94df4564e))
149
+ - make sure elements that use scroll positioning are using the right hook ([80ee33f](https://github.com/ho-nl/m2-pwa/commit/80ee33f68ecc223147d63fc37e5b9ba94df4564e))
147
150
 
148
151
  # [3.7.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.6.4...@graphcommerce/magento-product@3.7.0) (2021-12-01)
149
152
 
150
153
  ### Bug Fixes
151
154
 
152
- - borderRadius
153
- ([b9cffcc](https://github.com/ho-nl/m2-pwa/commit/b9cffccf444cb2ff8d6257ef3a64c0ea18e30477))
154
- - icon OrderBefore
155
- ([25a2390](https://github.com/ho-nl/m2-pwa/commit/25a2390321c7047c5191a15a9352020b8161ff7a))
155
+ - borderRadius ([b9cffcc](https://github.com/ho-nl/m2-pwa/commit/b9cffccf444cb2ff8d6257ef3a64c0ea18e30477))
156
+ - icon OrderBefore ([25a2390](https://github.com/ho-nl/m2-pwa/commit/25a2390321c7047c5191a15a9352020b8161ff7a))
156
157
 
157
158
  ### Features
158
159
 
159
- - borderRadius based on theme.shape.borderRadius
160
- ([7c34937](https://github.com/ho-nl/m2-pwa/commit/7c349376cd41a131c628324c299106fdb7e60484))
161
- - introduce borderRadius
162
- ([183afbc](https://github.com/ho-nl/m2-pwa/commit/183afbc8ee269f6694c372b06afdf41302f86c09))
163
- - variable font weights
164
- ([bfd8142](https://github.com/ho-nl/m2-pwa/commit/bfd8142b96742efd1208556e3c48de382d8d8ceb))
160
+ - borderRadius based on theme.shape.borderRadius ([7c34937](https://github.com/ho-nl/m2-pwa/commit/7c349376cd41a131c628324c299106fdb7e60484))
161
+ - introduce borderRadius ([183afbc](https://github.com/ho-nl/m2-pwa/commit/183afbc8ee269f6694c372b06afdf41302f86c09))
162
+ - variable font weights ([bfd8142](https://github.com/ho-nl/m2-pwa/commit/bfd8142b96742efd1208556e3c48de382d8d8ceb))
165
163
 
166
164
  ## [3.6.4](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.6.3...@graphcommerce/magento-product@3.6.4) (2021-11-27)
167
165
 
168
166
  ### Bug Fixes
169
167
 
170
- - incorrect usage of offsetTop
171
- ([94f1616](https://github.com/ho-nl/m2-pwa/commit/94f161638017b64d898a2ab990bf69d31dc38319))
172
- - shadows
173
- ([8f43f33](https://github.com/ho-nl/m2-pwa/commit/8f43f33190e429e8abea8eddc0646ffd670f2ce8))
168
+ - incorrect usage of offsetTop ([94f1616](https://github.com/ho-nl/m2-pwa/commit/94f161638017b64d898a2ab990bf69d31dc38319))
169
+ - shadows ([8f43f33](https://github.com/ho-nl/m2-pwa/commit/8f43f33190e429e8abea8eddc0646ffd670f2ce8))
174
170
 
175
171
  # [3.6.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.5.22...@graphcommerce/magento-product@3.6.0) (2021-11-12)
176
172
 
177
173
  ### Features
178
174
 
179
- - added tons of translations
180
- ([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
175
+ - added tons of translations ([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
181
176
 
182
177
  ## [3.5.21](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.5.20...@graphcommerce/magento-product@3.5.21) (2021-11-12)
183
178
 
184
179
  ### Bug Fixes
185
180
 
186
- - clean up themeProvider
187
- ([6868e71](https://github.com/ho-nl/m2-pwa/commit/6868e71b59a637be8229a2ab49791dd324e02bb9))
188
- - darkTheme
189
- ([b08f522](https://github.com/ho-nl/m2-pwa/commit/b08f52255c91dcba5498481ba5e9f0fa0b6c5013))
190
- - design
191
- ([c9c5bfb](https://github.com/ho-nl/m2-pwa/commit/c9c5bfbfda7f123c6f4ce5582d8afb3370fe826c))
181
+ - clean up themeProvider ([6868e71](https://github.com/ho-nl/m2-pwa/commit/6868e71b59a637be8229a2ab49791dd324e02bb9))
182
+ - darkTheme ([b08f522](https://github.com/ho-nl/m2-pwa/commit/b08f52255c91dcba5498481ba5e9f0fa0b6c5013))
183
+ - design ([c9c5bfb](https://github.com/ho-nl/m2-pwa/commit/c9c5bfbfda7f123c6f4ce5582d8afb3370fe826c))
192
184
 
193
185
  ## [3.5.19](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.5.18...@graphcommerce/magento-product@3.5.19) (2021-11-11)
194
186
 
195
187
  ### Bug Fixes
196
188
 
197
- - hide categories that aren't shown in the menu
198
- ([26320df](https://github.com/ho-nl/m2-pwa/commit/26320df9bce77d976fa7ca6a69bb838555bf9e27))
189
+ - hide categories that aren't shown in the menu ([26320df](https://github.com/ho-nl/m2-pwa/commit/26320df9bce77d976fa7ca6a69bb838555bf9e27))
199
190
 
200
191
  ## [3.5.9](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.5.8...@graphcommerce/magento-product@3.5.9) (2021-11-04)
201
192
 
202
193
  ### Bug Fixes
203
194
 
204
- - remove hardcoded fontSize
205
- ([e4e09e1](https://github.com/ho-nl/m2-pwa/commit/e4e09e11baeb8edeff634550b8cdb88571d96911))
195
+ - remove hardcoded fontSize ([e4e09e1](https://github.com/ho-nl/m2-pwa/commit/e4e09e11baeb8edeff634550b8cdb88571d96911))
206
196
 
207
197
  # [3.5.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.4.5...@graphcommerce/magento-product@3.5.0) (2021-11-02)
208
198
 
209
199
  ### Bug Fixes
210
200
 
211
201
  - build ([98a0bba](https://github.com/ho-nl/m2-pwa/commit/98a0bba7d00e1c6a5ff0787183b711b1edb8b984))
212
- - darkMode
213
- ([c7573de](https://github.com/ho-nl/m2-pwa/commit/c7573de6bb80643b26931c35ac61735539e7fbf0))
214
- - darkTheme
215
- ([df3d326](https://github.com/ho-nl/m2-pwa/commit/df3d326126446c1b92f8e46eff0533bbbe35604f))
216
- - remove unused imports
217
- ([b832188](https://github.com/ho-nl/m2-pwa/commit/b8321887f10a4a026adc5ca39166eeef90e60669))
202
+ - darkMode ([c7573de](https://github.com/ho-nl/m2-pwa/commit/c7573de6bb80643b26931c35ac61735539e7fbf0))
203
+ - darkTheme ([df3d326](https://github.com/ho-nl/m2-pwa/commit/df3d326126446c1b92f8e46eff0533bbbe35604f))
204
+ - remove unused imports ([b832188](https://github.com/ho-nl/m2-pwa/commit/b8321887f10a4a026adc5ca39166eeef90e60669))
218
205
 
219
206
  ### Features
220
207
 
221
- - darkTheme
222
- ([968f4f1](https://github.com/ho-nl/m2-pwa/commit/968f4f1360417bf7daa36454c19e6bc5cf53ae90))
223
- - darkTheme
224
- ([3ed6647](https://github.com/ho-nl/m2-pwa/commit/3ed664714670315bc9f20542549724f66cb5052d))
208
+ - darkTheme ([968f4f1](https://github.com/ho-nl/m2-pwa/commit/968f4f1360417bf7daa36454c19e6bc5cf53ae90))
209
+ - darkTheme ([3ed6647](https://github.com/ho-nl/m2-pwa/commit/3ed664714670315bc9f20542549724f66cb5052d))
225
210
 
226
211
  ## [3.4.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.4.2...@graphcommerce/magento-product@3.4.3) (2021-11-01)
227
212
 
228
213
  ### Bug Fixes
229
214
 
230
- - category page design fixs
231
- ([d3fccc2](https://github.com/ho-nl/m2-pwa/commit/d3fccc2a86106b854e9a1fd89040a248fe20c99a))
215
+ - category page design fixs ([d3fccc2](https://github.com/ho-nl/m2-pwa/commit/d3fccc2a86106b854e9a1fd89040a248fe20c99a))
232
216
 
233
217
  ## [3.4.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.4.0...@graphcommerce/magento-product@3.4.1) (2021-10-28)
234
218
 
235
219
  ### Bug Fixes
236
220
 
237
- - External SVG's can't have alt tags
238
- ([1b1414a](https://github.com/ho-nl/m2-pwa/commit/1b1414a782d55d3acf7b0e6bcaa50f2ad5f18f39))
221
+ - External SVG's can't have alt tags ([1b1414a](https://github.com/ho-nl/m2-pwa/commit/1b1414a782d55d3acf7b0e6bcaa50f2ad5f18f39))
239
222
 
240
223
  # [3.4.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.3.2...@graphcommerce/magento-product@3.4.0) (2021-10-28)
241
224
 
242
225
  ### Bug Fixes
243
226
 
244
- - bug causing filter chips missing bottom border on drag
245
- ([04f5695](https://github.com/ho-nl/m2-pwa/commit/04f56959d8cdc078c7af70fecadd9cb74ee55ebc))
246
- - manual styling for productpage description since unique
247
- ([7989214](https://github.com/ho-nl/m2-pwa/commit/79892147f547de67537737ca19fda002c16497a6))
248
- - only show active borders for color filters
249
- ([fc136ae](https://github.com/ho-nl/m2-pwa/commit/fc136aef13deae758ed2d70cf6508a2e925304d0))
250
- - only show dash when relevant
251
- ([77ee56f](https://github.com/ho-nl/m2-pwa/commit/77ee56f44cc39447d2e778530da11c5408e6e5b8))
252
- - update SvgImage to SvgImageSimple
253
- ([f116543](https://github.com/ho-nl/m2-pwa/commit/f116543730853fa9782abff0ccacee7032e85789))
254
- - use font from theme
255
- ([7c11eb0](https://github.com/ho-nl/m2-pwa/commit/7c11eb000aecbe3a0a12fd579011c51c9da4f4ed))
227
+ - bug causing filter chips missing bottom border on drag ([04f5695](https://github.com/ho-nl/m2-pwa/commit/04f56959d8cdc078c7af70fecadd9cb74ee55ebc))
228
+ - manual styling for productpage description since unique ([7989214](https://github.com/ho-nl/m2-pwa/commit/79892147f547de67537737ca19fda002c16497a6))
229
+ - only show active borders for color filters ([fc136ae](https://github.com/ho-nl/m2-pwa/commit/fc136aef13deae758ed2d70cf6508a2e925304d0))
230
+ - only show dash when relevant ([77ee56f](https://github.com/ho-nl/m2-pwa/commit/77ee56f44cc39447d2e778530da11c5408e6e5b8))
231
+ - update SvgImage to SvgImageSimple ([f116543](https://github.com/ho-nl/m2-pwa/commit/f116543730853fa9782abff0ccacee7032e85789))
232
+ - use font from theme ([7c11eb0](https://github.com/ho-nl/m2-pwa/commit/7c11eb000aecbe3a0a12fd579011c51c9da4f4ed))
256
233
 
257
234
  ### Features
258
235
 
259
- - cleaner delivery banner
260
- ([a275773](https://github.com/ho-nl/m2-pwa/commit/a275773fce305324cd20df30125d1f86ebf796f6))
261
- - color swatches
262
- ([886145f](https://github.com/ho-nl/m2-pwa/commit/886145fdaa14fc92e364d7e9d3a7ed019d594c86))
263
- - dynamic icons, update SvgImage uses to SvgImageSimple
264
- ([3d3cc0e](https://github.com/ho-nl/m2-pwa/commit/3d3cc0e0336fcde1cce6ba19705f82c1edf9bfc6))
265
- - enable use of both small and medium chips in design
266
- ([4536f96](https://github.com/ho-nl/m2-pwa/commit/4536f96b031734a71faf7c10f94aa5d5da90b9a8))
267
- - full width category pages
268
- ([5f5c264](https://github.com/ho-nl/m2-pwa/commit/5f5c26487e7264fdbbf38ca51c7c453c7f5b6a17))
269
- - Larger category page size for more realistic shop experience
270
- ([47f0cd5](https://github.com/ho-nl/m2-pwa/commit/47f0cd5424bec9a1b15e450bb6f7a47caaed41fc))
236
+ - cleaner delivery banner ([a275773](https://github.com/ho-nl/m2-pwa/commit/a275773fce305324cd20df30125d1f86ebf796f6))
237
+ - color swatches ([886145f](https://github.com/ho-nl/m2-pwa/commit/886145fdaa14fc92e364d7e9d3a7ed019d594c86))
238
+ - dynamic icons, update SvgImage uses to SvgImageSimple ([3d3cc0e](https://github.com/ho-nl/m2-pwa/commit/3d3cc0e0336fcde1cce6ba19705f82c1edf9bfc6))
239
+ - enable use of both small and medium chips in design ([4536f96](https://github.com/ho-nl/m2-pwa/commit/4536f96b031734a71faf7c10f94aa5d5da90b9a8))
240
+ - full width category pages ([5f5c264](https://github.com/ho-nl/m2-pwa/commit/5f5c26487e7264fdbbf38ca51c7c453c7f5b6a17))
241
+ - Larger category page size for more realistic shop experience ([47f0cd5](https://github.com/ho-nl/m2-pwa/commit/47f0cd5424bec9a1b15e450bb6f7a47caaed41fc))
271
242
 
272
243
  # [3.3.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.2.6...@graphcommerce/magento-product@3.3.0) (2021-10-27)
273
244
 
274
245
  ### Features
275
246
 
276
- - **nextjs:** upgraded to nextjs 12
277
- ([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
247
+ - **nextjs:** upgraded to nextjs 12 ([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
278
248
 
279
249
  # [3.2.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.1.0...@graphcommerce/magento-product@3.2.0) (2021-10-19)
280
250
 
281
251
  ### Features
282
252
 
283
- - **framer-scroller:** better defaults so the Scroller doesn't look broken when providing no props
284
- ([b177ce9](https://github.com/ho-nl/m2-pwa/commit/b177ce9570abb9ccfd4eb5cc34e43d157bb4e81a))
253
+ - **framer-scroller:** better defaults so the Scroller doesn't look broken when providing no props ([b177ce9](https://github.com/ho-nl/m2-pwa/commit/b177ce9570abb9ccfd4eb5cc34e43d157bb4e81a))
285
254
 
286
255
  # [3.1.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.0.29...@graphcommerce/magento-product@3.1.0) (2021-10-18)
287
256
 
288
257
  ### Features
289
258
 
290
- - **message-snackbar:** severity props
291
- ([c7be8a5](https://github.com/ho-nl/m2-pwa/commit/c7be8a51faf7a5937b7fab5bb352df2089ae4eea))
259
+ - **message-snackbar:** severity props ([c7be8a5](https://github.com/ho-nl/m2-pwa/commit/c7be8a51faf7a5937b7fab5bb352df2089ae4eea))
292
260
 
293
261
  ## [3.0.28](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.0.27...@graphcommerce/magento-product@3.0.28) (2021-10-15)
294
262
 
295
263
  ### Bug Fixes
296
264
 
297
- - **ProductListCount:** use theme instead of hardcoded color value
298
- ([cdfa232](https://github.com/ho-nl/m2-pwa/commit/cdfa2325c82fb94d4ff269e1d99ded1bca5e3a10))
265
+ - **ProductListCount:** use theme instead of hardcoded color value ([cdfa232](https://github.com/ho-nl/m2-pwa/commit/cdfa2325c82fb94d4ff269e1d99ded1bca5e3a10))
299
266
 
300
267
  ## [3.0.23](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.0.22...@graphcommerce/magento-product@3.0.23) (2021-10-11)
301
268
 
302
269
  ### Bug Fixes
303
270
 
304
- - **product-pages:** remove top spacing short descriptions
305
- ([7ba7d32](https://github.com/ho-nl/m2-pwa/commit/7ba7d321d8eaf1d323047b87c6c086e9445f5263))
306
- - **section-heeader-filter-items:** remove large paddings
307
- ([18f4d77](https://github.com/ho-nl/m2-pwa/commit/18f4d77e4eb1b029bf2e5656b753e2f18fde90ab))
271
+ - **product-pages:** remove top spacing short descriptions ([7ba7d32](https://github.com/ho-nl/m2-pwa/commit/7ba7d321d8eaf1d323047b87c6c086e9445f5263))
272
+ - **section-heeader-filter-items:** remove large paddings ([18f4d77](https://github.com/ho-nl/m2-pwa/commit/18f4d77e4eb1b029bf2e5656b753e2f18fde90ab))
308
273
 
309
274
  ## [3.0.18](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.0.17...@graphcommerce/magento-product@3.0.18) (2021-10-08)
310
275
 
311
276
  ### Bug Fixes
312
277
 
313
- - **product-grid:** product title is not a link
314
- ([d5707f9](https://github.com/ho-nl/m2-pwa/commit/d5707f97a53a01c18db967db3420d78b1132c53c))
315
- - **product-list-item:** add ripple effect
316
- ([cdb2b9a](https://github.com/ho-nl/m2-pwa/commit/cdb2b9a63f65e6c1e8c819e6a20aca75c6cc286a))
278
+ - **product-grid:** product title is not a link ([d5707f9](https://github.com/ho-nl/m2-pwa/commit/d5707f97a53a01c18db967db3420d78b1132c53c))
279
+ - **product-list-item:** add ripple effect ([cdb2b9a](https://github.com/ho-nl/m2-pwa/commit/cdb2b9a63f65e6c1e8c819e6a20aca75c6cc286a))
317
280
 
318
281
  ## [3.0.15](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.0.14...@graphcommerce/magento-product@3.0.15) (2021-10-06)
319
282
 
320
283
  ### Bug Fixes
321
284
 
322
- - **cart-fab:** box shadow in safari
323
- ([4eb316d](https://github.com/ho-nl/m2-pwa/commit/4eb316dd0f2ab7ee2806a3acdb306af1eb72854b))
324
- - **product-list-filters-container:** drop shadow fades in too fast
325
- ([2e8f848](https://github.com/ho-nl/m2-pwa/commit/2e8f84809baa3fe6c2861f8992f46b6a07842ec6))
285
+ - **cart-fab:** box shadow in safari ([4eb316d](https://github.com/ho-nl/m2-pwa/commit/4eb316dd0f2ab7ee2806a3acdb306af1eb72854b))
286
+ - **product-list-filters-container:** drop shadow fades in too fast ([2e8f848](https://github.com/ho-nl/m2-pwa/commit/2e8f84809baa3fe6c2861f8992f46b6a07842ec6))
326
287
 
327
288
  ## [3.0.8](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.0.7...@graphcommerce/magento-product@3.0.8) (2021-09-30)
328
289
 
329
290
  ### Bug Fixes
330
291
 
331
- - **filter-range-type:** invalid filter value after browser back
332
- ([b1e0a78](https://github.com/ho-nl/m2-pwa/commit/b1e0a78bb92719fb0f23eef53053e825e78d7ed1))
333
- - **filters:** only push first filter to the history
334
- ([bbe1ac5](https://github.com/ho-nl/m2-pwa/commit/bbe1ac5b629f8ed7798094d64a413d0c27519854))
292
+ - **filter-range-type:** invalid filter value after browser back ([b1e0a78](https://github.com/ho-nl/m2-pwa/commit/b1e0a78bb92719fb0f23eef53053e825e78d7ed1))
293
+ - **filters:** only push first filter to the history ([bbe1ac5](https://github.com/ho-nl/m2-pwa/commit/bbe1ac5b629f8ed7798094d64a413d0c27519854))
335
294
 
336
295
  ## [3.0.7](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.0.6...@graphcommerce/magento-product@3.0.7) (2021-09-30)
337
296
 
338
297
  ### Bug Fixes
339
298
 
340
- - with the latest version of graphql codegen the preresovled types inlined Maybe, make sure we
341
- reflect that
342
- ([7cb27b0](https://github.com/ho-nl/m2-pwa/commit/7cb27b04cbe31bee5ef4000d408f08bc9ac505c5))
299
+ - with the latest version of graphql codegen the preresovled types inlined Maybe, make sure we reflect that ([7cb27b0](https://github.com/ho-nl/m2-pwa/commit/7cb27b04cbe31bee5ef4000d408f08bc9ac505c5))
343
300
 
344
301
  ## [3.0.5](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.0.4...@graphcommerce/magento-product@3.0.5) (2021-09-28)
345
302
 
346
303
  ### Bug Fixes
347
304
 
348
- - add to cart button
349
- ([8a69454](https://github.com/ho-nl/m2-pwa/commit/8a69454b1372a563020e1ef1b7c50363b8d29717))
305
+ - add to cart button ([8a69454](https://github.com/ho-nl/m2-pwa/commit/8a69454b1372a563020e1ef1b7c50363b8d29717))
350
306
 
351
307
  ## [3.0.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@3.0.0...@graphcommerce/magento-product@3.0.1) (2021-09-27)
352
308
 
@@ -356,261 +312,140 @@ All notable changes to this project will be documented in this file. See
356
312
 
357
313
  ### Bug Fixes
358
314
 
359
- - add missing barrel exports
360
- ([9b16913](https://github.com/ho-nl/m2-pwa/commit/9b169135af99f69fdb18f5c1efb9020f3b3928e4))
361
- - add more cases for single value filters
362
- ([b08c1d1](https://github.com/ho-nl/m2-pwa/commit/b08c1d125976e61280c11f008fa7f354132c1863))
363
- - add product components to barrel file
364
- ([110058c](https://github.com/ho-nl/m2-pwa/commit/110058c3b1b3453640be21308be827379c48db58))
365
- - address fragments
366
- ([96e68c3](https://github.com/ho-nl/m2-pwa/commit/96e68c3f96e40dded50ec5859909a7326b47e37b))
367
- - align issue pdp
368
- ([7f0a326](https://github.com/ho-nl/m2-pwa/commit/7f0a326dbd1c63ed67d8fe144b97bd262004f8a6))
369
- - **app-shell:** pages after app shell changes
370
- ([fb74510](https://github.com/ho-nl/m2-pwa/commit/fb74510121f6124009db72ad2ddebf6459c52a85))
371
- - canonical urls
372
- ([9ff8d3f](https://github.com/ho-nl/m2-pwa/commit/9ff8d3f950098fb28440f31f5dd93a835dce0bda))
373
- - change image width / height, will invalidate next image caches
374
- ([f90b9bc](https://github.com/ho-nl/m2-pwa/commit/f90b9bcbdd1311c541c25649a663afcab5aff6b0))
375
- - checkbox alignment
376
- ([42f67c9](https://github.com/ho-nl/m2-pwa/commit/42f67c94515a38ff86b3ce7fb6b14e881ca945af))
377
- - cleanup imports
378
- ([0e800d0](https://github.com/ho-nl/m2-pwa/commit/0e800d093914157286af2efd443d216d1c804573))
379
- - code consistency
380
- ([a310f0e](https://github.com/ho-nl/m2-pwa/commit/a310f0e548907c044b016b9473641ecd378b313f))
381
- - CSS grid for itemTitleContainer
382
- ([c36b70c](https://github.com/ho-nl/m2-pwa/commit/c36b70c0beaa0d500893ec3798c3b4895752d8a5))
383
- - empty grid rows still have a gap
384
- ([7ba50c7](https://github.com/ho-nl/m2-pwa/commit/7ba50c740aa7ac5133b933b3e6a22fab853b55a6))
385
- - filter label overflow
386
- ([9d74f4a](https://github.com/ho-nl/m2-pwa/commit/9d74f4ae43e2d53c84bd8eaf9120a39e1cc16c70))
387
- - filter labels fully shown
388
- ([f96d1c9](https://github.com/ho-nl/m2-pwa/commit/f96d1c92c34562474d72277e87622e4b5cd1d70d))
389
- - filter margin issue on mobile
390
- ([37a35c7](https://github.com/ho-nl/m2-pwa/commit/37a35c7b70874320cf9362b849e224dbf71b9ca8))
391
- - FilterMatchTypeInput not implemented
392
- ([957cd65](https://github.com/ho-nl/m2-pwa/commit/957cd65347eda82bd93462c53743617ca9e6aa09))
393
- - filters sometimes do not apply
394
- ([b8bc412](https://github.com/ho-nl/m2-pwa/commit/b8bc4122c82c6b27bdc76481dd6ece1da021266a))
395
- - get additional info for filters
396
- ([0bc73f3](https://github.com/ho-nl/m2-pwa/commit/0bc73f3b7a837fcef65948a2dc00d4ef6a909ae5))
397
- - getStaticPaths shouldn’t have the url suffix
398
- ([0fc9e1c](https://github.com/ho-nl/m2-pwa/commit/0fc9e1cec78ba653e32de042fb60a3ca88eb494d))
399
- - header spacings
400
- ([f00462f](https://github.com/ho-nl/m2-pwa/commit/f00462f9abb61a54552c96dbed35ef708fe05608))
401
- - ignore md files from triggering version updates
402
- ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
403
- - **image:** change sizing of images on grid/productpage
404
- ([0e573b6](https://github.com/ho-nl/m2-pwa/commit/0e573b69a2d405126433e7c4747c01b533858b78))
405
- - **image:** fix build
406
- ([b730cb6](https://github.com/ho-nl/m2-pwa/commit/b730cb6ae4e50dcf2f60e2046d6acf3047caacb3))
407
- - **image:** product grid sizes
408
- ([a235589](https://github.com/ho-nl/m2-pwa/commit/a2355893073bde0e84f830647ee53ea10d612adb))
409
- - implement next-ui barrel imports
410
- ([75bea70](https://github.com/ho-nl/m2-pwa/commit/75bea703dba898f18a2a1dfa3243ebd0a4e6f0e1))
411
- - incorrect wrapping sizes
412
- ([32e99c2](https://github.com/ho-nl/m2-pwa/commit/32e99c20b48ff4d9e5e9b5bfcaa3cb427e022cf5))
413
- - **magento-product:** hide sorting options when there are no products
414
- ([c5e37d7](https://github.com/ho-nl/m2-pwa/commit/c5e37d709c570596994beafe5a6afccfa5704548))
415
- - make filters sticky more reliably
416
- ([147a28b](https://github.com/ho-nl/m2-pwa/commit/147a28b23ff17749f742338ddd26b062a3dd5e56))
417
- - make sense of spacings for mobile navigation
418
- ([bd42c97](https://github.com/ho-nl/m2-pwa/commit/bd42c973753cd3e09ae8599bfef677979bae21f6))
419
- - make sure an empty cart gets initialized properly
420
- ([12df845](https://github.com/ho-nl/m2-pwa/commit/12df8456117393cc7c387ba6e072190a831b7a58))
421
- - make sure the bundleSize build doesn’t generate lots of pages
422
- ([7935a67](https://github.com/ho-nl/m2-pwa/commit/7935a6757119e1088067e191f4c0b6d033a5a5d8))
423
- - make sure the sort isn’t lowercase
424
- ([aab92f4](https://github.com/ho-nl/m2-pwa/commit/aab92f4ca1de8a51f4dfe493169c35f258ed27e8))
425
- - make sure there isn’t a ref error thrown
426
- ([928dcd1](https://github.com/ho-nl/m2-pwa/commit/928dcd13024edb35ec09b1e2b2eaec8810f03351))
427
- - make sure we’re not building too many pages
428
- ([5b85df0](https://github.com/ho-nl/m2-pwa/commit/5b85df0d79178f67ec069b3bf46ddc9dd4781c01))
429
- - pagination button colour
430
- ([7a3f282](https://github.com/ho-nl/m2-pwa/commit/7a3f2825c65c93b82be4e84aa4596491359419bf))
431
- - playwright
432
- ([57098a5](https://github.com/ho-nl/m2-pwa/commit/57098a56f50f175cc753339aeba7c577288e20d6))
433
- - price filter applying default values
434
- ([bb8f0f9](https://github.com/ho-nl/m2-pwa/commit/bb8f0f93ccf66e3f2fcc7ac8cefd320ebfd7d925))
435
- - price styling issue on mobile
436
- ([cf0f3f3](https://github.com/ho-nl/m2-pwa/commit/cf0f3f3f102b378d33ef46ed43f738234eb1f7ff))
437
- - product image alt tag was the URL
438
- ([e02c743](https://github.com/ho-nl/m2-pwa/commit/e02c74341be195e90fa290fc6ff54a4a44c29bed))
439
- - product list filters centered when sticky (wip)
440
- ([cd260a5](https://github.com/ho-nl/m2-pwa/commit/cd260a533180b86fb389550421a603d76a75db01))
441
- - product review date format error in safari
442
- ([57e398f](https://github.com/ho-nl/m2-pwa/commit/57e398ffa0e3adb888659217dfb6578e1656abed))
443
- - productListsmall sizing
444
- ([4ab9301](https://github.com/ho-nl/m2-pwa/commit/4ab9301f294cbb1e9c80d5013b3a7e9e23229087))
445
- - rebuild as grid
446
- ([92bb086](https://github.com/ho-nl/m2-pwa/commit/92bb08680dffd2a6505dfa01a7b381685a911dbf))
447
- - remove absolute positioned price
448
- ([cd3670a](https://github.com/ho-nl/m2-pwa/commit/cd3670a6a3e4ca34dd1fe9a5d948ce9578fab366))
449
- - remove full-page-view overlay for gallery
450
- ([34e7912](https://github.com/ho-nl/m2-pwa/commit/34e791271915a80ff013d5623c8c5a5a209221f3))
451
- - remove image blending mode
452
- ([5926aac](https://github.com/ho-nl/m2-pwa/commit/5926aac45ab252a5b0a3cd9c32255afc7513a191))
453
- - remove magento-category package from magento-product solving a circular dependency
454
- ([7379e6e](https://github.com/ho-nl/m2-pwa/commit/7379e6ede4829392b35008c17743181d9cac0636))
455
- - removed reset button from filter range type
456
- ([21572dd](https://github.com/ho-nl/m2-pwa/commit/21572dd0df7acee19f1500d1c417251c10d5df35))
457
- - replace captionOldOld with overline
458
- ([c19bc8a](https://github.com/ho-nl/m2-pwa/commit/c19bc8aee829432a8c72d0d4bc9d266110af65ab))
459
- - **reviews:** make sure we use injects, fix rating_summary
460
- ([a69c643](https://github.com/ho-nl/m2-pwa/commit/a69c6432a13738569b0d16b3a48c3110fdf5c156))
461
- - schema error
462
- ([7eb0c29](https://github.com/ho-nl/m2-pwa/commit/7eb0c29cd58bb242a9bf5d4395879d62e94a9ea4))
463
- - schema.org errors
464
- ([467eae0](https://github.com/ho-nl/m2-pwa/commit/467eae0121a3f575db8d0d89d465aa5e3ccc0c87))
465
- - schema.org errors
466
- ([31c3dc2](https://github.com/ho-nl/m2-pwa/commit/31c3dc246bdc6ea62e538a6231ba8714ba7ebaa7))
467
- - search page routes
468
- ([4161179](https://github.com/ho-nl/m2-pwa/commit/4161179aaf2ecbc0fde0efbba891a7b85524e283))
469
- - search results text
470
- ([33a496c](https://github.com/ho-nl/m2-pwa/commit/33a496c07fe6b5b0b05f3287dc86f6a32ca34b3b))
471
- - show product amounts per filter
472
- ([e3eaacb](https://github.com/ho-nl/m2-pwa/commit/e3eaacb6aff052a055e02ce440ca5e8a146759c3))
473
- - since all links are of next/link we need to add passHref for custom components
474
- ([16fb931](https://github.com/ho-nl/m2-pwa/commit/16fb93100d367203ea79bb4f93357221253f2ecd))
475
- - sticky filter drop shadow on scroll
476
- ([1d84c5e](https://github.com/ho-nl/m2-pwa/commit/1d84c5e699dc3dd7e46e0f567bec18ac95b73316))
477
- - style productdescription when <p> is missing
478
- ([38f51a8](https://github.com/ho-nl/m2-pwa/commit/38f51a8cfa75e95c75c836d539322b6e1077f557))
479
- - test for deploy
480
- ([b695581](https://github.com/ho-nl/m2-pwa/commit/b695581b3657fdb8c9c1e87d7d77f5349e93cd44))
481
- - using dynamic values in filter row & behaviour bugfixes with ‘too long filter row’
482
- ([ffdb6ac](https://github.com/ho-nl/m2-pwa/commit/ffdb6acaa000bf455e2aff008aadbc25e1bdb12d))
483
- - v.match is not a function
484
- ([c84f131](https://github.com/ho-nl/m2-pwa/commit/c84f131864fec274bf7741f78eb61e575a5362a2))
485
- - yarn workspace packages hot reload
486
- ([d03fc9f](https://github.com/ho-nl/m2-pwa/commit/d03fc9fdda3486476761786f2b56a934cc92befc))
315
+ - add missing barrel exports ([9b16913](https://github.com/ho-nl/m2-pwa/commit/9b169135af99f69fdb18f5c1efb9020f3b3928e4))
316
+ - add more cases for single value filters ([b08c1d1](https://github.com/ho-nl/m2-pwa/commit/b08c1d125976e61280c11f008fa7f354132c1863))
317
+ - add product components to barrel file ([110058c](https://github.com/ho-nl/m2-pwa/commit/110058c3b1b3453640be21308be827379c48db58))
318
+ - address fragments ([96e68c3](https://github.com/ho-nl/m2-pwa/commit/96e68c3f96e40dded50ec5859909a7326b47e37b))
319
+ - align issue pdp ([7f0a326](https://github.com/ho-nl/m2-pwa/commit/7f0a326dbd1c63ed67d8fe144b97bd262004f8a6))
320
+ - **app-shell:** pages after app shell changes ([fb74510](https://github.com/ho-nl/m2-pwa/commit/fb74510121f6124009db72ad2ddebf6459c52a85))
321
+ - canonical urls ([9ff8d3f](https://github.com/ho-nl/m2-pwa/commit/9ff8d3f950098fb28440f31f5dd93a835dce0bda))
322
+ - change image width / height, will invalidate next image caches ([f90b9bc](https://github.com/ho-nl/m2-pwa/commit/f90b9bcbdd1311c541c25649a663afcab5aff6b0))
323
+ - checkbox alignment ([42f67c9](https://github.com/ho-nl/m2-pwa/commit/42f67c94515a38ff86b3ce7fb6b14e881ca945af))
324
+ - cleanup imports ([0e800d0](https://github.com/ho-nl/m2-pwa/commit/0e800d093914157286af2efd443d216d1c804573))
325
+ - code consistency ([a310f0e](https://github.com/ho-nl/m2-pwa/commit/a310f0e548907c044b016b9473641ecd378b313f))
326
+ - CSS grid for itemTitleContainer ([c36b70c](https://github.com/ho-nl/m2-pwa/commit/c36b70c0beaa0d500893ec3798c3b4895752d8a5))
327
+ - empty grid rows still have a gap ([7ba50c7](https://github.com/ho-nl/m2-pwa/commit/7ba50c740aa7ac5133b933b3e6a22fab853b55a6))
328
+ - filter label overflow ([9d74f4a](https://github.com/ho-nl/m2-pwa/commit/9d74f4ae43e2d53c84bd8eaf9120a39e1cc16c70))
329
+ - filter labels fully shown ([f96d1c9](https://github.com/ho-nl/m2-pwa/commit/f96d1c92c34562474d72277e87622e4b5cd1d70d))
330
+ - filter margin issue on mobile ([37a35c7](https://github.com/ho-nl/m2-pwa/commit/37a35c7b70874320cf9362b849e224dbf71b9ca8))
331
+ - FilterMatchTypeInput not implemented ([957cd65](https://github.com/ho-nl/m2-pwa/commit/957cd65347eda82bd93462c53743617ca9e6aa09))
332
+ - filters sometimes do not apply ([b8bc412](https://github.com/ho-nl/m2-pwa/commit/b8bc4122c82c6b27bdc76481dd6ece1da021266a))
333
+ - get additional info for filters ([0bc73f3](https://github.com/ho-nl/m2-pwa/commit/0bc73f3b7a837fcef65948a2dc00d4ef6a909ae5))
334
+ - getStaticPaths shouldn’t have the url suffix ([0fc9e1c](https://github.com/ho-nl/m2-pwa/commit/0fc9e1cec78ba653e32de042fb60a3ca88eb494d))
335
+ - header spacings ([f00462f](https://github.com/ho-nl/m2-pwa/commit/f00462f9abb61a54552c96dbed35ef708fe05608))
336
+ - ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
337
+ - **image:** change sizing of images on grid/productpage ([0e573b6](https://github.com/ho-nl/m2-pwa/commit/0e573b69a2d405126433e7c4747c01b533858b78))
338
+ - **image:** fix build ([b730cb6](https://github.com/ho-nl/m2-pwa/commit/b730cb6ae4e50dcf2f60e2046d6acf3047caacb3))
339
+ - **image:** product grid sizes ([a235589](https://github.com/ho-nl/m2-pwa/commit/a2355893073bde0e84f830647ee53ea10d612adb))
340
+ - implement next-ui barrel imports ([75bea70](https://github.com/ho-nl/m2-pwa/commit/75bea703dba898f18a2a1dfa3243ebd0a4e6f0e1))
341
+ - incorrect wrapping sizes ([32e99c2](https://github.com/ho-nl/m2-pwa/commit/32e99c20b48ff4d9e5e9b5bfcaa3cb427e022cf5))
342
+ - **magento-product:** hide sorting options when there are no products ([c5e37d7](https://github.com/ho-nl/m2-pwa/commit/c5e37d709c570596994beafe5a6afccfa5704548))
343
+ - make filters sticky more reliably ([147a28b](https://github.com/ho-nl/m2-pwa/commit/147a28b23ff17749f742338ddd26b062a3dd5e56))
344
+ - make sense of spacings for mobile navigation ([bd42c97](https://github.com/ho-nl/m2-pwa/commit/bd42c973753cd3e09ae8599bfef677979bae21f6))
345
+ - make sure an empty cart gets initialized properly ([12df845](https://github.com/ho-nl/m2-pwa/commit/12df8456117393cc7c387ba6e072190a831b7a58))
346
+ - make sure the bundleSize build doesn’t generate lots of pages ([7935a67](https://github.com/ho-nl/m2-pwa/commit/7935a6757119e1088067e191f4c0b6d033a5a5d8))
347
+ - make sure the sort isn’t lowercase ([aab92f4](https://github.com/ho-nl/m2-pwa/commit/aab92f4ca1de8a51f4dfe493169c35f258ed27e8))
348
+ - make sure there isn’t a ref error thrown ([928dcd1](https://github.com/ho-nl/m2-pwa/commit/928dcd13024edb35ec09b1e2b2eaec8810f03351))
349
+ - make sure we’re not building too many pages ([5b85df0](https://github.com/ho-nl/m2-pwa/commit/5b85df0d79178f67ec069b3bf46ddc9dd4781c01))
350
+ - pagination button colour ([7a3f282](https://github.com/ho-nl/m2-pwa/commit/7a3f2825c65c93b82be4e84aa4596491359419bf))
351
+ - playwright ([57098a5](https://github.com/ho-nl/m2-pwa/commit/57098a56f50f175cc753339aeba7c577288e20d6))
352
+ - price filter applying default values ([bb8f0f9](https://github.com/ho-nl/m2-pwa/commit/bb8f0f93ccf66e3f2fcc7ac8cefd320ebfd7d925))
353
+ - price styling issue on mobile ([cf0f3f3](https://github.com/ho-nl/m2-pwa/commit/cf0f3f3f102b378d33ef46ed43f738234eb1f7ff))
354
+ - product image alt tag was the URL ([e02c743](https://github.com/ho-nl/m2-pwa/commit/e02c74341be195e90fa290fc6ff54a4a44c29bed))
355
+ - product list filters centered when sticky (wip) ([cd260a5](https://github.com/ho-nl/m2-pwa/commit/cd260a533180b86fb389550421a603d76a75db01))
356
+ - product review date format error in safari ([57e398f](https://github.com/ho-nl/m2-pwa/commit/57e398ffa0e3adb888659217dfb6578e1656abed))
357
+ - productListsmall sizing ([4ab9301](https://github.com/ho-nl/m2-pwa/commit/4ab9301f294cbb1e9c80d5013b3a7e9e23229087))
358
+ - rebuild as grid ([92bb086](https://github.com/ho-nl/m2-pwa/commit/92bb08680dffd2a6505dfa01a7b381685a911dbf))
359
+ - remove absolute positioned price ([cd3670a](https://github.com/ho-nl/m2-pwa/commit/cd3670a6a3e4ca34dd1fe9a5d948ce9578fab366))
360
+ - remove full-page-view overlay for gallery ([34e7912](https://github.com/ho-nl/m2-pwa/commit/34e791271915a80ff013d5623c8c5a5a209221f3))
361
+ - remove image blending mode ([5926aac](https://github.com/ho-nl/m2-pwa/commit/5926aac45ab252a5b0a3cd9c32255afc7513a191))
362
+ - remove magento-category package from magento-product solving a circular dependency ([7379e6e](https://github.com/ho-nl/m2-pwa/commit/7379e6ede4829392b35008c17743181d9cac0636))
363
+ - removed reset button from filter range type ([21572dd](https://github.com/ho-nl/m2-pwa/commit/21572dd0df7acee19f1500d1c417251c10d5df35))
364
+ - replace captionOldOld with overline ([c19bc8a](https://github.com/ho-nl/m2-pwa/commit/c19bc8aee829432a8c72d0d4bc9d266110af65ab))
365
+ - **reviews:** make sure we use injects, fix rating_summary ([a69c643](https://github.com/ho-nl/m2-pwa/commit/a69c6432a13738569b0d16b3a48c3110fdf5c156))
366
+ - schema error ([7eb0c29](https://github.com/ho-nl/m2-pwa/commit/7eb0c29cd58bb242a9bf5d4395879d62e94a9ea4))
367
+ - schema.org errors ([467eae0](https://github.com/ho-nl/m2-pwa/commit/467eae0121a3f575db8d0d89d465aa5e3ccc0c87))
368
+ - schema.org errors ([31c3dc2](https://github.com/ho-nl/m2-pwa/commit/31c3dc246bdc6ea62e538a6231ba8714ba7ebaa7))
369
+ - search page routes ([4161179](https://github.com/ho-nl/m2-pwa/commit/4161179aaf2ecbc0fde0efbba891a7b85524e283))
370
+ - search results text ([33a496c](https://github.com/ho-nl/m2-pwa/commit/33a496c07fe6b5b0b05f3287dc86f6a32ca34b3b))
371
+ - show product amounts per filter ([e3eaacb](https://github.com/ho-nl/m2-pwa/commit/e3eaacb6aff052a055e02ce440ca5e8a146759c3))
372
+ - since all links are of next/link we need to add passHref for custom components ([16fb931](https://github.com/ho-nl/m2-pwa/commit/16fb93100d367203ea79bb4f93357221253f2ecd))
373
+ - sticky filter drop shadow on scroll ([1d84c5e](https://github.com/ho-nl/m2-pwa/commit/1d84c5e699dc3dd7e46e0f567bec18ac95b73316))
374
+ - style productdescription when <p> is missing ([38f51a8](https://github.com/ho-nl/m2-pwa/commit/38f51a8cfa75e95c75c836d539322b6e1077f557))
375
+ - test for deploy ([b695581](https://github.com/ho-nl/m2-pwa/commit/b695581b3657fdb8c9c1e87d7d77f5349e93cd44))
376
+ - using dynamic values in filter row & behaviour bugfixes with ‘too long filter row’ ([ffdb6ac](https://github.com/ho-nl/m2-pwa/commit/ffdb6acaa000bf455e2aff008aadbc25e1bdb12d))
377
+ - v.match is not a function ([c84f131](https://github.com/ho-nl/m2-pwa/commit/c84f131864fec274bf7741f78eb61e575a5362a2))
378
+ - yarn workspace packages hot reload ([d03fc9f](https://github.com/ho-nl/m2-pwa/commit/d03fc9fdda3486476761786f2b56a934cc92befc))
487
379
 
488
380
  ### Features
489
381
 
490
- - add additional props to ProductListItems
491
- ([e14bb40](https://github.com/ho-nl/m2-pwa/commit/e14bb40bdb3a396116a818dd76b0511adeab36d9))
492
- - add barrel file for magento-category
493
- ([c5ba8c9](https://github.com/ho-nl/m2-pwa/commit/c5ba8c98cbb8192f1c1c85242ff6efa83b1fbdcc))
494
- - add preload to first item for ProductListItemsBase
495
- ([a4e06bc](https://github.com/ho-nl/m2-pwa/commit/a4e06bcb4192596b25d509b61669cff9d8bfdee7))
496
- - add product-review to renderers and products
497
- ([1a9b84b](https://github.com/ho-nl/m2-pwa/commit/1a9b84b6b7de213e82f0c86106eea4b79f38f864))
498
- - add ProductReviews
499
- ([d8928f1](https://github.com/ho-nl/m2-pwa/commit/d8928f1d39e1c13bef1fb1d67c44ccfb854c8c27))
500
- - add productreviewsummery component
501
- ([b85a36d](https://github.com/ho-nl/m2-pwa/commit/b85a36de1f7f78162beaacef3db2975068f94568))
502
- - add ProductSpecs core component
503
- ([e500aac](https://github.com/ho-nl/m2-pwa/commit/e500aac08b9dd95af2377a6b028f5bc743146808))
504
- - add review swatch to grid view
505
- ([6e22427](https://github.com/ho-nl/m2-pwa/commit/6e224276a3253f86f4da028cbd76b29e2e2f7884))
506
- - add sidebar usps component
507
- ([3fe7ae3](https://github.com/ho-nl/m2-pwa/commit/3fe7ae36f7af4e6ac2f292bc0323c63fbf8a8847))
508
- - added PaymentModule API and persistent selection of form fields
509
- ([b67f735](https://github.com/ho-nl/m2-pwa/commit/b67f7358f62edd56a8232d625ecee56af350bfb8))
510
- - animated filters
511
- ([846e233](https://github.com/ho-nl/m2-pwa/commit/846e233c9653821afbe9cfe7742dc42bb869a078))
512
- - automatic equal type filter
513
- ([711cc84](https://github.com/ho-nl/m2-pwa/commit/711cc8421b675115ac3455289a3cdb3e75c31a21))
514
- - automatically apply filter range type
515
- ([2f61929](https://github.com/ho-nl/m2-pwa/commit/2f6192967df83036a3648d5ada7ac781f5f45aeb))
516
- - better 404 handling and simplified getStaticProps
517
- ([321ace1](https://github.com/ho-nl/m2-pwa/commit/321ace1850642ee3eddfa674c37e6fca8adcdb74))
518
- - canonical urls using abstract page meta component
519
- ([7d52cfc](https://github.com/ho-nl/m2-pwa/commit/7d52cfc76af2766dedf883b1e3fa5a5101eca823))
520
- - created stable layout for category filters
521
- ([08d9351](https://github.com/ho-nl/m2-pwa/commit/08d9351dac5c9ede864ff336a60d758875d8efe4))
522
- - created stacked-pages package
523
- ([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
524
- - data agnostic animated header
525
- ([17047a6](https://github.com/ho-nl/m2-pwa/commit/17047a6d754494d9443c8f2e486cc232cf199c45))
526
- - do not start with shadow
527
- ([0c426f4](https://github.com/ho-nl/m2-pwa/commit/0c426f4017390cc0371ac698cad1880c871be18f))
528
- - Expandable ProductPage Image
529
- ([96b5a4d](https://github.com/ho-nl/m2-pwa/commit/96b5a4dd21d8667add097303646f7e70b99887e1))
530
- - framer slider gallery for product view
531
- ([43f5c67](https://github.com/ho-nl/m2-pwa/commit/43f5c678f5f075372d5b02c87858d858cde6ce4e))
532
- - **framer-scroller:** added the new slider to the product page
533
- ([3c6b726](https://github.com/ho-nl/m2-pwa/commit/3c6b7262fb6418798f828f4517ed097fd9734e96))
534
- - **framer-scroller:** implemented the scroller on all pages
535
- ([73fb518](https://github.com/ho-nl/m2-pwa/commit/73fb518eff74edb2b3212e892b3d8cc2b088011b))
536
- - **FramerSlider:** implemented in ProductListFiltersContainer
537
- ([6d2744a](https://github.com/ho-nl/m2-pwa/commit/6d2744a4d1320c12bfe8efb0ed5c506300ed4660))
538
- - **graphql:** introduced new graphql package that holds all generated files
539
- ([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
540
- - groundwork for complete reimplementation of product pages
541
- ([b224da8](https://github.com/ho-nl/m2-pwa/commit/b224da8273eb5c8173ad30d006391b2291331623))
542
- - i18n routing added (/ and /fr for demo)
543
- ([bb3b339](https://github.com/ho-nl/m2-pwa/commit/bb3b339fbc9fceddd264a891ad81f00327a241ae))
544
- - **image:** introduced completely rewritten Image component
545
- ([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
546
- - introduced magento-product-types package
547
- ([1a0932b](https://github.com/ho-nl/m2-pwa/commit/1a0932b5d882608dcf8fd2e3b17ee9868f5f5776))
548
- - introduces framer-next-pages and framer-sheet to next-ui and soxbase package
549
- ([e04ad8a](https://github.com/ho-nl/m2-pwa/commit/e04ad8a94cd1fd5a7c5575c9db7916b6e8a88f16))
550
- - **magento-graphql:** added core magentoTypePolicies
551
- ([bdf15d0](https://github.com/ho-nl/m2-pwa/commit/bdf15d0d3c04e88339a8385d76f3b1ab9589fde3))
552
- - major performance refactor
553
- ([03f8e2f](https://github.com/ho-nl/m2-pwa/commit/03f8e2fa16ef919bd6bd6eadd36922d0245ed960))
554
- - **mesh:** use mesh with build version with increased stability/performance
555
- ([63863f3](https://github.com/ho-nl/m2-pwa/commit/63863f3a2df4d596819b85f3cf736c7f52f828c1))
556
- - next.js 11
557
- ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
558
- - **playwright:** added new playwright package to enable browser testing
559
- ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
560
- - product delivery component for sidebar
561
- ([caa9809](https://github.com/ho-nl/m2-pwa/commit/caa9809d6c10570cb47e58c5e8191c40f20f1dbe))
562
- - reduced page shell component
563
- ([7e0b0a1](https://github.com/ho-nl/m2-pwa/commit/7e0b0a1471795f47e2f0f876b0e09cb65b053c2a))
564
- - reimplemented RowSwipeableGrid
565
- ([a9131de](https://github.com/ho-nl/m2-pwa/commit/a9131dea19347db2985ee3864e460dfa8a3f2182))
566
- - renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
567
- [@reachdigital](https://github.com/reachdigital)
568
- ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
569
- - restyled filters on desktop, wip mobile
570
- ([9c9dfde](https://github.com/ho-nl/m2-pwa/commit/9c9dfdea68cebd4ca1c86278575e94699e79637a))
571
- - schema.org data on products
572
- ([5f158a9](https://github.com/ho-nl/m2-pwa/commit/5f158a93eef2407249b881ec804e45b07b0caab9))
573
- - search page
574
- ([c89291b](https://github.com/ho-nl/m2-pwa/commit/c89291b7a65c93cbdb5f131f061f7232fdce3b99))
575
- - search result page wip
576
- ([4ecaf34](https://github.com/ho-nl/m2-pwa/commit/4ecaf34deaa0ff6d24e03d72e74fd045bb7ee269))
577
- - Style ProductDescription component
578
- ([e8dcd4e](https://github.com/ho-nl/m2-pwa/commit/e8dcd4ed49b1cf56ee9380b403796c742fc71bf6))
579
- - **theme:** restructured fonts and applied to home and category page
580
- ([6adf5f1](https://github.com/ho-nl/m2-pwa/commit/6adf5f11321bdfbf499125f1161c5abf5a1bfe4a))
581
- - **theme:** restructured typography
582
- ([6fcddae](https://github.com/ho-nl/m2-pwa/commit/6fcddae6b1b54d071475c59c80a9f8d8a36294d5))
583
- - update email form in my account
584
- ([e5b6832](https://github.com/ho-nl/m2-pwa/commit/e5b6832ca1b55083b80516ecc59b5f1d8a93763b))
585
- - upgrade to node 14
586
- ([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
587
- - upgraded to nextjs 11
588
- ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
589
- - use official nextjs image endpoint
590
- ([0e76ab4](https://github.com/ho-nl/m2-pwa/commit/0e76ab4cece15d4d6f192cb938588a34abaebe8a))
591
- - working on EmailForm
592
- ([f16141f](https://github.com/ho-nl/m2-pwa/commit/f16141f8cc0dfeaef8dee2a3e635bda898550a51))
382
+ - add additional props to ProductListItems ([e14bb40](https://github.com/ho-nl/m2-pwa/commit/e14bb40bdb3a396116a818dd76b0511adeab36d9))
383
+ - add barrel file for magento-category ([c5ba8c9](https://github.com/ho-nl/m2-pwa/commit/c5ba8c98cbb8192f1c1c85242ff6efa83b1fbdcc))
384
+ - add preload to first item for ProductListItemsBase ([a4e06bc](https://github.com/ho-nl/m2-pwa/commit/a4e06bcb4192596b25d509b61669cff9d8bfdee7))
385
+ - add product-review to renderers and products ([1a9b84b](https://github.com/ho-nl/m2-pwa/commit/1a9b84b6b7de213e82f0c86106eea4b79f38f864))
386
+ - add ProductReviews ([d8928f1](https://github.com/ho-nl/m2-pwa/commit/d8928f1d39e1c13bef1fb1d67c44ccfb854c8c27))
387
+ - add productreviewsummery component ([b85a36d](https://github.com/ho-nl/m2-pwa/commit/b85a36de1f7f78162beaacef3db2975068f94568))
388
+ - add ProductSpecs core component ([e500aac](https://github.com/ho-nl/m2-pwa/commit/e500aac08b9dd95af2377a6b028f5bc743146808))
389
+ - add review swatch to grid view ([6e22427](https://github.com/ho-nl/m2-pwa/commit/6e224276a3253f86f4da028cbd76b29e2e2f7884))
390
+ - add sidebar usps component ([3fe7ae3](https://github.com/ho-nl/m2-pwa/commit/3fe7ae36f7af4e6ac2f292bc0323c63fbf8a8847))
391
+ - added PaymentModule API and persistent selection of form fields ([b67f735](https://github.com/ho-nl/m2-pwa/commit/b67f7358f62edd56a8232d625ecee56af350bfb8))
392
+ - animated filters ([846e233](https://github.com/ho-nl/m2-pwa/commit/846e233c9653821afbe9cfe7742dc42bb869a078))
393
+ - automatic equal type filter ([711cc84](https://github.com/ho-nl/m2-pwa/commit/711cc8421b675115ac3455289a3cdb3e75c31a21))
394
+ - automatically apply filter range type ([2f61929](https://github.com/ho-nl/m2-pwa/commit/2f6192967df83036a3648d5ada7ac781f5f45aeb))
395
+ - better 404 handling and simplified getStaticProps ([321ace1](https://github.com/ho-nl/m2-pwa/commit/321ace1850642ee3eddfa674c37e6fca8adcdb74))
396
+ - canonical urls using abstract page meta component ([7d52cfc](https://github.com/ho-nl/m2-pwa/commit/7d52cfc76af2766dedf883b1e3fa5a5101eca823))
397
+ - created stable layout for category filters ([08d9351](https://github.com/ho-nl/m2-pwa/commit/08d9351dac5c9ede864ff336a60d758875d8efe4))
398
+ - created stacked-pages package ([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
399
+ - data agnostic animated header ([17047a6](https://github.com/ho-nl/m2-pwa/commit/17047a6d754494d9443c8f2e486cc232cf199c45))
400
+ - do not start with shadow ([0c426f4](https://github.com/ho-nl/m2-pwa/commit/0c426f4017390cc0371ac698cad1880c871be18f))
401
+ - Expandable ProductPage Image ([96b5a4d](https://github.com/ho-nl/m2-pwa/commit/96b5a4dd21d8667add097303646f7e70b99887e1))
402
+ - framer slider gallery for product view ([43f5c67](https://github.com/ho-nl/m2-pwa/commit/43f5c678f5f075372d5b02c87858d858cde6ce4e))
403
+ - **framer-scroller:** added the new slider to the product page ([3c6b726](https://github.com/ho-nl/m2-pwa/commit/3c6b7262fb6418798f828f4517ed097fd9734e96))
404
+ - **framer-scroller:** implemented the scroller on all pages ([73fb518](https://github.com/ho-nl/m2-pwa/commit/73fb518eff74edb2b3212e892b3d8cc2b088011b))
405
+ - **FramerSlider:** implemented in ProductListFiltersContainer ([6d2744a](https://github.com/ho-nl/m2-pwa/commit/6d2744a4d1320c12bfe8efb0ed5c506300ed4660))
406
+ - **graphql:** introduced new graphql package that holds all generated files ([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
407
+ - groundwork for complete reimplementation of product pages ([b224da8](https://github.com/ho-nl/m2-pwa/commit/b224da8273eb5c8173ad30d006391b2291331623))
408
+ - i18n routing added (/ and /fr for demo) ([bb3b339](https://github.com/ho-nl/m2-pwa/commit/bb3b339fbc9fceddd264a891ad81f00327a241ae))
409
+ - **image:** introduced completely rewritten Image component ([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
410
+ - introduced magento-product-types package ([1a0932b](https://github.com/ho-nl/m2-pwa/commit/1a0932b5d882608dcf8fd2e3b17ee9868f5f5776))
411
+ - introduces framer-next-pages and framer-sheet to next-ui and soxbase package ([e04ad8a](https://github.com/ho-nl/m2-pwa/commit/e04ad8a94cd1fd5a7c5575c9db7916b6e8a88f16))
412
+ - **magento-graphql:** added core magentoTypePolicies ([bdf15d0](https://github.com/ho-nl/m2-pwa/commit/bdf15d0d3c04e88339a8385d76f3b1ab9589fde3))
413
+ - major performance refactor ([03f8e2f](https://github.com/ho-nl/m2-pwa/commit/03f8e2fa16ef919bd6bd6eadd36922d0245ed960))
414
+ - **mesh:** use mesh with build version with increased stability/performance ([63863f3](https://github.com/ho-nl/m2-pwa/commit/63863f3a2df4d596819b85f3cf736c7f52f828c1))
415
+ - next.js 11 ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
416
+ - **playwright:** added new playwright package to enable browser testing ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
417
+ - product delivery component for sidebar ([caa9809](https://github.com/ho-nl/m2-pwa/commit/caa9809d6c10570cb47e58c5e8191c40f20f1dbe))
418
+ - reduced page shell component ([7e0b0a1](https://github.com/ho-nl/m2-pwa/commit/7e0b0a1471795f47e2f0f876b0e09cb65b053c2a))
419
+ - reimplemented RowSwipeableGrid ([a9131de](https://github.com/ho-nl/m2-pwa/commit/a9131dea19347db2985ee3864e460dfa8a3f2182))
420
+ - renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of [@reachdigital](https://github.com/reachdigital) ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
421
+ - restyled filters on desktop, wip mobile ([9c9dfde](https://github.com/ho-nl/m2-pwa/commit/9c9dfdea68cebd4ca1c86278575e94699e79637a))
422
+ - schema.org data on products ([5f158a9](https://github.com/ho-nl/m2-pwa/commit/5f158a93eef2407249b881ec804e45b07b0caab9))
423
+ - search page ([c89291b](https://github.com/ho-nl/m2-pwa/commit/c89291b7a65c93cbdb5f131f061f7232fdce3b99))
424
+ - search result page wip ([4ecaf34](https://github.com/ho-nl/m2-pwa/commit/4ecaf34deaa0ff6d24e03d72e74fd045bb7ee269))
425
+ - Style ProductDescription component ([e8dcd4e](https://github.com/ho-nl/m2-pwa/commit/e8dcd4ed49b1cf56ee9380b403796c742fc71bf6))
426
+ - **theme:** restructured fonts and applied to home and category page ([6adf5f1](https://github.com/ho-nl/m2-pwa/commit/6adf5f11321bdfbf499125f1161c5abf5a1bfe4a))
427
+ - **theme:** restructured typography ([6fcddae](https://github.com/ho-nl/m2-pwa/commit/6fcddae6b1b54d071475c59c80a9f8d8a36294d5))
428
+ - update email form in my account ([e5b6832](https://github.com/ho-nl/m2-pwa/commit/e5b6832ca1b55083b80516ecc59b5f1d8a93763b))
429
+ - upgrade to node 14 ([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
430
+ - upgraded to nextjs 11 ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
431
+ - use official nextjs image endpoint ([0e76ab4](https://github.com/ho-nl/m2-pwa/commit/0e76ab4cece15d4d6f192cb938588a34abaebe8a))
432
+ - working on EmailForm ([f16141f](https://github.com/ho-nl/m2-pwa/commit/f16141f8cc0dfeaef8dee2a3e635bda898550a51))
593
433
 
594
434
  ### Reverts
595
435
 
596
- - Revert "chore: upgrade @apollo/client"
597
- ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
598
- - Revert "feat: apply filter on deactivation of the filter menu"
599
- ([7333129](https://github.com/ho-nl/m2-pwa/commit/73331293610df665d75c8af61bdfaf947046250a))
436
+ - Revert "chore: upgrade @apollo/client" ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
437
+ - Revert "feat: apply filter on deactivation of the filter menu" ([7333129](https://github.com/ho-nl/m2-pwa/commit/73331293610df665d75c8af61bdfaf947046250a))
600
438
 
601
439
  ## 2.0.8 (2020-10-28)
602
440
 
603
441
  ### Bug Fixes
604
442
 
605
- - make sure themes extensions are found
606
- ([5aa18db](https://github.com/ho-nl/m2-pwa/commit/5aa18db514fd2e2f50681367e39523f8e742ece0))
443
+ - make sure themes extensions are found ([5aa18db](https://github.com/ho-nl/m2-pwa/commit/5aa18db514fd2e2f50681367e39523f8e742ece0))
607
444
 
608
445
  ### Features
609
446
 
610
- - added generated graphql.ts files
611
- ([3e44415](https://github.com/ho-nl/m2-pwa/commit/3e44415b018e74b502e9e98479aa5e84041f337d))
612
- - split into packages
613
- ([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
447
+ - added generated graphql.ts files ([3e44415](https://github.com/ho-nl/m2-pwa/commit/3e44415b018e74b502e9e98479aa5e84041f337d))
448
+ - split into packages ([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
614
449
 
615
450
  ### BREAKING CHANGES
616
451
 
@@ -618,112 +453,94 @@ All notable changes to this project will be documented in this file. See
618
453
 
619
454
  # Change Log
620
455
 
621
- All notable changes to this project will be documented in this file. See
622
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
456
+ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
623
457
 
624
458
  ## [2.105.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@2.105.0...@graphcommerce/magento-product@2.105.1) (2021-09-01)
625
459
 
626
460
  ### Bug Fixes
627
461
 
628
- - **magento-product:** hide sorting options when there are no products
629
- ([c5e37d7](https://github.com/ho-nl/m2-pwa/commit/c5e37d709c570596994beafe5a6afccfa5704548))
462
+ - **magento-product:** hide sorting options when there are no products ([c5e37d7](https://github.com/ho-nl/m2-pwa/commit/c5e37d709c570596994beafe5a6afccfa5704548))
630
463
 
631
464
  # [2.105.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@2.104.8...@graphcommerce/magento-product@2.105.0) (2021-09-01)
632
465
 
633
466
  ### Features
634
467
 
635
- - **framer-scroller:** added the new slider to the product page
636
- ([3c6b726](https://github.com/ho-nl/m2-pwa/commit/3c6b7262fb6418798f828f4517ed097fd9734e96))
637
- - **framer-scroller:** implemented the scroller on all pages
638
- ([73fb518](https://github.com/ho-nl/m2-pwa/commit/73fb518eff74edb2b3212e892b3d8cc2b088011b))
468
+ - **framer-scroller:** added the new slider to the product page ([3c6b726](https://github.com/ho-nl/m2-pwa/commit/3c6b7262fb6418798f828f4517ed097fd9734e96))
469
+ - **framer-scroller:** implemented the scroller on all pages ([73fb518](https://github.com/ho-nl/m2-pwa/commit/73fb518eff74edb2b3212e892b3d8cc2b088011b))
639
470
 
640
471
  ## [2.104.7](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@2.104.6...@graphcommerce/magento-product@2.104.7) (2021-08-27)
641
472
 
642
473
  ### Bug Fixes
643
474
 
644
- - **app-shell:** pages after app shell changes
645
- ([fb74510](https://github.com/ho-nl/m2-pwa/commit/fb74510121f6124009db72ad2ddebf6459c52a85))
475
+ - **app-shell:** pages after app shell changes ([fb74510](https://github.com/ho-nl/m2-pwa/commit/fb74510121f6124009db72ad2ddebf6459c52a85))
646
476
 
647
477
  ## [2.104.4](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@2.104.3...@graphcommerce/magento-product@2.104.4) (2021-08-17)
648
478
 
649
479
  ### Bug Fixes
650
480
 
651
- - sticky filter drop shadow on scroll
652
- ([1d84c5e](https://github.com/ho-nl/m2-pwa/commit/1d84c5e699dc3dd7e46e0f567bec18ac95b73316))
481
+ - sticky filter drop shadow on scroll ([1d84c5e](https://github.com/ho-nl/m2-pwa/commit/1d84c5e699dc3dd7e46e0f567bec18ac95b73316))
653
482
 
654
483
  # [2.104.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@2.103.1...@graphcommerce/magento-product@2.104.0) (2021-08-13)
655
484
 
656
485
  ### Features
657
486
 
658
- - **mesh:** use mesh with build version with increased stability/performance
659
- ([63863f3](https://github.com/ho-nl/m2-pwa/commit/63863f3a2df4d596819b85f3cf736c7f52f828c1))
487
+ - **mesh:** use mesh with build version with increased stability/performance ([63863f3](https://github.com/ho-nl/m2-pwa/commit/63863f3a2df4d596819b85f3cf736c7f52f828c1))
660
488
 
661
489
  # [2.103.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@2.102.2...@graphcommerce/magento-product@2.103.0) (2021-08-12)
662
490
 
663
491
  ### Features
664
492
 
665
- - upgraded to nextjs 11
666
- ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
493
+ - upgraded to nextjs 11 ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
667
494
 
668
495
  ## [2.102.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@2.102.1...@graphcommerce/magento-product@2.102.2) (2021-08-09)
669
496
 
670
497
  ### Reverts
671
498
 
672
- - Revert "chore: upgrade @apollo/client"
673
- ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
499
+ - Revert "chore: upgrade @apollo/client" ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
674
500
 
675
501
  ## [2.102.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@2.102.0...@graphcommerce/magento-product@2.102.1) (2021-08-09)
676
502
 
677
503
  ### Bug Fixes
678
504
 
679
- - product image alt tag was the URL
680
- ([e02c743](https://github.com/ho-nl/m2-pwa/commit/e02c74341be195e90fa290fc6ff54a4a44c29bed))
505
+ - product image alt tag was the URL ([e02c743](https://github.com/ho-nl/m2-pwa/commit/e02c74341be195e90fa290fc6ff54a4a44c29bed))
681
506
 
682
507
  # [2.102.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@2.101.6...@graphcommerce/magento-product@2.102.0) (2021-08-06)
683
508
 
684
509
  ### Bug Fixes
685
510
 
686
- - replace captionOldOld with overline
687
- ([c19bc8a](https://github.com/ho-nl/m2-pwa/commit/c19bc8aee829432a8c72d0d4bc9d266110af65ab))
511
+ - replace captionOldOld with overline ([c19bc8a](https://github.com/ho-nl/m2-pwa/commit/c19bc8aee829432a8c72d0d4bc9d266110af65ab))
688
512
 
689
513
  ### Features
690
514
 
691
- - **theme:** restructured fonts and applied to home and category page
692
- ([6adf5f1](https://github.com/ho-nl/m2-pwa/commit/6adf5f11321bdfbf499125f1161c5abf5a1bfe4a))
693
- - **theme:** restructured typography
694
- ([6fcddae](https://github.com/ho-nl/m2-pwa/commit/6fcddae6b1b54d071475c59c80a9f8d8a36294d5))
515
+ - **theme:** restructured fonts and applied to home and category page ([6adf5f1](https://github.com/ho-nl/m2-pwa/commit/6adf5f11321bdfbf499125f1161c5abf5a1bfe4a))
516
+ - **theme:** restructured typography ([6fcddae](https://github.com/ho-nl/m2-pwa/commit/6fcddae6b1b54d071475c59c80a9f8d8a36294d5))
695
517
 
696
518
  ## [2.101.5](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@2.101.4...@graphcommerce/magento-product@2.101.5) (2021-08-03)
697
519
 
698
520
  ### Bug Fixes
699
521
 
700
- - remove magento-category package from magento-product solving a circular dependency
701
- ([7379e6e](https://github.com/ho-nl/m2-pwa/commit/7379e6ede4829392b35008c17743181d9cac0636))
522
+ - remove magento-category package from magento-product solving a circular dependency ([7379e6e](https://github.com/ho-nl/m2-pwa/commit/7379e6ede4829392b35008c17743181d9cac0636))
702
523
 
703
524
  ## [2.101.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@2.101.0...@graphcommerce/magento-product@2.101.1) (2021-07-28)
704
525
 
705
526
  ### Bug Fixes
706
527
 
707
- - playwright
708
- ([57098a5](https://github.com/ho-nl/m2-pwa/commit/57098a56f50f175cc753339aeba7c577288e20d6))
528
+ - playwright ([57098a5](https://github.com/ho-nl/m2-pwa/commit/57098a56f50f175cc753339aeba7c577288e20d6))
709
529
 
710
530
  # [2.101.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@2.100.18...@graphcommerce/magento-product@2.101.0) (2021-07-26)
711
531
 
712
532
  ### Features
713
533
 
714
- - **playwright:** added new playwright package to enable browser testing
715
- ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
534
+ - **playwright:** added new playwright package to enable browser testing ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
716
535
 
717
536
  ## [2.100.16](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@2.100.15...@graphcommerce/magento-product@2.100.16) (2021-07-21)
718
537
 
719
538
  ### Bug Fixes
720
539
 
721
- - header spacings
722
- ([f00462f](https://github.com/ho-nl/m2-pwa/commit/f00462f9abb61a54552c96dbed35ef708fe05608))
540
+ - header spacings ([f00462f](https://github.com/ho-nl/m2-pwa/commit/f00462f9abb61a54552c96dbed35ef708fe05608))
723
541
 
724
542
  ## [2.100.11](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product@2.100.10...@graphcommerce/magento-product@2.100.11) (2021-07-20)
725
543
 
726
544
  ### Bug Fixes
727
545
 
728
- - ignore md files from triggering version updates
729
- ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
546
+ - ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))