@graphcommerce/magento-product-configurable 9.0.0-canary.100 → 9.0.0-canary.103
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 +53 -1088
- package/ConfigurableCartItem/ConfigurableCartItem.tsx +3 -2
- package/ConfigurableCartItem/OptionsList.tsx +4 -3
- package/ConfigurableContext/ConfigurableContext.tsx +3 -11
- package/ConfigurableContext/cheapestVariant.ts +1 -1
- package/ConfigurableOptions/ConfigurableOptions.tsx +9 -6
- package/ConfigurableProductAddToCart/ConfigurableProductAddToCart.tsx +7 -10
- package/SwatchList.tsx +2 -2
- package/Swatches/ColorSwatchData.tsx +5 -4
- package/Swatches/ImageSwatchData.tsx +5 -4
- package/Swatches/TextSwatchData.tsx +5 -4
- package/Swatches/types.ts +4 -4
- package/components/ConfigurableCartItemOptions/ConfigurableCartItemOptions.tsx +3 -2
- package/components/ConfigurableOptionValue/ConfigurableOptionValue.tsx +2 -2
- package/components/ConfigurableOptionValueColor/ConfigurableOptionValueColor.tsx +2 -2
- package/components/ConfigurableOptionValueImage/ConfigurableOptionValueImage.tsx +2 -2
- package/components/ConfigurableOptionValueText/ConfigurableOptionValueText.tsx +2 -2
- package/components/ConfigurableProductOptions/ConfigurableProductOption.tsx +10 -9
- package/components/ConfigurableProductOptions/ConfigurableProductOptions.tsx +8 -5
- package/components/ProductListItemConfigurable/ProductListItemConfigurable.tsx +3 -6
- package/hooks/useConfigurableOptionsSelection.ts +2 -1
- package/package.json +19 -19
- package/plugins/ConfigurableProductPage/ConfigurableProductPageDescription.tsx +2 -2
- package/plugins/ConfigurableProductPage/ConfigurableProductPageMeta.tsx +2 -5
- package/plugins/ConfigurableProductPage/ConfigurableProductPagePrice.tsx +1 -1
- package/test/addConfigurableProductToCart.ts +2 -1
- package/utils/defaultConfigurableOptionsSelection.ts +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,922 +1,118 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 9.0.0-canary.
|
|
3
|
+
## 9.0.0-canary.103
|
|
4
4
|
|
|
5
|
-
## 9.0.0-canary.
|
|
6
|
-
|
|
7
|
-
## 9.0.0-canary.98
|
|
8
|
-
|
|
9
|
-
## 9.0.0-canary.97
|
|
10
|
-
|
|
11
|
-
## 9.0.0-canary.96
|
|
12
|
-
|
|
13
|
-
## 9.0.0-canary.95
|
|
14
|
-
|
|
15
|
-
## 9.0.0-canary.94
|
|
16
|
-
|
|
17
|
-
## 9.0.0-canary.93
|
|
18
|
-
|
|
19
|
-
## 9.0.0-canary.92
|
|
20
|
-
|
|
21
|
-
## 9.0.0-canary.91
|
|
22
|
-
|
|
23
|
-
## 9.0.0-canary.90
|
|
24
|
-
|
|
25
|
-
### Patch Changes
|
|
26
|
-
|
|
27
|
-
- [#2397](https://github.com/graphcommerce-org/graphcommerce/pull/2397) [`d4d5a98`](https://github.com/graphcommerce-org/graphcommerce/commit/d4d5a983dea6d034dcbdeed9cf30fb33133dde39) - Add requireOptionSelection boolean to prevent users from deselecting configurable options ([@carlocarels90](https://github.com/carlocarels90))
|
|
28
|
-
|
|
29
|
-
## 9.0.0-canary.89
|
|
30
|
-
|
|
31
|
-
## 9.0.0-canary.88
|
|
32
|
-
|
|
33
|
-
## 9.0.0-canary.87
|
|
34
|
-
|
|
35
|
-
## 9.0.0-canary.86
|
|
36
|
-
|
|
37
|
-
## 9.0.0-canary.85
|
|
38
|
-
|
|
39
|
-
## 9.0.0-canary.84
|
|
40
|
-
|
|
41
|
-
## 9.0.0-canary.83
|
|
42
|
-
|
|
43
|
-
## 9.0.0-canary.82
|
|
44
|
-
|
|
45
|
-
## 9.0.0-canary.81
|
|
46
|
-
|
|
47
|
-
## 9.0.0-canary.80
|
|
48
|
-
|
|
49
|
-
## 9.0.0-canary.79
|
|
50
|
-
|
|
51
|
-
## 9.0.0-canary.78
|
|
52
|
-
|
|
53
|
-
## 9.0.0-canary.77
|
|
54
|
-
|
|
55
|
-
## 9.0.0-canary.76
|
|
56
|
-
|
|
57
|
-
## 9.0.0-canary.75
|
|
58
|
-
|
|
59
|
-
## 9.0.0-canary.74
|
|
60
|
-
|
|
61
|
-
## 9.0.0-canary.73
|
|
62
|
-
|
|
63
|
-
## 9.0.0-canary.72
|
|
64
|
-
|
|
65
|
-
## 9.0.0-canary.71
|
|
66
|
-
|
|
67
|
-
## 9.0.0-canary.70
|
|
68
|
-
|
|
69
|
-
## 9.0.0-canary.69
|
|
70
|
-
|
|
71
|
-
## 9.0.0-canary.68
|
|
72
|
-
|
|
73
|
-
## 9.0.0-canary.67
|
|
74
|
-
|
|
75
|
-
## 9.0.0-canary.66
|
|
76
|
-
|
|
77
|
-
## 9.0.0-canary.65
|
|
78
|
-
|
|
79
|
-
## 9.0.0-canary.64
|
|
80
|
-
|
|
81
|
-
## 9.0.0-canary.63
|
|
82
|
-
|
|
83
|
-
## 9.0.0-canary.62
|
|
84
|
-
|
|
85
|
-
## 9.0.0-canary.61
|
|
86
|
-
|
|
87
|
-
## 9.0.0-canary.60
|
|
88
|
-
|
|
89
|
-
## 9.0.0-canary.59
|
|
90
|
-
|
|
91
|
-
## 9.0.0-canary.58
|
|
92
|
-
|
|
93
|
-
## 9.0.0-canary.57
|
|
94
|
-
|
|
95
|
-
## 9.0.0-canary.56
|
|
96
|
-
|
|
97
|
-
## 9.0.0-canary.55
|
|
98
|
-
|
|
99
|
-
## 9.0.0-canary.54
|
|
100
|
-
|
|
101
|
-
## 8.1.0-canary.53
|
|
102
|
-
|
|
103
|
-
## 8.1.0-canary.52
|
|
104
|
-
|
|
105
|
-
## 8.1.0-canary.51
|
|
106
|
-
|
|
107
|
-
### Minor Changes
|
|
108
|
-
|
|
109
|
-
- [#2322](https://github.com/graphcommerce-org/graphcommerce/pull/2322) [`4d08a2b`](https://github.com/graphcommerce-org/graphcommerce/commit/4d08a2bd8c1919bd85b18e8e856775d18fb67e00) - Rename configurable_customizable back to customizable_options ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
110
|
-
|
|
111
|
-
## 8.1.0-canary.50
|
|
112
|
-
|
|
113
|
-
## 8.1.0-canary.49
|
|
114
|
-
|
|
115
|
-
## 8.1.0-canary.48
|
|
116
|
-
|
|
117
|
-
## 8.1.0-canary.47
|
|
118
|
-
|
|
119
|
-
## 8.1.0-canary.46
|
|
120
|
-
|
|
121
|
-
## 8.1.0-canary.45
|
|
122
|
-
|
|
123
|
-
## 8.1.0-canary.44
|
|
124
|
-
|
|
125
|
-
## 8.1.0-canary.43
|
|
126
|
-
|
|
127
|
-
## 8.1.0-canary.42
|
|
128
|
-
|
|
129
|
-
## 8.1.0-canary.41
|
|
130
|
-
|
|
131
|
-
## 8.1.0-canary.40
|
|
132
|
-
|
|
133
|
-
## 8.1.0-canary.39
|
|
134
|
-
|
|
135
|
-
## 8.1.0-canary.38
|
|
136
|
-
|
|
137
|
-
## 8.1.0-canary.37
|
|
138
|
-
|
|
139
|
-
## 8.1.0-canary.36
|
|
140
|
-
|
|
141
|
-
## 8.1.0-canary.35
|
|
142
|
-
|
|
143
|
-
## 8.1.0-canary.34
|
|
144
|
-
|
|
145
|
-
## 8.1.0-canary.33
|
|
146
|
-
|
|
147
|
-
### Patch Changes
|
|
148
|
-
|
|
149
|
-
- [#2302](https://github.com/graphcommerce-org/graphcommerce/pull/2302) [`6b7f908`](https://github.com/graphcommerce-org/graphcommerce/commit/6b7f908b7a2561e9d7f6ec3eaf2a6aca8d77b72f) - Fixed tier prices not working for non-configurable products ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
150
|
-
|
|
151
|
-
## 8.1.0-canary.32
|
|
152
|
-
|
|
153
|
-
## 8.1.0-canary.31
|
|
154
|
-
|
|
155
|
-
## 8.1.0-canary.30
|
|
156
|
-
|
|
157
|
-
## 8.1.0-canary.29
|
|
158
|
-
|
|
159
|
-
## 8.1.0-canary.28
|
|
160
|
-
|
|
161
|
-
## 8.1.0-canary.27
|
|
162
|
-
|
|
163
|
-
## 8.1.0-canary.26
|
|
164
|
-
|
|
165
|
-
## 8.1.0-canary.25
|
|
166
|
-
|
|
167
|
-
## 8.1.0-canary.24
|
|
168
|
-
|
|
169
|
-
## 8.1.0-canary.23
|
|
170
|
-
|
|
171
|
-
### Patch Changes
|
|
172
|
-
|
|
173
|
-
- [#2282](https://github.com/graphcommerce-org/graphcommerce/pull/2282) [`e048f61`](https://github.com/graphcommerce-org/graphcommerce/commit/e048f6165ae5a15be99fba0c3d3529c700477d3e) - Disable configurable product options that are unavailable for selection. ([@carlocarels90](https://github.com/carlocarels90))
|
|
174
|
-
|
|
175
|
-
## 8.1.0-canary.22
|
|
176
|
-
|
|
177
|
-
## 8.1.0-canary.21
|
|
178
|
-
|
|
179
|
-
## 8.1.0-canary.20
|
|
180
|
-
|
|
181
|
-
## 8.1.0-canary.19
|
|
182
|
-
|
|
183
|
-
## 8.1.0-canary.18
|
|
184
|
-
|
|
185
|
-
## 8.1.0-canary.17
|
|
186
|
-
|
|
187
|
-
## 8.1.0-canary.16
|
|
188
|
-
|
|
189
|
-
## 8.1.0-canary.15
|
|
190
|
-
|
|
191
|
-
## 8.1.0-canary.14
|
|
192
|
-
|
|
193
|
-
## 8.1.0-canary.13
|
|
194
|
-
|
|
195
|
-
## 8.1.0-canary.12
|
|
196
|
-
|
|
197
|
-
## 8.1.0-canary.11
|
|
198
|
-
|
|
199
|
-
## 8.1.0-canary.10
|
|
200
|
-
|
|
201
|
-
## 8.1.0-canary.9
|
|
202
|
-
|
|
203
|
-
## 8.1.0-canary.8
|
|
204
|
-
|
|
205
|
-
### Patch Changes
|
|
206
|
-
|
|
207
|
-
- [#2247](https://github.com/graphcommerce-org/graphcommerce/pull/2247) [`444e446`](https://github.com/graphcommerce-org/graphcommerce/commit/444e446a218cc9da3defb940a6d5cce0229ff845) - Added clear upgrade instructions for linguiLocale ([@paales](https://github.com/paales))
|
|
208
|
-
|
|
209
|
-
## 8.1.0-canary.7
|
|
210
|
-
|
|
211
|
-
## 8.1.0-canary.6
|
|
212
|
-
|
|
213
|
-
## 8.1.0-canary.5
|
|
214
|
-
|
|
215
|
-
## 8.0.6-canary.4
|
|
216
|
-
|
|
217
|
-
## 8.0.6-canary.3
|
|
218
|
-
|
|
219
|
-
## 8.0.6-canary.2
|
|
220
|
-
|
|
221
|
-
### Patch Changes
|
|
222
|
-
|
|
223
|
-
- [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`0767bc4`](https://github.com/graphcommerce-org/graphcommerce/commit/0767bc40f7b596209f24ca4e745ff0441f3275c9) - Upgrade input components to no longer use muiRegister, which improves INP scores ([@FrankHarland](https://github.com/FrankHarland))
|
|
224
|
-
|
|
225
|
-
## 8.0.6-canary.1
|
|
226
|
-
|
|
227
|
-
### Patch Changes
|
|
228
|
-
|
|
229
|
-
- [#2213](https://github.com/graphcommerce-org/graphcommerce/pull/2213) [`a0d952e`](https://github.com/graphcommerce-org/graphcommerce/commit/a0d952e6b8a71a7451bfdb2bdb5150fc218169e2) - Moved product reviews to the relatedUpsells query so we do not pass the queryComplexity limit ([@paales](https://github.com/paales))
|
|
230
|
-
|
|
231
|
-
## 8.0.6-canary.0
|
|
232
|
-
|
|
233
|
-
### Patch Changes
|
|
234
|
-
|
|
235
|
-
- [#2196](https://github.com/graphcommerce-org/graphcommerce/pull/2196) [`84c50e4`](https://github.com/graphcommerce-org/graphcommerce/commit/84c50e49a1a7f154d4a8f4045c37e773e20283ad) - Allow Lingui to use linguiLocale with country identifiers like `en-us`, it would always load `en` in this case. Introced a new `useLocale` hook to use the correct locale string to use in Intl methods. ([@paales](https://github.com/paales))
|
|
236
|
-
|
|
237
|
-
## 8.0.5
|
|
238
|
-
|
|
239
|
-
### Patch Changes
|
|
240
|
-
|
|
241
|
-
- [#2239](https://github.com/graphcommerce-org/graphcommerce/pull/2239) [`a2a6e78`](https://github.com/graphcommerce-org/graphcommerce/commit/a2a6e78291ab978f4ef1236a4476b4d54555af7f) - Prices of products are now updated when customizable options are selected ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
242
|
-
|
|
243
|
-
## 8.0.5-canary.10
|
|
244
|
-
|
|
245
|
-
## 8.0.5-canary.9
|
|
246
|
-
|
|
247
|
-
## 8.0.5-canary.8
|
|
248
|
-
|
|
249
|
-
### Patch Changes
|
|
250
|
-
|
|
251
|
-
- [#2239](https://github.com/graphcommerce-org/graphcommerce/pull/2239) [`a2a6e78`](https://github.com/graphcommerce-org/graphcommerce/commit/a2a6e78291ab978f4ef1236a4476b4d54555af7f) - Prices of products are now updated when customizable options are selected ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
252
|
-
|
|
253
|
-
## 8.0.5-canary.7
|
|
254
|
-
|
|
255
|
-
## 8.0.5-canary.6
|
|
256
|
-
|
|
257
|
-
## 8.0.5-canary.5
|
|
258
|
-
|
|
259
|
-
## 8.0.5-canary.4
|
|
260
|
-
|
|
261
|
-
## 8.0.5-canary.3
|
|
262
|
-
|
|
263
|
-
## 8.0.5-canary.2
|
|
264
|
-
|
|
265
|
-
## 8.0.5-canary.1
|
|
266
|
-
|
|
267
|
-
## 8.0.5-canary.0
|
|
268
|
-
|
|
269
|
-
## 8.0.4
|
|
270
|
-
|
|
271
|
-
## 8.0.4-canary.1
|
|
272
|
-
|
|
273
|
-
## 8.0.4-canary.0
|
|
274
|
-
|
|
275
|
-
## 8.0.3
|
|
276
|
-
|
|
277
|
-
## 8.0.3-canary.6
|
|
278
|
-
|
|
279
|
-
## 8.0.3-canary.5
|
|
280
|
-
|
|
281
|
-
## 8.0.3-canary.4
|
|
282
|
-
|
|
283
|
-
## 8.0.3-canary.3
|
|
284
|
-
|
|
285
|
-
## 8.0.3-canary.2
|
|
286
|
-
|
|
287
|
-
## 8.0.3-canary.1
|
|
288
|
-
|
|
289
|
-
## 8.0.3-canary.0
|
|
290
|
-
|
|
291
|
-
## 8.0.2
|
|
292
|
-
|
|
293
|
-
## 8.0.2-canary.3
|
|
294
|
-
|
|
295
|
-
## 8.0.2-canary.2
|
|
296
|
-
|
|
297
|
-
## 8.0.2-canary.1
|
|
298
|
-
|
|
299
|
-
## 8.0.2-canary.0
|
|
300
|
-
|
|
301
|
-
## 8.0.1
|
|
302
|
-
|
|
303
|
-
### Patch Changes
|
|
304
|
-
|
|
305
|
-
- [#2190](https://github.com/graphcommerce-org/graphcommerce/pull/2190) [`770a309`](https://github.com/graphcommerce-org/graphcommerce/commit/770a309cdf0586aaaed5defd345e451dee8d89c8) - Fixed a bug concerning customizable options. Customizable options of configurable products are shown again in the cart. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
306
|
-
|
|
307
|
-
## 8.0.1-canary.4
|
|
308
|
-
|
|
309
|
-
## 8.0.1-canary.3
|
|
310
|
-
|
|
311
|
-
### Patch Changes
|
|
312
|
-
|
|
313
|
-
- [#2190](https://github.com/graphcommerce-org/graphcommerce/pull/2190) [`770a309`](https://github.com/graphcommerce-org/graphcommerce/commit/770a309cdf0586aaaed5defd345e451dee8d89c8) - Fixed a bug concerning customizable options. Customizable options of configurable products are shown again in the cart. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
314
|
-
|
|
315
|
-
## 8.0.1-canary.2
|
|
316
|
-
|
|
317
|
-
## 8.0.1-canary.1
|
|
318
|
-
|
|
319
|
-
## 8.0.1-canary.0
|
|
320
|
-
|
|
321
|
-
## 8.0.0
|
|
322
|
-
|
|
323
|
-
### Minor Changes
|
|
324
|
-
|
|
325
|
-
- [#2099](https://github.com/graphcommerce-org/graphcommerce/pull/2099) [`ff796b8`](https://github.com/graphcommerce-org/graphcommerce/commit/ff796b838fae6cb5e35b101500133b0235a8677d) - Support for all customizable product options (except file upload) on the product pages and in the cart. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
326
|
-
|
|
327
|
-
- [#2048](https://github.com/graphcommerce-org/graphcommerce/pull/2048) [`13e23e4`](https://github.com/graphcommerce-org/graphcommerce/commit/13e23e4265bac70fb4d0830e4661019e71ce299f) - Wishlist will now support configurable products and uses the `<ActionCardLayout/>` ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
328
|
-
|
|
329
|
-
### Patch Changes
|
|
330
|
-
|
|
331
|
-
- [#2048](https://github.com/graphcommerce-org/graphcommerce/pull/2048) [`bc90852`](https://github.com/graphcommerce-org/graphcommerce/commit/bc90852755479e48d25a370deccce0ca74e1e48f) - When selecting a non-existing option on a configurable product page, the price would be updated. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
332
|
-
|
|
333
|
-
- [#2058](https://github.com/graphcommerce-org/graphcommerce/pull/2058) [`16dc488`](https://github.com/graphcommerce-org/graphcommerce/commit/16dc4889543106238b1a87694e75586e4c1a787c) - Provide instant feedback on availble attribute options when making a selection on a configurable product ([@FrankHarland](https://github.com/FrankHarland))
|
|
334
|
-
|
|
335
|
-
- [#2146](https://github.com/graphcommerce-org/graphcommerce/pull/2146) [`3c19305`](https://github.com/graphcommerce-org/graphcommerce/commit/3c19305a7107d250bd898a9f4dfef38e362c2cbf) - Display the details of configurable products in the cart. ([@mikekeehnen](https://github.com/mikekeehnen))
|
|
336
|
-
|
|
337
|
-
- [#2137](https://github.com/graphcommerce-org/graphcommerce/pull/2137) [`df507b1`](https://github.com/graphcommerce-org/graphcommerce/commit/df507b194c67eef7b02df858c07938bb308b5397) - Don't render pseudo-locale in HTML lang attribute ([@hnsr](https://github.com/hnsr))
|
|
338
|
-
|
|
339
|
-
- [#2159](https://github.com/graphcommerce-org/graphcommerce/pull/2159) [`17a5304`](https://github.com/graphcommerce-org/graphcommerce/commit/17a5304cbe297d29ddddce0d88f2c1bff220b59d) - Prevent aggregations from being excluded when executing the `defaultConfigurableOptionsSelection` ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
340
|
-
|
|
341
|
-
## 8.0.0-canary.100
|
|
342
|
-
|
|
343
|
-
## 8.0.0-canary.99
|
|
344
|
-
|
|
345
|
-
## 8.0.0-canary.98
|
|
346
|
-
|
|
347
|
-
## 8.0.0-canary.97
|
|
348
|
-
|
|
349
|
-
## 8.0.0-canary.96
|
|
350
|
-
|
|
351
|
-
## 8.0.0-canary.95
|
|
352
|
-
|
|
353
|
-
### Patch Changes
|
|
354
|
-
|
|
355
|
-
- [#2146](https://github.com/graphcommerce-org/graphcommerce/pull/2146) [`3c19305`](https://github.com/graphcommerce-org/graphcommerce/commit/3c19305a7107d250bd898a9f4dfef38e362c2cbf) - Display the details of configurable products in the cart. ([@mikekeehnen](https://github.com/mikekeehnen))
|
|
356
|
-
|
|
357
|
-
## 8.0.0-canary.94
|
|
358
|
-
|
|
359
|
-
## 8.0.0-canary.93
|
|
360
|
-
|
|
361
|
-
## 8.0.0-canary.92
|
|
362
|
-
|
|
363
|
-
## 8.0.0-canary.91
|
|
364
|
-
|
|
365
|
-
## 8.0.0-canary.90
|
|
366
|
-
|
|
367
|
-
## 8.0.0-canary.89
|
|
368
|
-
|
|
369
|
-
## 8.0.0-canary.88
|
|
370
|
-
|
|
371
|
-
## 8.0.0-canary.87
|
|
372
|
-
|
|
373
|
-
## 8.0.0-canary.86
|
|
374
|
-
|
|
375
|
-
## 8.0.0-canary.85
|
|
376
|
-
|
|
377
|
-
## 8.0.0-canary.84
|
|
378
|
-
|
|
379
|
-
## 8.0.0-canary.83
|
|
380
|
-
|
|
381
|
-
## 8.0.0-canary.82
|
|
382
|
-
|
|
383
|
-
## 8.0.0-canary.81
|
|
384
|
-
|
|
385
|
-
## 8.0.0-canary.80
|
|
386
|
-
|
|
387
|
-
## 8.0.0-canary.79
|
|
388
|
-
|
|
389
|
-
### Patch Changes
|
|
390
|
-
|
|
391
|
-
- [#2137](https://github.com/graphcommerce-org/graphcommerce/pull/2137) [`df507b1`](https://github.com/graphcommerce-org/graphcommerce/commit/df507b194c67eef7b02df858c07938bb308b5397) - Don't render pseudo-locale in HTML lang attribute ([@hnsr](https://github.com/hnsr))
|
|
392
|
-
|
|
393
|
-
## 8.0.0-canary.78
|
|
394
|
-
|
|
395
|
-
## 8.0.0-canary.77
|
|
396
|
-
|
|
397
|
-
## 8.0.0-canary.76
|
|
398
|
-
|
|
399
|
-
## 8.0.0-canary.75
|
|
400
|
-
|
|
401
|
-
## 8.0.0-canary.74
|
|
402
|
-
|
|
403
|
-
## 8.0.0-canary.73
|
|
404
|
-
|
|
405
|
-
## 8.0.0-canary.72
|
|
406
|
-
|
|
407
|
-
### Patch Changes
|
|
408
|
-
|
|
409
|
-
- [#2159](https://github.com/graphcommerce-org/graphcommerce/pull/2159) [`17a5304`](https://github.com/graphcommerce-org/graphcommerce/commit/17a5304cbe297d29ddddce0d88f2c1bff220b59d) - Spread product back into products instead of only adding items ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
410
|
-
|
|
411
|
-
## 8.0.0-canary.71
|
|
412
|
-
|
|
413
|
-
### Minor Changes
|
|
414
|
-
|
|
415
|
-
- [#2099](https://github.com/graphcommerce-org/graphcommerce/pull/2099) [`ff796b8`](https://github.com/graphcommerce-org/graphcommerce/commit/ff796b838fae6cb5e35b101500133b0235a8677d) - Created UI for all customizable options except for the file upload customizable option ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
416
|
-
|
|
417
|
-
## 8.0.0-canary.70
|
|
418
|
-
|
|
419
|
-
## 8.0.0-canary.69
|
|
420
|
-
|
|
421
|
-
## 7.1.0-canary.68
|
|
422
|
-
|
|
423
|
-
## 7.1.0-canary.67
|
|
424
|
-
|
|
425
|
-
## 7.1.0-canary.66
|
|
426
|
-
|
|
427
|
-
## 7.1.0-canary.65
|
|
428
|
-
|
|
429
|
-
## 7.1.0-canary.64
|
|
430
|
-
|
|
431
|
-
## 7.1.0-canary.63
|
|
432
|
-
|
|
433
|
-
## 7.1.0-canary.62
|
|
434
|
-
|
|
435
|
-
## 7.1.0-canary.61
|
|
436
|
-
|
|
437
|
-
## 7.1.0-canary.60
|
|
438
|
-
|
|
439
|
-
## 7.1.0-canary.59
|
|
440
|
-
|
|
441
|
-
## 7.1.0-canary.58
|
|
442
|
-
|
|
443
|
-
## 7.1.0-canary.57
|
|
444
|
-
|
|
445
|
-
## 7.1.0-canary.56
|
|
446
|
-
|
|
447
|
-
## 7.1.0-canary.55
|
|
448
|
-
|
|
449
|
-
## 7.1.0-canary.54
|
|
450
|
-
|
|
451
|
-
## 7.1.0-canary.53
|
|
452
|
-
|
|
453
|
-
## 7.1.0-canary.52
|
|
454
|
-
|
|
455
|
-
## 7.1.0-canary.51
|
|
456
|
-
|
|
457
|
-
## 7.1.0-canary.50
|
|
458
|
-
|
|
459
|
-
## 7.1.0-canary.49
|
|
460
|
-
|
|
461
|
-
## 7.1.0-canary.48
|
|
462
|
-
|
|
463
|
-
## 7.1.0-canary.47
|
|
464
|
-
|
|
465
|
-
## 7.1.0-canary.46
|
|
466
|
-
|
|
467
|
-
## 7.1.0-canary.45
|
|
468
|
-
|
|
469
|
-
## 7.1.0-canary.38
|
|
470
|
-
|
|
471
|
-
### Minor Changes
|
|
472
|
-
|
|
473
|
-
- [#2048](https://github.com/graphcommerce-org/graphcommerce/pull/2048) [`13e23e426`](https://github.com/graphcommerce-org/graphcommerce/commit/13e23e4265bac70fb4d0830e4661019e71ce299f) - Wishlist will now support configurable products and uses the ActionCardLayout ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
474
|
-
|
|
475
|
-
### Patch Changes
|
|
476
|
-
|
|
477
|
-
- [#2048](https://github.com/graphcommerce-org/graphcommerce/pull/2048) [`bc9085275`](https://github.com/graphcommerce-org/graphcommerce/commit/bc90852755479e48d25a370deccce0ca74e1e48f) - When selecitng a non-existing option on a configurable product page, the price would not update. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
478
|
-
|
|
479
|
-
## 7.1.0-canary.37
|
|
480
|
-
|
|
481
|
-
## 7.1.0-canary.36
|
|
482
|
-
|
|
483
|
-
## 7.1.0-canary.35
|
|
484
|
-
|
|
485
|
-
## 7.1.0-canary.34
|
|
486
|
-
|
|
487
|
-
## 7.1.0-canary.33
|
|
488
|
-
|
|
489
|
-
## 7.1.0-canary.32
|
|
490
|
-
|
|
491
|
-
## 7.1.0-canary.31
|
|
492
|
-
|
|
493
|
-
## 7.1.0-canary.30
|
|
494
|
-
|
|
495
|
-
## 7.1.0-canary.29
|
|
496
|
-
|
|
497
|
-
## 7.1.0-canary.28
|
|
498
|
-
|
|
499
|
-
## 7.1.0-canary.27
|
|
500
|
-
|
|
501
|
-
## 7.1.0-canary.26
|
|
502
|
-
|
|
503
|
-
## 7.1.0-canary.25
|
|
504
|
-
|
|
505
|
-
## 7.1.0-canary.24
|
|
506
|
-
|
|
507
|
-
## 7.1.0-canary.23
|
|
508
|
-
|
|
509
|
-
## 7.1.0-canary.22
|
|
510
|
-
|
|
511
|
-
## 7.1.0-canary.21
|
|
512
|
-
|
|
513
|
-
## 7.1.0-canary.20
|
|
514
|
-
|
|
515
|
-
## 7.1.0-canary.19
|
|
516
|
-
|
|
517
|
-
## 7.1.0-canary.18
|
|
518
|
-
|
|
519
|
-
## 7.1.0-canary.17
|
|
520
|
-
|
|
521
|
-
## 7.1.0-canary.16
|
|
522
|
-
|
|
523
|
-
## 7.1.0-canary.15
|
|
524
|
-
|
|
525
|
-
## 7.1.0-canary.14
|
|
526
|
-
|
|
527
|
-
## 7.1.0-canary.13
|
|
528
|
-
|
|
529
|
-
## 7.1.0-canary.12
|
|
530
|
-
|
|
531
|
-
## 7.1.0-canary.11
|
|
532
|
-
|
|
533
|
-
### Patch Changes
|
|
534
|
-
|
|
535
|
-
- [#2058](https://github.com/graphcommerce-org/graphcommerce/pull/2058) [`16dc48895`](https://github.com/graphcommerce-org/graphcommerce/commit/16dc4889543106238b1a87694e75586e4c1a787c) - Provide instant feedback on availble attribute options when making a selection on a configurable product ([@FrankHarland](https://github.com/FrankHarland))
|
|
536
|
-
|
|
537
|
-
## 7.1.0-canary.10
|
|
538
|
-
|
|
539
|
-
## 7.1.0-canary.9
|
|
540
|
-
|
|
541
|
-
## 7.1.0-canary.8
|
|
542
|
-
|
|
543
|
-
## 7.0.2-canary.7
|
|
544
|
-
|
|
545
|
-
## 7.0.2-canary.6
|
|
546
|
-
|
|
547
|
-
## 7.0.2-canary.5
|
|
548
|
-
|
|
549
|
-
## 7.0.1
|
|
550
|
-
|
|
551
|
-
### Patch Changes
|
|
552
|
-
|
|
553
|
-
- [#2052](https://github.com/graphcommerce-org/graphcommerce/pull/2052) [`5b9c1fa81`](https://github.com/graphcommerce-org/graphcommerce/commit/5b9c1fa818c5bc906a64dd47b73276b25d45ef0b) - When configurableVariantForSimple was set to false it wouldn't correctly show the simple product. ([@JoshuaS98](https://github.com/JoshuaS98))
|
|
554
|
-
|
|
555
|
-
- [#2051](https://github.com/graphcommerce-org/graphcommerce/pull/2051) [`13d54555b`](https://github.com/graphcommerce-org/graphcommerce/commit/13d54555bc5b85a79456610cb066d397d18866eb) - Remove zoom from targetUrl to fix back navigation on zoom ([@mikekeehnen](https://github.com/mikekeehnen))
|
|
556
|
-
|
|
557
|
-
## 7.0.1-canary.15
|
|
558
|
-
|
|
559
|
-
## 7.0.1-canary.14
|
|
560
|
-
|
|
561
|
-
## 7.0.1-canary.13
|
|
562
|
-
|
|
563
|
-
## 7.0.1-canary.12
|
|
564
|
-
|
|
565
|
-
## 7.0.1-canary.11
|
|
566
|
-
|
|
567
|
-
## 7.0.1-canary.10
|
|
568
|
-
|
|
569
|
-
## 7.0.1-canary.9
|
|
570
|
-
|
|
571
|
-
## 7.0.1-canary.8
|
|
572
|
-
|
|
573
|
-
### Patch Changes
|
|
574
|
-
|
|
575
|
-
- [#2052](https://github.com/graphcommerce-org/graphcommerce/pull/2052) [`5b9c1fa81`](https://github.com/graphcommerce-org/graphcommerce/commit/5b9c1fa818c5bc906a64dd47b73276b25d45ef0b) - When configurableVariantForSimple was set to false it wouldn't correctly show the simple product. ([@JoshuaS98](https://github.com/JoshuaS98))
|
|
576
|
-
|
|
577
|
-
## 7.0.1-canary.7
|
|
578
|
-
|
|
579
|
-
## 7.0.1-canary.6
|
|
580
|
-
|
|
581
|
-
## 7.0.1-canary.5
|
|
582
|
-
|
|
583
|
-
### Patch Changes
|
|
584
|
-
|
|
585
|
-
- [#2051](https://github.com/graphcommerce-org/graphcommerce/pull/2051) [`13d54555b`](https://github.com/graphcommerce-org/graphcommerce/commit/13d54555bc5b85a79456610cb066d397d18866eb) - Remove zoom from targetUrl to fix back navigation on zoom ([@mikekeehnen](https://github.com/mikekeehnen))
|
|
586
|
-
|
|
587
|
-
## 7.0.1-canary.4
|
|
588
|
-
|
|
589
|
-
## 7.0.1-canary.3
|
|
590
|
-
|
|
591
|
-
## 7.0.1-canary.2
|
|
592
|
-
|
|
593
|
-
## 7.0.1-canary.1
|
|
594
|
-
|
|
595
|
-
## 7.0.1-canary.0
|
|
596
|
-
|
|
597
|
-
## 7.0.0
|
|
598
|
-
|
|
599
|
-
### Minor Changes
|
|
600
|
-
|
|
601
|
-
- [#1978](https://github.com/graphcommerce-org/graphcommerce/pull/1978) [`0c91ac1f7`](https://github.com/graphcommerce-org/graphcommerce/commit/0c91ac1f70f58dec418e945fc4a6a8c6732cc21e) - When a user selects a variant, it will switch the values on the configurable page with the values of the configured variant. Enabling options here will allow switching of those variants. ([@carlocarels90](https://github.com/carlocarels90))
|
|
602
|
-
|
|
603
|
-
- [#2003](https://github.com/graphcommerce-org/graphcommerce/pull/2003) [`609b384de`](https://github.com/graphcommerce-org/graphcommerce/commit/609b384de8cded7a9dd2f29bd516ded810ab970a) - Created a new version of the cart using ActionCards for each CartItem. Different types of CartItems can have different ActionCards. These ActionCards will be overridden with the use of Plugins. An example can be found in the @graphcommerce/magento-product-configurable package. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
604
|
-
|
|
605
|
-
- [#1988](https://github.com/graphcommerce-org/graphcommerce/pull/1988) [`af8e0d176`](https://github.com/graphcommerce-org/graphcommerce/commit/af8e0d176af8197a0c13b9a29b438cb54cc29ce4) - Multi website with multiple duplicates locales support. Use website suffixes like `en-us-website1` and `en-us-website2` as the locale declaration. ([@hnsr](https://github.com/hnsr))
|
|
606
|
-
|
|
607
|
-
- [#1991](https://github.com/graphcommerce-org/graphcommerce/pull/1991) [`ebce5dae9`](https://github.com/graphcommerce-org/graphcommerce/commit/ebce5dae99fcc28d0dc63abe17e652af528e29a4) - Added an opt-in configuration `configurableVariantForSimple` that allows rendering of a configurable product page on a simple product URL with the options pre-selected. ([@JoshuaS98](https://github.com/JoshuaS98))
|
|
608
|
-
|
|
609
|
-
### Patch Changes
|
|
610
|
-
|
|
611
|
-
- [#1940](https://github.com/graphcommerce-org/graphcommerce/pull/1940) [`a766c0d8a`](https://github.com/graphcommerce-org/graphcommerce/commit/a766c0d8a2f166cd324482bb80799341f5252fe0) - Product specifications wouldn't display for simple products ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
612
|
-
|
|
613
|
-
- [#1991](https://github.com/graphcommerce-org/graphcommerce/pull/1991) [`ac6678dc5`](https://github.com/graphcommerce-org/graphcommerce/commit/ac6678dc5ed786df18344866bf8a8cb1e34c5457) - Make sure the products and relatedUpsells fields from the ProductPage2 query are merged correctly ([@JoshuaS98](https://github.com/JoshuaS98))
|
|
614
|
-
|
|
615
|
-
- [#1898](https://github.com/graphcommerce-org/graphcommerce/pull/1898) [`e28af9ea6`](https://github.com/graphcommerce-org/graphcommerce/commit/e28af9ea6c0bf9b904df880b5c2a13a2f580727b) - ConfigurableProduct super attributes that were regular dropdowns would throw an error. ([@paales](https://github.com/paales))
|
|
616
|
-
|
|
617
|
-
- [#1991](https://github.com/graphcommerce-org/graphcommerce/pull/1991) [`356469bdd`](https://github.com/graphcommerce-org/graphcommerce/commit/356469bdd621572bef1ee216983d12f3c2c4bb56) - Remove the requirement to query attributes on simple for simple products when `configurableVariantForSimple` is enabled and use the `variants` of the configurable product. ([@JoshuaS98](https://github.com/JoshuaS98))
|
|
618
|
-
|
|
619
|
-
- [#1914](https://github.com/graphcommerce-org/graphcommerce/pull/1914) [`742520b03`](https://github.com/graphcommerce-org/graphcommerce/commit/742520b038b367026ac7e3e364a0147415f17301) - ConfigurableOptionsSelection causes a cache error ([@paales](https://github.com/paales))
|
|
620
|
-
|
|
621
|
-
## 6.2.0-canary.98
|
|
622
|
-
|
|
623
|
-
## 6.2.0-canary.97
|
|
624
|
-
|
|
625
|
-
## 6.2.0-canary.96
|
|
626
|
-
|
|
627
|
-
## 6.2.0-canary.95
|
|
628
|
-
|
|
629
|
-
## 6.2.0-canary.94
|
|
630
|
-
|
|
631
|
-
## 6.2.0-canary.93
|
|
632
|
-
|
|
633
|
-
## 6.2.0-canary.92
|
|
634
|
-
|
|
635
|
-
## 6.2.0-canary.91
|
|
636
|
-
|
|
637
|
-
## 6.2.0-canary.90
|
|
638
|
-
|
|
639
|
-
## 6.2.0-canary.89
|
|
640
|
-
|
|
641
|
-
## 6.2.0-canary.88
|
|
642
|
-
|
|
643
|
-
## 6.2.0-canary.87
|
|
644
|
-
|
|
645
|
-
### Patch Changes
|
|
646
|
-
|
|
647
|
-
- [#2022](https://github.com/graphcommerce-org/graphcommerce/pull/2022) [`0495db84d`](https://github.com/graphcommerce-org/graphcommerce/commit/0495db84d1d450750bd74b94a379b4e7764a5753) - add documentation for the GraphCommerceStorefrontConfig gallery option. ([@carlocarels90](https://github.com/carlocarels90))
|
|
648
|
-
|
|
649
|
-
## 6.2.0-canary.86
|
|
650
|
-
|
|
651
|
-
## 6.2.0-canary.85
|
|
652
|
-
|
|
653
|
-
## 6.2.0-canary.84
|
|
654
|
-
|
|
655
|
-
## 6.2.0-canary.83
|
|
656
|
-
|
|
657
|
-
## 6.2.0-canary.82
|
|
658
|
-
|
|
659
|
-
## 6.2.0-canary.81
|
|
660
|
-
|
|
661
|
-
### Minor Changes
|
|
662
|
-
|
|
663
|
-
- [#2003](https://github.com/graphcommerce-org/graphcommerce/pull/2003) [`609b384de`](https://github.com/graphcommerce-org/graphcommerce/commit/609b384de8cded7a9dd2f29bd516ded810ab970a) - Created a new version of the cart using ActionCards for each CartItem. Different types of CartItems can have different ActionCards. These ActionCards will be overridden with the use of Plugins. An example can be found in the @graphcommerce/magento-product-configurable package. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
664
|
-
|
|
665
|
-
## 6.2.0-canary.80
|
|
666
|
-
|
|
667
|
-
## 6.2.0-canary.79
|
|
668
|
-
|
|
669
|
-
## 6.2.0-canary.78
|
|
670
|
-
|
|
671
|
-
### Minor Changes
|
|
672
|
-
|
|
673
|
-
- [#1988](https://github.com/graphcommerce-org/graphcommerce/pull/1988) [`af8e0d176`](https://github.com/graphcommerce-org/graphcommerce/commit/af8e0d176af8197a0c13b9a29b438cb54cc29ce4) - Multi website with multiple duplicates locales support. Use `en-us-website1`, `en-us-website2` as the locale declaration. ([@hnsr](https://github.com/hnsr))
|
|
674
|
-
|
|
675
|
-
## 6.2.0-canary.77
|
|
676
|
-
|
|
677
|
-
## 6.2.0-canary.76
|
|
678
|
-
|
|
679
|
-
## 6.2.0-canary.75
|
|
680
|
-
|
|
681
|
-
## 6.2.0-canary.74
|
|
682
|
-
|
|
683
|
-
## 6.2.0-canary.73
|
|
684
|
-
|
|
685
|
-
### Minor Changes
|
|
686
|
-
|
|
687
|
-
- [#1978](https://github.com/graphcommerce-org/graphcommerce/pull/1978) [`0c91ac1f7`](https://github.com/graphcommerce-org/graphcommerce/commit/0c91ac1f70f58dec418e945fc4a6a8c6732cc21e) - When a user selects a variant, it will switch the values on the configurable page with the values of the configured variant. Enabling options here will allow switching of those variants. ([@carlocarels90](https://github.com/carlocarels90))
|
|
688
|
-
|
|
689
|
-
## 6.2.0-canary.72
|
|
690
|
-
|
|
691
|
-
## 6.2.0-canary.71
|
|
692
|
-
|
|
693
|
-
## 6.2.0-canary.70
|
|
694
|
-
|
|
695
|
-
## 6.2.0-canary.69
|
|
696
|
-
|
|
697
|
-
## 6.2.0-canary.68
|
|
698
|
-
|
|
699
|
-
## 6.2.0-canary.67
|
|
700
|
-
|
|
701
|
-
## 6.2.0-canary.66
|
|
702
|
-
|
|
703
|
-
## 6.2.0-canary.65
|
|
704
|
-
|
|
705
|
-
## 6.2.0-canary.64
|
|
706
|
-
|
|
707
|
-
## 6.2.0-canary.63
|
|
5
|
+
## 9.0.0-canary.90
|
|
708
6
|
|
|
709
7
|
### Patch Changes
|
|
710
8
|
|
|
711
|
-
- [#
|
|
712
|
-
|
|
713
|
-
- [#1991](https://github.com/graphcommerce-org/graphcommerce/pull/1991) [`356469bdd`](https://github.com/graphcommerce-org/graphcommerce/commit/356469bdd621572bef1ee216983d12f3c2c4bb56) - Remove the requirement to query attributes on simple for simple products when `configurableVariantForSimple` is enabled and use the `variants` of the configurable product. ([@JoshuaS98](https://github.com/JoshuaS98))
|
|
714
|
-
|
|
715
|
-
- [#1991](https://github.com/graphcommerce-org/graphcommerce/pull/1991) [`ebce5dae9`](https://github.com/graphcommerce-org/graphcommerce/commit/ebce5dae99fcc28d0dc63abe17e652af528e29a4) - Added an opt-in configuration `configurableVariantForSimple` that allows rendering of a configurable product page on a simple product URL with the options pre-selected. ([@JoshuaS98](https://github.com/JoshuaS98))
|
|
716
|
-
|
|
717
|
-
## 6.2.0-canary.62
|
|
718
|
-
|
|
719
|
-
## 6.2.0-canary.61
|
|
720
|
-
|
|
721
|
-
## 6.2.0-canary.60
|
|
722
|
-
|
|
723
|
-
## 6.2.0-canary.59
|
|
724
|
-
|
|
725
|
-
## 6.2.0-canary.58
|
|
726
|
-
|
|
727
|
-
## 6.2.0-canary.57
|
|
728
|
-
|
|
729
|
-
## 6.2.0-canary.56
|
|
730
|
-
|
|
731
|
-
## 6.2.0-canary.55
|
|
732
|
-
|
|
733
|
-
## 6.2.0-canary.54
|
|
734
|
-
|
|
735
|
-
## 6.2.0-canary.53
|
|
736
|
-
|
|
737
|
-
## 6.2.0-canary.52
|
|
738
|
-
|
|
739
|
-
## 6.2.0-canary.51
|
|
740
|
-
|
|
741
|
-
## 6.2.0-canary.50
|
|
742
|
-
|
|
743
|
-
## 6.2.0-canary.49
|
|
744
|
-
|
|
745
|
-
## 6.2.0-canary.48
|
|
746
|
-
|
|
747
|
-
## 6.2.0-canary.47
|
|
748
|
-
|
|
749
|
-
## 6.2.0-canary.46
|
|
750
|
-
|
|
751
|
-
## 6.2.0-canary.45
|
|
752
|
-
|
|
753
|
-
## 6.2.0-canary.44
|
|
754
|
-
|
|
755
|
-
## 6.2.0-canary.43
|
|
756
|
-
|
|
757
|
-
## 6.2.0-canary.42
|
|
758
|
-
|
|
759
|
-
## 6.2.0-canary.41
|
|
760
|
-
|
|
761
|
-
## 6.2.0-canary.40
|
|
762
|
-
|
|
763
|
-
## 6.2.0-canary.39
|
|
764
|
-
|
|
765
|
-
## 6.2.0-canary.38
|
|
766
|
-
|
|
767
|
-
## 6.2.0-canary.37
|
|
768
|
-
|
|
769
|
-
## 6.2.0-canary.36
|
|
770
|
-
|
|
771
|
-
## 6.2.0-canary.35
|
|
772
|
-
|
|
773
|
-
## 6.2.0-canary.34
|
|
774
|
-
|
|
775
|
-
## 6.2.0-canary.33
|
|
776
|
-
|
|
777
|
-
## 6.2.0-canary.32
|
|
778
|
-
|
|
779
|
-
## 6.2.0-canary.31
|
|
780
|
-
|
|
781
|
-
## 6.2.0-canary.30
|
|
782
|
-
|
|
783
|
-
## 6.2.0-canary.29
|
|
784
|
-
|
|
785
|
-
## 6.2.0-canary.28
|
|
786
|
-
|
|
787
|
-
## 6.2.0-canary.27
|
|
9
|
+
- [#2397](https://github.com/graphcommerce-org/graphcommerce/pull/2397) [`d4d5a98`](https://github.com/graphcommerce-org/graphcommerce/commit/d4d5a983dea6d034dcbdeed9cf30fb33133dde39) - Add requireOptionSelection boolean to prevent users from deselecting configurable options ([@carlocarels90](https://github.com/carlocarels90))
|
|
788
10
|
|
|
789
|
-
##
|
|
11
|
+
## 8.1.0-canary.51
|
|
790
12
|
|
|
791
|
-
|
|
13
|
+
### Minor Changes
|
|
792
14
|
|
|
793
|
-
|
|
15
|
+
- [#2322](https://github.com/graphcommerce-org/graphcommerce/pull/2322) [`4d08a2b`](https://github.com/graphcommerce-org/graphcommerce/commit/4d08a2bd8c1919bd85b18e8e856775d18fb67e00) - Rename configurable_customizable back to customizable_options ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
794
16
|
|
|
795
|
-
##
|
|
17
|
+
## 8.1.0-canary.33
|
|
796
18
|
|
|
797
19
|
### Patch Changes
|
|
798
20
|
|
|
799
|
-
- [#
|
|
800
|
-
|
|
801
|
-
## 6.2.0-canary.22
|
|
802
|
-
|
|
803
|
-
## 6.2.0-canary.21
|
|
804
|
-
|
|
805
|
-
## 6.2.0-canary.20
|
|
806
|
-
|
|
807
|
-
## 6.2.0-canary.19
|
|
808
|
-
|
|
809
|
-
## 6.2.0-canary.18
|
|
810
|
-
|
|
811
|
-
## 6.2.0-canary.17
|
|
812
|
-
|
|
813
|
-
## 6.2.0-canary.16
|
|
814
|
-
|
|
815
|
-
## 6.2.0-canary.15
|
|
816
|
-
|
|
817
|
-
## 6.2.0-canary.14
|
|
818
|
-
|
|
819
|
-
## 6.2.0-canary.13
|
|
820
|
-
|
|
821
|
-
## 6.2.0-canary.12
|
|
822
|
-
|
|
823
|
-
## 6.2.0-canary.11
|
|
21
|
+
- [#2302](https://github.com/graphcommerce-org/graphcommerce/pull/2302) [`6b7f908`](https://github.com/graphcommerce-org/graphcommerce/commit/6b7f908b7a2561e9d7f6ec3eaf2a6aca8d77b72f) - Fixed tier prices not working for non-configurable products ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
824
22
|
|
|
825
|
-
##
|
|
23
|
+
## 8.1.0-canary.23
|
|
826
24
|
|
|
827
|
-
|
|
25
|
+
### Patch Changes
|
|
828
26
|
|
|
829
|
-
|
|
27
|
+
- [#2282](https://github.com/graphcommerce-org/graphcommerce/pull/2282) [`e048f61`](https://github.com/graphcommerce-org/graphcommerce/commit/e048f6165ae5a15be99fba0c3d3529c700477d3e) - Disable configurable product options that are unavailable for selection. ([@carlocarels90](https://github.com/carlocarels90))
|
|
830
28
|
|
|
831
|
-
##
|
|
29
|
+
## 8.1.0-canary.8
|
|
832
30
|
|
|
833
|
-
|
|
31
|
+
### Patch Changes
|
|
834
32
|
|
|
835
|
-
|
|
33
|
+
- [#2247](https://github.com/graphcommerce-org/graphcommerce/pull/2247) [`444e446`](https://github.com/graphcommerce-org/graphcommerce/commit/444e446a218cc9da3defb940a6d5cce0229ff845) - Added clear upgrade instructions for linguiLocale ([@paales](https://github.com/paales))
|
|
836
34
|
|
|
837
|
-
##
|
|
35
|
+
## 8.0.6-canary.2
|
|
838
36
|
|
|
839
37
|
### Patch Changes
|
|
840
38
|
|
|
841
|
-
- [#
|
|
39
|
+
- [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`0767bc4`](https://github.com/graphcommerce-org/graphcommerce/commit/0767bc40f7b596209f24ca4e745ff0441f3275c9) - Upgrade input components to no longer use muiRegister, which improves INP scores ([@FrankHarland](https://github.com/FrankHarland))
|
|
842
40
|
|
|
843
|
-
##
|
|
41
|
+
## 8.0.6-canary.1
|
|
844
42
|
|
|
845
|
-
|
|
43
|
+
### Patch Changes
|
|
846
44
|
|
|
847
|
-
|
|
45
|
+
- [#2213](https://github.com/graphcommerce-org/graphcommerce/pull/2213) [`a0d952e`](https://github.com/graphcommerce-org/graphcommerce/commit/a0d952e6b8a71a7451bfdb2bdb5150fc218169e2) - Moved product reviews to the relatedUpsells query so we do not pass the queryComplexity limit ([@paales](https://github.com/paales))
|
|
848
46
|
|
|
849
|
-
##
|
|
47
|
+
## 8.0.6-canary.0
|
|
850
48
|
|
|
851
49
|
### Patch Changes
|
|
852
50
|
|
|
853
|
-
- [#
|
|
854
|
-
|
|
855
|
-
## 6.1.0
|
|
51
|
+
- [#2196](https://github.com/graphcommerce-org/graphcommerce/pull/2196) [`84c50e4`](https://github.com/graphcommerce-org/graphcommerce/commit/84c50e49a1a7f154d4a8f4045c37e773e20283ad) - Allow Lingui to use linguiLocale with country identifiers like `en-us`, it would always load `en` in this case. Introced a new `useLocale` hook to use the correct locale string to use in Intl methods. ([@paales](https://github.com/paales))
|
|
856
52
|
|
|
857
|
-
##
|
|
53
|
+
## 8.0.5
|
|
858
54
|
|
|
859
|
-
|
|
55
|
+
### Patch Changes
|
|
860
56
|
|
|
861
|
-
|
|
57
|
+
- [#2239](https://github.com/graphcommerce-org/graphcommerce/pull/2239) [`a2a6e78`](https://github.com/graphcommerce-org/graphcommerce/commit/a2a6e78291ab978f4ef1236a4476b4d54555af7f) - Prices of products are now updated when customizable options are selected ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
862
58
|
|
|
863
|
-
##
|
|
59
|
+
## 8.0.1
|
|
864
60
|
|
|
865
|
-
|
|
61
|
+
### Patch Changes
|
|
866
62
|
|
|
867
|
-
|
|
63
|
+
- [#2190](https://github.com/graphcommerce-org/graphcommerce/pull/2190) [`770a309`](https://github.com/graphcommerce-org/graphcommerce/commit/770a309cdf0586aaaed5defd345e451dee8d89c8) - Fixed a bug concerning customizable options. Customizable options of configurable products are shown again in the cart. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
868
64
|
|
|
869
|
-
##
|
|
65
|
+
## 8.0.0
|
|
870
66
|
|
|
871
|
-
|
|
67
|
+
### Minor Changes
|
|
872
68
|
|
|
873
|
-
|
|
69
|
+
- [#2099](https://github.com/graphcommerce-org/graphcommerce/pull/2099) [`ff796b8`](https://github.com/graphcommerce-org/graphcommerce/commit/ff796b838fae6cb5e35b101500133b0235a8677d) - Support for all customizable product options (except file upload) on the product pages and in the cart. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
874
70
|
|
|
875
|
-
|
|
71
|
+
- [#2048](https://github.com/graphcommerce-org/graphcommerce/pull/2048) [`13e23e4`](https://github.com/graphcommerce-org/graphcommerce/commit/13e23e4265bac70fb4d0830e4661019e71ce299f) - Wishlist will now support configurable products and uses the `<ActionCardLayout/>` ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
876
72
|
|
|
877
|
-
|
|
73
|
+
### Patch Changes
|
|
878
74
|
|
|
879
|
-
|
|
75
|
+
- [#2048](https://github.com/graphcommerce-org/graphcommerce/pull/2048) [`bc90852`](https://github.com/graphcommerce-org/graphcommerce/commit/bc90852755479e48d25a370deccce0ca74e1e48f) - When selecting a non-existing option on a configurable product page, the price would be updated. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
880
76
|
|
|
881
|
-
|
|
77
|
+
- [#2058](https://github.com/graphcommerce-org/graphcommerce/pull/2058) [`16dc488`](https://github.com/graphcommerce-org/graphcommerce/commit/16dc4889543106238b1a87694e75586e4c1a787c) - Provide instant feedback on availble attribute options when making a selection on a configurable product ([@FrankHarland](https://github.com/FrankHarland))
|
|
882
78
|
|
|
883
|
-
|
|
79
|
+
- [#2146](https://github.com/graphcommerce-org/graphcommerce/pull/2146) [`3c19305`](https://github.com/graphcommerce-org/graphcommerce/commit/3c19305a7107d250bd898a9f4dfef38e362c2cbf) - Display the details of configurable products in the cart. ([@mikekeehnen](https://github.com/mikekeehnen))
|
|
884
80
|
|
|
885
|
-
|
|
81
|
+
- [#2137](https://github.com/graphcommerce-org/graphcommerce/pull/2137) [`df507b1`](https://github.com/graphcommerce-org/graphcommerce/commit/df507b194c67eef7b02df858c07938bb308b5397) - Don't render pseudo-locale in HTML lang attribute ([@hnsr](https://github.com/hnsr))
|
|
886
82
|
|
|
887
|
-
|
|
83
|
+
- [#2159](https://github.com/graphcommerce-org/graphcommerce/pull/2159) [`17a5304`](https://github.com/graphcommerce-org/graphcommerce/commit/17a5304cbe297d29ddddce0d88f2c1bff220b59d) - Prevent aggregations from being excluded when executing the `defaultConfigurableOptionsSelection` ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
888
84
|
|
|
889
|
-
##
|
|
85
|
+
## 7.0.1
|
|
890
86
|
|
|
891
|
-
|
|
87
|
+
### Patch Changes
|
|
892
88
|
|
|
893
|
-
|
|
89
|
+
- [#2052](https://github.com/graphcommerce-org/graphcommerce/pull/2052) [`5b9c1fa81`](https://github.com/graphcommerce-org/graphcommerce/commit/5b9c1fa818c5bc906a64dd47b73276b25d45ef0b) - When configurableVariantForSimple was set to false it wouldn't correctly show the simple product. ([@JoshuaS98](https://github.com/JoshuaS98))
|
|
894
90
|
|
|
895
|
-
|
|
91
|
+
- [#2051](https://github.com/graphcommerce-org/graphcommerce/pull/2051) [`13d54555b`](https://github.com/graphcommerce-org/graphcommerce/commit/13d54555bc5b85a79456610cb066d397d18866eb) - Remove zoom from targetUrl to fix back navigation on zoom ([@mikekeehnen](https://github.com/mikekeehnen))
|
|
896
92
|
|
|
897
|
-
##
|
|
93
|
+
## 7.0.0
|
|
898
94
|
|
|
899
|
-
|
|
95
|
+
### Minor Changes
|
|
900
96
|
|
|
901
|
-
|
|
97
|
+
- [#1978](https://github.com/graphcommerce-org/graphcommerce/pull/1978) [`0c91ac1f7`](https://github.com/graphcommerce-org/graphcommerce/commit/0c91ac1f70f58dec418e945fc4a6a8c6732cc21e) - When a user selects a variant, it will switch the values on the configurable page with the values of the configured variant. Enabling options here will allow switching of those variants. ([@carlocarels90](https://github.com/carlocarels90))
|
|
902
98
|
|
|
903
|
-
|
|
99
|
+
- [#2003](https://github.com/graphcommerce-org/graphcommerce/pull/2003) [`609b384de`](https://github.com/graphcommerce-org/graphcommerce/commit/609b384de8cded7a9dd2f29bd516ded810ab970a) - Created a new version of the cart using ActionCards for each CartItem. Different types of CartItems can have different ActionCards. These ActionCards will be overridden with the use of Plugins. An example can be found in the @graphcommerce/magento-product-configurable package. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
904
100
|
|
|
905
|
-
|
|
101
|
+
- [#1988](https://github.com/graphcommerce-org/graphcommerce/pull/1988) [`af8e0d176`](https://github.com/graphcommerce-org/graphcommerce/commit/af8e0d176af8197a0c13b9a29b438cb54cc29ce4) - Multi website with multiple duplicates locales support. Use website suffixes like `en-us-website1` and `en-us-website2` as the locale declaration. ([@hnsr](https://github.com/hnsr))
|
|
906
102
|
|
|
907
|
-
|
|
103
|
+
- [#1991](https://github.com/graphcommerce-org/graphcommerce/pull/1991) [`ebce5dae9`](https://github.com/graphcommerce-org/graphcommerce/commit/ebce5dae99fcc28d0dc63abe17e652af528e29a4) - Added an opt-in configuration `configurableVariantForSimple` that allows rendering of a configurable product page on a simple product URL with the options pre-selected. ([@JoshuaS98](https://github.com/JoshuaS98))
|
|
908
104
|
|
|
909
|
-
|
|
105
|
+
### Patch Changes
|
|
910
106
|
|
|
911
|
-
|
|
107
|
+
- [#1940](https://github.com/graphcommerce-org/graphcommerce/pull/1940) [`a766c0d8a`](https://github.com/graphcommerce-org/graphcommerce/commit/a766c0d8a2f166cd324482bb80799341f5252fe0) - Product specifications wouldn't display for simple products ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
912
108
|
|
|
913
|
-
|
|
109
|
+
- [#1991](https://github.com/graphcommerce-org/graphcommerce/pull/1991) [`ac6678dc5`](https://github.com/graphcommerce-org/graphcommerce/commit/ac6678dc5ed786df18344866bf8a8cb1e34c5457) - Make sure the products and relatedUpsells fields from the ProductPage2 query are merged correctly ([@JoshuaS98](https://github.com/JoshuaS98))
|
|
914
110
|
|
|
915
|
-
|
|
111
|
+
- [#1898](https://github.com/graphcommerce-org/graphcommerce/pull/1898) [`e28af9ea6`](https://github.com/graphcommerce-org/graphcommerce/commit/e28af9ea6c0bf9b904df880b5c2a13a2f580727b) - ConfigurableProduct super attributes that were regular dropdowns would throw an error. ([@paales](https://github.com/paales))
|
|
916
112
|
|
|
917
|
-
|
|
113
|
+
- [#1991](https://github.com/graphcommerce-org/graphcommerce/pull/1991) [`356469bdd`](https://github.com/graphcommerce-org/graphcommerce/commit/356469bdd621572bef1ee216983d12f3c2c4bb56) - Remove the requirement to query attributes on simple for simple products when `configurableVariantForSimple` is enabled and use the `variants` of the configurable product. ([@JoshuaS98](https://github.com/JoshuaS98))
|
|
918
114
|
|
|
919
|
-
|
|
115
|
+
- [#1914](https://github.com/graphcommerce-org/graphcommerce/pull/1914) [`742520b03`](https://github.com/graphcommerce-org/graphcommerce/commit/742520b038b367026ac7e3e364a0147415f17301) - ConfigurableOptionsSelection causes a cache error ([@paales](https://github.com/paales))
|
|
920
116
|
|
|
921
117
|
## 6.0.0
|
|
922
118
|
|
|
@@ -924,126 +120,6 @@
|
|
|
924
120
|
|
|
925
121
|
- [#1791](https://github.com/graphcommerce-org/graphcommerce/pull/1791) [`38461cbc1`](https://github.com/graphcommerce-org/graphcommerce/commit/38461cbc1ba7f9478be3405abe10c7aee2a30363) - Products will now render tier prices when they are released ([@haelbichalex](https://github.com/haelbichalex))
|
|
926
122
|
|
|
927
|
-
## 6.0.0-canary.54
|
|
928
|
-
|
|
929
|
-
## 6.0.0-canary.53
|
|
930
|
-
|
|
931
|
-
## 6.0.0-canary.52
|
|
932
|
-
|
|
933
|
-
## 6.0.0-canary.51
|
|
934
|
-
|
|
935
|
-
## 6.0.0-canary.50
|
|
936
|
-
|
|
937
|
-
## 6.0.0-canary.49
|
|
938
|
-
|
|
939
|
-
## 6.0.0-canary.48
|
|
940
|
-
|
|
941
|
-
## 6.0.0-canary.47
|
|
942
|
-
|
|
943
|
-
## 6.0.0-canary.46
|
|
944
|
-
|
|
945
|
-
## 6.0.0-canary.45
|
|
946
|
-
|
|
947
|
-
## 6.0.0-canary.44
|
|
948
|
-
|
|
949
|
-
## 6.0.0-canary.43
|
|
950
|
-
|
|
951
|
-
## 6.0.0-canary.42
|
|
952
|
-
|
|
953
|
-
## 6.0.0-canary.41
|
|
954
|
-
|
|
955
|
-
## 6.0.0-canary.40
|
|
956
|
-
|
|
957
|
-
## 6.0.0-canary.39
|
|
958
|
-
|
|
959
|
-
## 6.0.0-canary.38
|
|
960
|
-
|
|
961
|
-
## 6.0.0-canary.37
|
|
962
|
-
|
|
963
|
-
## 6.0.0-canary.36
|
|
964
|
-
|
|
965
|
-
## 6.0.0-canary.35
|
|
966
|
-
|
|
967
|
-
## 6.0.0-canary.34
|
|
968
|
-
|
|
969
|
-
## 6.0.0-canary.33
|
|
970
|
-
|
|
971
|
-
## 6.0.0-canary.32
|
|
972
|
-
|
|
973
|
-
## 6.0.0-canary.31
|
|
974
|
-
|
|
975
|
-
## 6.0.0-canary.30
|
|
976
|
-
|
|
977
|
-
## 6.0.0-canary.29
|
|
978
|
-
|
|
979
|
-
## 6.0.0-canary.28
|
|
980
|
-
|
|
981
|
-
## 6.0.0-canary.27
|
|
982
|
-
|
|
983
|
-
## 6.0.0-canary.26
|
|
984
|
-
|
|
985
|
-
## 6.0.0-canary.25
|
|
986
|
-
|
|
987
|
-
## 6.0.0-canary.24
|
|
988
|
-
|
|
989
|
-
### Minor Changes
|
|
990
|
-
|
|
991
|
-
- [#1791](https://github.com/graphcommerce-org/graphcommerce/pull/1791) [`38461cbc1`](https://github.com/graphcommerce-org/graphcommerce/commit/38461cbc1ba7f9478be3405abe10c7aee2a30363) - Add price tiers feature ([@haelbichalex](https://github.com/haelbichalex))
|
|
992
|
-
|
|
993
|
-
## 6.0.0-canary.23
|
|
994
|
-
|
|
995
|
-
## 6.0.0-canary.22
|
|
996
|
-
|
|
997
|
-
## 6.0.0-canary.21
|
|
998
|
-
|
|
999
|
-
## 6.0.0-canary.20
|
|
1000
|
-
|
|
1001
|
-
## 5.2.0-canary.19
|
|
1002
|
-
|
|
1003
|
-
## 5.2.0-canary.18
|
|
1004
|
-
|
|
1005
|
-
## 5.2.0-canary.17
|
|
1006
|
-
|
|
1007
|
-
## 5.2.0-canary.16
|
|
1008
|
-
|
|
1009
|
-
## 5.2.0-canary.15
|
|
1010
|
-
|
|
1011
|
-
## 5.2.0-canary.14
|
|
1012
|
-
|
|
1013
|
-
## 5.2.0-canary.13
|
|
1014
|
-
|
|
1015
|
-
## 5.2.0-canary.12
|
|
1016
|
-
|
|
1017
|
-
## 5.2.0-canary.11
|
|
1018
|
-
|
|
1019
|
-
## 5.2.0-canary.10
|
|
1020
|
-
|
|
1021
|
-
## 5.2.0-canary.9
|
|
1022
|
-
|
|
1023
|
-
## 5.2.0-canary.8
|
|
1024
|
-
|
|
1025
|
-
## 5.2.0-canary.7
|
|
1026
|
-
|
|
1027
|
-
## 5.2.0-canary.6
|
|
1028
|
-
|
|
1029
|
-
## 5.2.0-canary.5
|
|
1030
|
-
|
|
1031
|
-
## 5.2.0-canary.4
|
|
1032
|
-
|
|
1033
|
-
## 5.2.0-canary.3
|
|
1034
|
-
|
|
1035
|
-
## 5.2.0-canary.2
|
|
1036
|
-
|
|
1037
|
-
## 5.2.0-canary.1
|
|
1038
|
-
|
|
1039
|
-
## 5.2.0-canary.0
|
|
1040
|
-
|
|
1041
|
-
## 5.1.1
|
|
1042
|
-
|
|
1043
|
-
## 5.1.1-canary.1
|
|
1044
|
-
|
|
1045
|
-
## 5.1.1-canary.0
|
|
1046
|
-
|
|
1047
123
|
## 5.1.0
|
|
1048
124
|
|
|
1049
125
|
### Patch Changes
|
|
@@ -1055,39 +131,6 @@
|
|
|
1055
131
|
- Upgraded dependencies including type-fest and graphql-mesh
|
|
1056
132
|
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
1057
133
|
|
|
1058
|
-
## 5.1.0-canary.11
|
|
1059
|
-
|
|
1060
|
-
## 5.1.0-canary.10
|
|
1061
|
-
|
|
1062
|
-
## 5.1.0-canary.9
|
|
1063
|
-
|
|
1064
|
-
## 5.1.0-canary.8
|
|
1065
|
-
|
|
1066
|
-
## 5.1.0-canary.7
|
|
1067
|
-
|
|
1068
|
-
## 5.1.0-canary.6
|
|
1069
|
-
|
|
1070
|
-
## 5.1.0-canary.5
|
|
1071
|
-
|
|
1072
|
-
## 5.1.0-canary.4
|
|
1073
|
-
|
|
1074
|
-
## 5.1.0-canary.3
|
|
1075
|
-
|
|
1076
|
-
### Patch Changes
|
|
1077
|
-
|
|
1078
|
-
- [#1752](https://github.com/graphcommerce-org/graphcommerce/pull/1752) [`2a6a4d9ec`](https://github.com/graphcommerce-org/graphcommerce/commit/2a6a4d9ecfa1b58a66ba9b9d00016d6feda9aa95) - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.
|
|
1079
|
-
|
|
1080
|
-
- Updated the @mui/material package
|
|
1081
|
-
- Removed dependencies on react-hook-form-mui and @playwright/test
|
|
1082
|
-
- Upgraded dependencies including type-fest and graphql-mesh
|
|
1083
|
-
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
1084
|
-
|
|
1085
|
-
## 5.1.0-canary.2
|
|
1086
|
-
|
|
1087
|
-
## 5.1.0-canary.1
|
|
1088
|
-
|
|
1089
|
-
## 5.1.0-canary.0
|
|
1090
|
-
|
|
1091
134
|
## 5.0.0
|
|
1092
135
|
|
|
1093
136
|
### Major Changes
|
|
@@ -1110,88 +153,12 @@
|
|
|
1110
153
|
|
|
1111
154
|
- [#1733](https://github.com/graphcommerce-org/graphcommerce/pull/1733) [`29eb2e94f`](https://github.com/graphcommerce-org/graphcommerce/commit/29eb2e94f04b120bc060ab945ff28aabf3f3ecfd) - Dependency issue with Magento 2.4.5 ([@paales](https://github.com/paales))
|
|
1112
155
|
|
|
1113
|
-
## 5.0.0-canary.14
|
|
1114
|
-
|
|
1115
|
-
## 5.0.0-canary.13
|
|
1116
|
-
|
|
1117
|
-
### Major Changes
|
|
1118
|
-
|
|
1119
|
-
- [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@paales](https://github.com/paales))
|
|
1120
|
-
|
|
1121
|
-
## 4.14.0-canary.12
|
|
1122
|
-
|
|
1123
|
-
## 4.14.0-canary.11
|
|
1124
|
-
|
|
1125
|
-
## 4.14.0-canary.10
|
|
1126
|
-
|
|
1127
|
-
## 4.14.0-canary.9
|
|
1128
|
-
|
|
1129
|
-
## 4.14.0-canary.8
|
|
1130
|
-
|
|
1131
|
-
## 4.14.0-canary.7
|
|
1132
|
-
|
|
1133
|
-
### Patch Changes
|
|
1134
|
-
|
|
1135
|
-
- [#1738](https://github.com/graphcommerce-org/graphcommerce/pull/1738) [`41f907dd4`](https://github.com/graphcommerce-org/graphcommerce/commit/41f907dd4eea20624ba87bdea48d9c330b8c0762) - Fix issue where the configurable cart item couldn’t be properly loaded ([@paales](https://github.com/paales))
|
|
1136
|
-
|
|
1137
|
-
## 4.14.0-canary.6
|
|
1138
|
-
|
|
1139
|
-
### Minor Changes
|
|
1140
|
-
|
|
1141
|
-
- [#1737](https://github.com/graphcommerce-org/graphcommerce/pull/1737) [`1f5ece0c2`](https://github.com/graphcommerce-org/graphcommerce/commit/1f5ece0c24524f33561614adf09f669d305666b0) - Allow Simple Products to show the Confgurable product page. Created a new defaultConfigurableOptionsSelection utility function to set up all the data correctly. ([@paales](https://github.com/paales))
|
|
1142
|
-
|
|
1143
|
-
### Patch Changes
|
|
1144
|
-
|
|
1145
|
-
- [#1737](https://github.com/graphcommerce-org/graphcommerce/pull/1737) [`c278116d4`](https://github.com/graphcommerce-org/graphcommerce/commit/c278116d4c6f984a0b542fbf9426b8fc676ab36e) - Render the configured_variant image in the cart ([@paales](https://github.com/paales))
|
|
1146
|
-
|
|
1147
|
-
- [#1737](https://github.com/graphcommerce-org/graphcommerce/pull/1737) [`3916fdd7a`](https://github.com/graphcommerce-org/graphcommerce/commit/3916fdd7a801b381df6ce1708bf388a2c581eab1) - Make sure configurable_options without swatch data still render correctly ([@paales](https://github.com/paales))
|
|
1148
|
-
|
|
1149
|
-
## 4.14.0-canary.5
|
|
1150
|
-
|
|
1151
|
-
## 4.14.0-canary.4
|
|
1152
|
-
|
|
1153
|
-
### Patch Changes
|
|
1154
|
-
|
|
1155
|
-
- [#1733](https://github.com/graphcommerce-org/graphcommerce/pull/1733) [`29eb2e94f`](https://github.com/graphcommerce-org/graphcommerce/commit/29eb2e94f04b120bc060ab945ff28aabf3f3ecfd) - Dependency issue with Magento 2.4.5 ([@paales](https://github.com/paales))
|
|
1156
|
-
|
|
1157
|
-
## 4.14.0-canary.3
|
|
1158
|
-
|
|
1159
|
-
## 4.14.0-canary.2
|
|
1160
|
-
|
|
1161
|
-
### Patch Changes
|
|
1162
|
-
|
|
1163
|
-
- [#1718](https://github.com/graphcommerce-org/graphcommerce/pull/1718) [`37e86cdc8`](https://github.com/graphcommerce-org/graphcommerce/commit/37e86cdc86ccca3db77d6c59b1e14c8112bb7893) - Remove usage of PropsWithChildren ([@paales](https://github.com/paales))
|
|
1164
|
-
|
|
1165
|
-
## 4.13.2-canary.1
|
|
1166
|
-
|
|
1167
|
-
## 4.13.2-canary.0
|
|
1168
|
-
|
|
1169
|
-
## 4.13.3
|
|
1170
|
-
|
|
1171
|
-
## 4.13.2
|
|
1172
|
-
|
|
1173
|
-
## 4.13.1
|
|
1174
|
-
|
|
1175
|
-
## 4.13.1-canary.2
|
|
1176
|
-
|
|
1177
|
-
## 4.13.1-canary.1
|
|
1178
|
-
|
|
1179
|
-
## 4.13.1-canary.0
|
|
1180
|
-
|
|
1181
156
|
## 4.13.0
|
|
1182
157
|
|
|
1183
158
|
### Patch Changes
|
|
1184
159
|
|
|
1185
160
|
- [#1702](https://github.com/graphcommerce-org/graphcommerce/pull/1702) [`abb15ef4a`](https://github.com/graphcommerce-org/graphcommerce/commit/abb15ef4a79b12eddb32cc006e5d1d31dd06ac2d) Thanks [@paales](https://github.com/paales)! - Added canary releases to GraphCommerce
|
|
1186
161
|
|
|
1187
|
-
## 4.13.0-canary.1
|
|
1188
|
-
|
|
1189
|
-
### Patch Changes
|
|
1190
|
-
|
|
1191
|
-
- [`abb15ef4a`](https://github.com/graphcommerce-org/graphcommerce/commit/abb15ef4a79b12eddb32cc006e5d1d31dd06ac2d) Thanks [@paales](https://github.com/paales)! - Added canary releases to GraphCommerce
|
|
1192
|
-
|
|
1193
|
-
## 4.13.0-canary.0
|
|
1194
|
-
|
|
1195
162
|
## 4.3.10
|
|
1196
163
|
|
|
1197
164
|
### Patch Changes
|
|
@@ -2526,8 +1493,6 @@ All notable changes to this project will be documented in this file. See [Conven
|
|
|
2526
1493
|
|
|
2527
1494
|
## [2.103.7](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@2.103.6...@graphcommerce/magento-product-configurable@2.103.7) (2021-08-17)
|
|
2528
1495
|
|
|
2529
|
-
## [2.103.7](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@2.103.6...@graphcommerce/magento-product-configurable@2.103.7) (2021-08-17)
|
|
2530
|
-
|
|
2531
1496
|
### Bug Fixes
|
|
2532
1497
|
|
|
2533
1498
|
- unused swatches should not show up ([86a06fb](https://github.com/ho-nl/m2-pwa/commit/86a06fb3a7e0232611b8bb4971cadbcfd94ae525))
|