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