@graphcommerce/magento-product-configurable 3.6.43 β 4.0.2
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 +300 -167
- package/ConfigurableCartItem/OptionsList.tsx +37 -105
- package/ConfigurableOptions/index.tsx +31 -29
- package/ConfigurableProductAddToCart/ConfigurableProductAddToCart.tsx +41 -38
- package/SwatchList.tsx +3 -3
- package/Swatches/ColorSwatchData.tsx +35 -31
- package/Swatches/ImageSwatchData.tsx +37 -34
- package/Swatches/TextSwatchData.tsx +61 -49
- package/Swatches/index.tsx +1 -1
- package/package.json +27 -31
package/CHANGELOG.md
CHANGED
|
@@ -1,240 +1,375 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
## 4.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
|
|
8
|
+
[`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
|
|
9
|
+
Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
|
|
10
|
+
`dependencies` to `peerDependencies`. The result of this is that there will be significantly less
|
|
11
|
+
duplicate packages in the node_modules folders.
|
|
12
|
+
|
|
13
|
+
* [#1274](https://github.com/ho-nl/m2-pwa/pull/1274)
|
|
14
|
+
[`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275)
|
|
15
|
+
Thanks [@paales](https://github.com/paales)! - Fixed extraction of translations and updated
|
|
16
|
+
various translations for english πΊπΈπ¬π§ and dutch π³π±
|
|
17
|
+
|
|
18
|
+
- [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
|
|
19
|
+
[`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
|
|
20
|
+
Thanks [@paales](https://github.com/paales)! - Upgraded to
|
|
21
|
+
[NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
|
|
22
|
+
implementing
|
|
23
|
+
[On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
|
|
24
|
+
soon.
|
|
25
|
+
|
|
26
|
+
This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
|
|
27
|
+
frontend to be able to revalidate pages manually.
|
|
28
|
+
|
|
29
|
+
- Updated dependencies
|
|
30
|
+
[[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7),
|
|
31
|
+
[`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2),
|
|
32
|
+
[`e7c8e2756`](https://github.com/ho-nl/m2-pwa/commit/e7c8e2756d637cbcd2e793d62ef5721d35d9fa7b),
|
|
33
|
+
[`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275),
|
|
34
|
+
[`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d),
|
|
35
|
+
[`5a4809b1a`](https://github.com/ho-nl/m2-pwa/commit/5a4809b1a705aa32f620f520085df48ee25f9949)]:
|
|
36
|
+
- @graphcommerce/magento-cart@4.1.1
|
|
37
|
+
- @graphcommerce/magento-customer@4.1.1
|
|
38
|
+
- @graphcommerce/next-ui@4.1.1
|
|
39
|
+
- @graphcommerce/react-hook-form@3.0.2
|
|
40
|
+
- @graphcommerce/graphql@3.0.2
|
|
41
|
+
- @graphcommerce/image@3.0.2
|
|
42
|
+
- @graphcommerce/magento-cart-items@3.0.2
|
|
43
|
+
- @graphcommerce/magento-category@4.0.2
|
|
44
|
+
- @graphcommerce/magento-product@4.0.2
|
|
45
|
+
- @graphcommerce/magento-product-simple@4.0.2
|
|
46
|
+
- @graphcommerce/magento-store@4.0.2
|
|
47
|
+
|
|
48
|
+
## 4.0.1
|
|
49
|
+
|
|
50
|
+
### Patch Changes
|
|
51
|
+
|
|
52
|
+
- [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
|
|
53
|
+
Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
|
|
54
|
+
so that the packages link to back to the website and repository
|
|
55
|
+
- Updated dependencies
|
|
56
|
+
[[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
|
|
57
|
+
- @graphcommerce/graphql@3.0.1
|
|
58
|
+
- @graphcommerce/image@3.0.1
|
|
59
|
+
- @graphcommerce/magento-cart@4.0.1
|
|
60
|
+
- @graphcommerce/magento-cart-items@3.0.1
|
|
61
|
+
- @graphcommerce/magento-category@4.0.1
|
|
62
|
+
- @graphcommerce/magento-customer@4.0.1
|
|
63
|
+
- @graphcommerce/magento-product@4.0.1
|
|
64
|
+
- @graphcommerce/magento-product-simple@4.0.1
|
|
65
|
+
- @graphcommerce/magento-store@4.0.1
|
|
66
|
+
- @graphcommerce/next-ui@4.0.1
|
|
67
|
+
- @graphcommerce/react-hook-form@3.0.1
|
|
68
|
+
|
|
69
|
+
## 4.0.0
|
|
70
|
+
|
|
71
|
+
### Major Changes
|
|
72
|
+
|
|
73
|
+
- [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
|
|
74
|
+
[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
|
|
75
|
+
Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
|
|
76
|
+
|
|
77
|
+
### Patch Changes
|
|
78
|
+
|
|
79
|
+
- Updated dependencies
|
|
80
|
+
[[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
|
|
81
|
+
- @graphcommerce/graphql@3.0.0
|
|
82
|
+
- @graphcommerce/image@3.0.0
|
|
83
|
+
- @graphcommerce/magento-cart@4.0.0
|
|
84
|
+
- @graphcommerce/magento-cart-items@3.0.0
|
|
85
|
+
- @graphcommerce/magento-category@4.0.0
|
|
86
|
+
- @graphcommerce/magento-customer@4.0.0
|
|
87
|
+
- @graphcommerce/magento-product@4.0.0
|
|
88
|
+
- @graphcommerce/magento-product-simple@4.0.0
|
|
89
|
+
- @graphcommerce/magento-store@4.0.0
|
|
90
|
+
- @graphcommerce/next-ui@4.0.0
|
|
91
|
+
- @graphcommerce/react-hook-form@3.0.0
|
|
5
92
|
|
|
6
|
-
|
|
93
|
+
All notable changes to this project will be documented in this file. See
|
|
94
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
7
95
|
|
|
96
|
+
# [3.6.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@3.5.4...@graphcommerce/magento-product-configurable@3.6.0) (2021-12-01)
|
|
8
97
|
|
|
9
98
|
### Bug Fixes
|
|
10
99
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
100
|
+
- color swatch styling
|
|
101
|
+
([8cc1e2c](https://github.com/ho-nl/m2-pwa/commit/8cc1e2c1dcf58227d50cebca8794e3ca96c4c469))
|
|
102
|
+
- prevent layout shift helperText
|
|
103
|
+
([8ed0ad9](https://github.com/ho-nl/m2-pwa/commit/8ed0ad9589b742e456decb9b194091caf60e5db9))
|
|
14
104
|
|
|
15
105
|
### Features
|
|
16
106
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
107
|
+
- introduce borderRadius
|
|
108
|
+
([183afbc](https://github.com/ho-nl/m2-pwa/commit/183afbc8ee269f6694c372b06afdf41302f86c09))
|
|
22
109
|
|
|
23
110
|
# [3.5.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@3.4.7...@graphcommerce/magento-product-configurable@3.5.0) (2021-11-12)
|
|
24
111
|
|
|
25
|
-
|
|
26
112
|
### Features
|
|
27
113
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
114
|
+
- added tons of translations
|
|
115
|
+
([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
|
|
33
116
|
|
|
34
117
|
# [3.4.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@3.3.15...@graphcommerce/magento-product-configurable@3.4.0) (2021-11-09)
|
|
35
118
|
|
|
36
|
-
|
|
37
119
|
### Features
|
|
38
120
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
121
|
+
- **configurable-product:** disable invalid product options
|
|
122
|
+
([018a20e](https://github.com/ho-nl/m2-pwa/commit/018a20e1259863549c033dcc5c30deaae6625af9))
|
|
44
123
|
|
|
45
124
|
# [3.3.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@3.2.8...@graphcommerce/magento-product-configurable@3.3.0) (2021-11-02)
|
|
46
125
|
|
|
47
|
-
|
|
48
126
|
### Bug Fixes
|
|
49
127
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
128
|
+
- darkMode
|
|
129
|
+
([c7573de](https://github.com/ho-nl/m2-pwa/commit/c7573de6bb80643b26931c35ac61735539e7fbf0))
|
|
130
|
+
- darkTheme
|
|
131
|
+
([ae017c1](https://github.com/ho-nl/m2-pwa/commit/ae017c1a1e82f86ee5eb2f67106dac8174950c45))
|
|
132
|
+
- remove text='bold', make contained button text stronger by default
|
|
133
|
+
([cd277c9](https://github.com/ho-nl/m2-pwa/commit/cd277c9f434a4a765eac372467e5a05c822d5512))
|
|
54
134
|
|
|
55
135
|
### Features
|
|
56
136
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
137
|
+
- darkTheme
|
|
138
|
+
([968f4f1](https://github.com/ho-nl/m2-pwa/commit/968f4f1360417bf7daa36454c19e6bc5cf53ae90))
|
|
139
|
+
- darkTheme
|
|
140
|
+
([3ed6647](https://github.com/ho-nl/m2-pwa/commit/3ed664714670315bc9f20542549724f66cb5052d))
|
|
63
141
|
|
|
64
142
|
## [3.2.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@3.2.2...@graphcommerce/magento-product-configurable@3.2.3) (2021-10-28)
|
|
65
143
|
|
|
66
|
-
|
|
67
144
|
### Bug Fixes
|
|
68
145
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
146
|
+
- small design changes
|
|
147
|
+
([d9936e9](https://github.com/ho-nl/m2-pwa/commit/d9936e90baab3694066d73216c9ad2941fdbaaa8))
|
|
74
148
|
|
|
75
149
|
# [3.2.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@3.1.8...@graphcommerce/magento-product-configurable@3.2.0) (2021-10-27)
|
|
76
150
|
|
|
77
|
-
|
|
78
151
|
### Features
|
|
79
152
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
153
|
+
- **nextjs:** upgraded to nextjs 12
|
|
154
|
+
([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
|
|
85
155
|
|
|
86
156
|
## [3.1.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@3.1.1...@graphcommerce/magento-product-configurable@3.1.2) (2021-10-19)
|
|
87
157
|
|
|
88
|
-
|
|
89
158
|
### Bug Fixes
|
|
90
159
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
160
|
+
- build didn't succeed because of an unknown prop on MessageSnackbar
|
|
161
|
+
([4def2d1](https://github.com/ho-nl/m2-pwa/commit/4def2d16ad722e9dc9ae0fc63785107df2d83eab))
|
|
96
162
|
|
|
97
163
|
# [3.1.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@3.0.29...@graphcommerce/magento-product-configurable@3.1.0) (2021-10-18)
|
|
98
164
|
|
|
99
|
-
|
|
100
165
|
### Features
|
|
101
166
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
167
|
+
- **message-snackbar:** severity props
|
|
168
|
+
([c7be8a5](https://github.com/ho-nl/m2-pwa/commit/c7be8a51faf7a5937b7fab5bb352df2089ae4eea))
|
|
107
169
|
|
|
108
170
|
## [3.0.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@3.0.0...@graphcommerce/magento-product-configurable@3.0.1) (2021-09-27)
|
|
109
171
|
|
|
110
172
|
**Note:** Version bump only for package @graphcommerce/magento-product-configurable
|
|
111
173
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
174
|
# 3.0.0 (2021-09-27)
|
|
117
175
|
|
|
118
|
-
|
|
119
176
|
### Bug Fixes
|
|
120
177
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
178
|
+
- account tweaks
|
|
179
|
+
([26ca295](https://github.com/ho-nl/m2-pwa/commit/26ca2955fe7a3ed509aaa7df98cbb4854d636179))
|
|
180
|
+
- add configurable product to cart
|
|
181
|
+
([5b0f6fe](https://github.com/ho-nl/m2-pwa/commit/5b0f6fee6a59ff0b228c47bb124378cd23047adf))
|
|
182
|
+
- add correct configurable product to cart
|
|
183
|
+
([0982a6a](https://github.com/ho-nl/m2-pwa/commit/0982a6a548414e2159dab101870f495dffeedda8))
|
|
184
|
+
- add error message to configurable product
|
|
185
|
+
([1d0be27](https://github.com/ho-nl/m2-pwa/commit/1d0be2710fbf7e3186d119ccc53606b526858d43))
|
|
186
|
+
- add to cart error margin bottom
|
|
187
|
+
([0fa1672](https://github.com/ho-nl/m2-pwa/commit/0fa167258d2eae8199a04035f29858b81df67e6a))
|
|
188
|
+
- address fragments
|
|
189
|
+
([96e68c3](https://github.com/ho-nl/m2-pwa/commit/96e68c3f96e40dded50ec5859909a7326b47e37b))
|
|
190
|
+
- cart item styling
|
|
191
|
+
([1def7f4](https://github.com/ho-nl/m2-pwa/commit/1def7f49ad4dd621aff6cfd058acc489e522650f))
|
|
192
|
+
- category children and swatch renderer
|
|
193
|
+
([1ee008d](https://github.com/ho-nl/m2-pwa/commit/1ee008d9ecf3bf5ec4b2d82243e4bcbbec384411))
|
|
194
|
+
- **configurable-product-add-to-cart:** don't show success message when add to cart fails
|
|
195
|
+
([1095581](https://github.com/ho-nl/m2-pwa/commit/10955819d720b84c85b7870dc6cd2d7bc34f7dc5))
|
|
196
|
+
- **configurable:** fall back to text swatch when no swatch_data is set
|
|
197
|
+
([8cdc6e6](https://github.com/ho-nl/m2-pwa/commit/8cdc6e61c273601eff8486aecbfc9b9bd6adefad))
|
|
198
|
+
- correct pdp swatch selected color
|
|
199
|
+
([d3c9285](https://github.com/ho-nl/m2-pwa/commit/d3c9285fb1ba3a0b99ba52a04b0dda3b5870dede))
|
|
200
|
+
- don't show store label if it is the same als the swatch value
|
|
201
|
+
([03d5449](https://github.com/ho-nl/m2-pwa/commit/03d5449e36f70379c2f55d363f0ff382d60f5d64))
|
|
202
|
+
- dynamic configurable cart item options
|
|
203
|
+
([d2cc538](https://github.com/ho-nl/m2-pwa/commit/d2cc5383800ca19baa267da7808005c910dfbf62))
|
|
204
|
+
- formatting of text swatch label
|
|
205
|
+
([ee8f8fd](https://github.com/ho-nl/m2-pwa/commit/ee8f8fd6351ca82bf1b33514e4b1fcab4a04afa9))
|
|
206
|
+
- icon alignments & sizes
|
|
207
|
+
([3b349c9](https://github.com/ho-nl/m2-pwa/commit/3b349c96f08f25cad892cf224ee76e937fb338b8))
|
|
208
|
+
- ignore md files from triggering version updates
|
|
209
|
+
([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
|
210
|
+
- implement next-ui barrel imports
|
|
211
|
+
([75bea70](https://github.com/ho-nl/m2-pwa/commit/75bea703dba898f18a2a1dfa3243ebd0a4e6f0e1))
|
|
212
|
+
- make sure an empty cart gets initialized properly
|
|
213
|
+
([12df845](https://github.com/ho-nl/m2-pwa/commit/12df8456117393cc7c387ba6e072190a831b7a58))
|
|
214
|
+
- messagesnackbar text alignment
|
|
215
|
+
([1314d64](https://github.com/ho-nl/m2-pwa/commit/1314d642a776707462709df380f6fa7fee40ca9d))
|
|
216
|
+
- missing NoOrdersFound export
|
|
217
|
+
([81e1177](https://github.com/ho-nl/m2-pwa/commit/81e1177dfa6347b310ec5cf4a7085edec7c86497))
|
|
218
|
+
- **next-ui:** toggle button stylign
|
|
219
|
+
([c806d35](https://github.com/ho-nl/m2-pwa/commit/c806d358aed030c54d568275ee497f8cb9b01359))
|
|
220
|
+
- only cart should be fixed on scroll
|
|
221
|
+
([9c8f536](https://github.com/ho-nl/m2-pwa/commit/9c8f5366c53798b377dcf397822b0945774b1dce))
|
|
222
|
+
- option list left marge
|
|
223
|
+
([e6603f1](https://github.com/ho-nl/m2-pwa/commit/e6603f197ea1a5583a1874bd11d0984653237cd6))
|
|
224
|
+
- optionslist options aligment
|
|
225
|
+
([9c59f98](https://github.com/ho-nl/m2-pwa/commit/9c59f988a52886cfafddbb755a1bae1abb539510))
|
|
226
|
+
- paymentDone removed in favor of a more simple clearCart method
|
|
227
|
+
([5314f77](https://github.com/ho-nl/m2-pwa/commit/5314f7752c2f75a55dcd926bfc26607124561e5d))
|
|
228
|
+
- price display when selection gets too deep
|
|
229
|
+
([df85ba9](https://github.com/ho-nl/m2-pwa/commit/df85ba98112ed4f12881ae8bfe44cb63503560fe))
|
|
230
|
+
- product specs on product pages
|
|
231
|
+
([098798a](https://github.com/ho-nl/m2-pwa/commit/098798aec353a8a571928faae02a303fed395977))
|
|
232
|
+
- remove conflicting files
|
|
233
|
+
([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
|
|
234
|
+
- remove incorrectly cased copy of file
|
|
235
|
+
([8efe3d5](https://github.com/ho-nl/m2-pwa/commit/8efe3d53ab6ee8926791aeb03af0a8647563c3bf))
|
|
236
|
+
- remove magento-category package from magento-product solving a circular dependency
|
|
237
|
+
([7379e6e](https://github.com/ho-nl/m2-pwa/commit/7379e6ede4829392b35008c17743181d9cac0636))
|
|
238
|
+
- remove popover from configurable cart items
|
|
239
|
+
([90866a0](https://github.com/ho-nl/m2-pwa/commit/90866a07d43fae8fac1c633f123fb4c4d910a2a9))
|
|
240
|
+
- rename NextButton to Button, change imports
|
|
241
|
+
([976adb0](https://github.com/ho-nl/m2-pwa/commit/976adb0bf906310d1efce888dcc9be1e28ce0f1b))
|
|
242
|
+
- rename optionSectionLabels
|
|
243
|
+
([9aea1bc](https://github.com/ho-nl/m2-pwa/commit/9aea1bc7f12eca93ed5acc7d58ec7376d539a346))
|
|
244
|
+
- rename product prop to name
|
|
245
|
+
([9b7ed5a](https://github.com/ho-nl/m2-pwa/commit/9b7ed5a03747211c3f93d2628110ab6bfac4d552))
|
|
246
|
+
- since all links are of next/link we need to add passHref for custom components
|
|
247
|
+
([16fb931](https://github.com/ho-nl/m2-pwa/commit/16fb93100d367203ea79bb4f93357221253f2ecd))
|
|
248
|
+
- unused swatches should not show up
|
|
249
|
+
([86a06fb](https://github.com/ho-nl/m2-pwa/commit/86a06fb3a7e0232611b8bb4971cadbcfd94ae525))
|
|
250
|
+
- update magento-product imports
|
|
251
|
+
([63621b4](https://github.com/ho-nl/m2-pwa/commit/63621b44be7149014f4a5af8ac87ad1c4b0327be))
|
|
252
|
+
- use label instead of attribute_code
|
|
253
|
+
([99cecc9](https://github.com/ho-nl/m2-pwa/commit/99cecc9aa5dfa41c7b375cb7e36e0d69fdcf6aed))
|
|
254
|
+
- wrong casing
|
|
255
|
+
([ba64fc1](https://github.com/ho-nl/m2-pwa/commit/ba64fc182033b19ce4fc9294bd14eb457de05d48))
|
|
256
|
+
- wrong casing
|
|
257
|
+
([1507860](https://github.com/ho-nl/m2-pwa/commit/1507860a0b0917f8a139b17f82b8bf9e03146603))
|
|
258
|
+
- yarn workspace packages hot reload
|
|
259
|
+
([d03fc9f](https://github.com/ho-nl/m2-pwa/commit/d03fc9fdda3486476761786f2b56a934cc92befc))
|
|
163
260
|
|
|
164
261
|
### Features
|
|
165
262
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
263
|
+
- add add-to-cart snackbar message
|
|
264
|
+
([0644de5](https://github.com/ho-nl/m2-pwa/commit/0644de5acccada024eda2b5c92b52536a1da5385))
|
|
265
|
+
- add add-to-cart snackbar to all products
|
|
266
|
+
([e9570fd](https://github.com/ho-nl/m2-pwa/commit/e9570fdb55331b2a790f8910c0722dba83480f64))
|
|
267
|
+
- add barrel file for magento-category
|
|
268
|
+
([c5ba8c9](https://github.com/ho-nl/m2-pwa/commit/c5ba8c98cbb8192f1c1c85242ff6efa83b1fbdcc))
|
|
269
|
+
- add barrel file for magento-customer
|
|
270
|
+
([02fb7f0](https://github.com/ho-nl/m2-pwa/commit/02fb7f004de968ee968b00e364b2b370f4f7d4f1))
|
|
271
|
+
- add finalprice & as-low-as price to sidebar
|
|
272
|
+
([0c2e8d6](https://github.com/ho-nl/m2-pwa/commit/0c2e8d6a93bb557ad7c0ad417021758f90f112ea))
|
|
273
|
+
- add optional end labels for sectionheaders
|
|
274
|
+
([a224170](https://github.com/ho-nl/m2-pwa/commit/a22417047afaa91dc1a337edbc0bdb1ba9c2e248))
|
|
275
|
+
- add product review summary to config-product
|
|
276
|
+
([30e17a6](https://github.com/ho-nl/m2-pwa/commit/30e17a6a6c72cb4cc9fb92e9c0f6da2cd346280e))
|
|
277
|
+
- add product-review to renderers and products
|
|
278
|
+
([1a9b84b](https://github.com/ho-nl/m2-pwa/commit/1a9b84b6b7de213e82f0c86106eea4b79f38f864))
|
|
279
|
+
- add review swatch to grid view
|
|
280
|
+
([6e22427](https://github.com/ho-nl/m2-pwa/commit/6e224276a3253f86f4da028cbd76b29e2e2f7884))
|
|
281
|
+
- add sectioncontainer to configurableoptions
|
|
282
|
+
([9ed8419](https://github.com/ho-nl/m2-pwa/commit/9ed841972361cab81699d827ee80cf5dd73c1fd7))
|
|
283
|
+
- added PaymentModule API and persistent selection of form fields
|
|
284
|
+
([b67f735](https://github.com/ho-nl/m2-pwa/commit/b67f7358f62edd56a8232d625ecee56af350bfb8))
|
|
285
|
+
- barrel files for magento-product pages
|
|
286
|
+
([c8fdcf2](https://github.com/ho-nl/m2-pwa/commit/c8fdcf2f5b98821dffe2c47f5ea4e1847bd3bb1e))
|
|
287
|
+
- better 404 handling and simplified getStaticProps
|
|
288
|
+
([321ace1](https://github.com/ho-nl/m2-pwa/commit/321ace1850642ee3eddfa674c37e6fca8adcdb74))
|
|
289
|
+
- **cart:** when a cart is not active anymore show a clear cart button
|
|
290
|
+
([5d04a14](https://github.com/ho-nl/m2-pwa/commit/5d04a14726c040b20b34c0b88f923aee1dff22e5))
|
|
291
|
+
- configurable product form
|
|
292
|
+
([dae6f10](https://github.com/ho-nl/m2-pwa/commit/dae6f10e4b8655761900c7ce3028605efe8e154a))
|
|
293
|
+
- configurable product page
|
|
294
|
+
([486d5b4](https://github.com/ho-nl/m2-pwa/commit/486d5b448b854b5c9482b1313b7888b7f0743502))
|
|
295
|
+
- created stacked-pages package
|
|
296
|
+
([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
|
|
297
|
+
- form styling consistency
|
|
298
|
+
([87cba85](https://github.com/ho-nl/m2-pwa/commit/87cba85e828fa42a02dfe74ac841aa2b39a60f4e))
|
|
299
|
+
- function to get correct prices for selection
|
|
300
|
+
([569654e](https://github.com/ho-nl/m2-pwa/commit/569654e98147da3f6f26217e70cbc2dbc6b56355))
|
|
301
|
+
- **graphql:** introduced new graphql package that holds all generated files
|
|
302
|
+
([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
|
|
303
|
+
- groundwork for complete reimplementation of product pages
|
|
304
|
+
([b224da8](https://github.com/ho-nl/m2-pwa/commit/b224da8273eb5c8173ad30d006391b2291331623))
|
|
305
|
+
- **image:** introduced completely rewritten Image component
|
|
306
|
+
([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
|
|
307
|
+
- implemented checkmo payment method
|
|
308
|
+
([18525b2](https://github.com/ho-nl/m2-pwa/commit/18525b2f4efe9bd0eea12a7a992d284f341e0c68))
|
|
309
|
+
- introduced magento-product-types package
|
|
310
|
+
([1a0932b](https://github.com/ho-nl/m2-pwa/commit/1a0932b5d882608dcf8fd2e3b17ee9868f5f5776))
|
|
311
|
+
- introduces framer-next-pages and framer-sheet to next-ui and soxbase package
|
|
312
|
+
([e04ad8a](https://github.com/ho-nl/m2-pwa/commit/e04ad8a94cd1fd5a7c5575c9db7916b6e8a88f16))
|
|
313
|
+
- introducing useAutoSubmit for useForm to handle shipping address step
|
|
314
|
+
([d375a12](https://github.com/ho-nl/m2-pwa/commit/d375a123d5ba88285703fc1706a43c21c5a248d5))
|
|
315
|
+
- **magento-graphql:** added core magentoTypePolicies
|
|
316
|
+
([bdf15d0](https://github.com/ho-nl/m2-pwa/commit/bdf15d0d3c04e88339a8385d76f3b1ab9589fde3))
|
|
317
|
+
- make action optional in snackbar
|
|
318
|
+
([70cf9a4](https://github.com/ho-nl/m2-pwa/commit/70cf9a456e483040b2aad087a9cc01ecf85fe4c8))
|
|
319
|
+
- **next-ui:** SectionContainer/SectionHeader now accepts variantLeft/variantRight as prop
|
|
320
|
+
([a58f8f2](https://github.com/ho-nl/m2-pwa/commit/a58f8f2962e74c9aaa41142524d42d9c8f662b8d))
|
|
321
|
+
- next.js 11
|
|
322
|
+
([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
|
|
323
|
+
- **playwright:** add github action
|
|
324
|
+
([0ef1094](https://github.com/ho-nl/m2-pwa/commit/0ef109400488869b40e1cc973effeb5976a2adb9))
|
|
325
|
+
- **playwright:** added new playwright package to enable browser testing
|
|
326
|
+
([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
327
|
+
- product delivery component for sidebar
|
|
328
|
+
([caa9809](https://github.com/ho-nl/m2-pwa/commit/caa9809d6c10570cb47e58c5e8191c40f20f1dbe))
|
|
329
|
+
- renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
|
|
330
|
+
[@reachdigital](https://github.com/reachdigital)
|
|
331
|
+
([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
|
|
332
|
+
- schema.org data on products
|
|
333
|
+
([5f158a9](https://github.com/ho-nl/m2-pwa/commit/5f158a93eef2407249b881ec804e45b07b0caab9))
|
|
334
|
+
- Setup textswatch to show prices and delivery
|
|
335
|
+
([10eddf9](https://github.com/ho-nl/m2-pwa/commit/10eddf91875265a9ea605d9bca5c29645d66c535))
|
|
336
|
+
- svgimage component
|
|
337
|
+
([f369605](https://github.com/ho-nl/m2-pwa/commit/f3696051e381a24c543fd24e199da5b17f9e124f))
|
|
338
|
+
- **theme:** restructured fonts and applied to home and category page
|
|
339
|
+
([6adf5f1](https://github.com/ho-nl/m2-pwa/commit/6adf5f11321bdfbf499125f1161c5abf5a1bfe4a))
|
|
340
|
+
- **theme:** restructured typography
|
|
341
|
+
([6fcddae](https://github.com/ho-nl/m2-pwa/commit/6fcddae6b1b54d071475c59c80a9f8d8a36294d5))
|
|
342
|
+
- upgrade to node 14
|
|
343
|
+
([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
|
|
344
|
+
- upgraded to nextjs 11
|
|
345
|
+
([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
|
|
346
|
+
- useFormMutationCart and simpler imports
|
|
347
|
+
([012f090](https://github.com/ho-nl/m2-pwa/commit/012f090e8f54d09f35d393c61ad1e2319f5a90ff))
|
|
348
|
+
- useFormPersist, useFormAutoSubmit, useFormGqlMutation everywhere
|
|
349
|
+
([e591285](https://github.com/ho-nl/m2-pwa/commit/e5912854babee87c8efc5b7c00455d61b301aad3))
|
|
210
350
|
|
|
211
351
|
### Reverts
|
|
212
352
|
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
353
|
+
- Revert "chore: upgrade @apollo/client"
|
|
354
|
+
([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
|
|
216
355
|
|
|
217
356
|
## 2.0.8 (2020-10-28)
|
|
218
357
|
|
|
219
|
-
|
|
220
358
|
### Bug Fixes
|
|
221
359
|
|
|
222
|
-
|
|
223
|
-
|
|
360
|
+
- make sure themes extensions are found
|
|
361
|
+
([5aa18db](https://github.com/ho-nl/m2-pwa/commit/5aa18db514fd2e2f50681367e39523f8e742ece0))
|
|
224
362
|
|
|
225
363
|
### Features
|
|
226
364
|
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
365
|
+
- added generated graphql.ts files
|
|
366
|
+
([3e44415](https://github.com/ho-nl/m2-pwa/commit/3e44415b018e74b502e9e98479aa5e84041f337d))
|
|
367
|
+
- split into packages
|
|
368
|
+
([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
|
|
230
369
|
|
|
231
370
|
### BREAKING CHANGES
|
|
232
371
|
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
372
|
+
- huge folder structure refactor, please read README to reinstall
|
|
238
373
|
|
|
239
374
|
# Change Log
|
|
240
375
|
|
|
@@ -291,8 +426,7 @@ All notable changes to this project will be documented in this file. See
|
|
|
291
426
|
|
|
292
427
|
### Bug Fixes
|
|
293
428
|
|
|
294
|
-
- remove magento-category package from magento-product solving a circular
|
|
295
|
-
dependency
|
|
429
|
+
- remove magento-category package from magento-product solving a circular dependency
|
|
296
430
|
([7379e6e](https://github.com/ho-nl/m2-pwa/commit/7379e6ede4829392b35008c17743181d9cac0636))
|
|
297
431
|
|
|
298
432
|
## [2.101.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@2.101.2...@graphcommerce/magento-product-configurable@2.101.3) (2021-07-29)
|
|
@@ -329,8 +463,7 @@ All notable changes to this project will be documented in this file. See
|
|
|
329
463
|
|
|
330
464
|
### Bug Fixes
|
|
331
465
|
|
|
332
|
-
- **configurable-product-add-to-cart:** don't show success message when add to
|
|
333
|
-
cart fails
|
|
466
|
+
- **configurable-product-add-to-cart:** don't show success message when add to cart fails
|
|
334
467
|
([1095581](https://github.com/ho-nl/m2-pwa/commit/10955819d720b84c85b7870dc6cd2d7bc34f7dc5))
|
|
335
468
|
- ignore md files from triggering version updates
|
|
336
469
|
([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|