@graphcommerce/magento-product-configurable 9.0.0-canary.101 → 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 -1090
- 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,924 +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.99
|
|
8
|
-
|
|
9
|
-
## 9.0.0-canary.98
|
|
10
|
-
|
|
11
|
-
## 9.0.0-canary.97
|
|
12
|
-
|
|
13
|
-
## 9.0.0-canary.96
|
|
14
|
-
|
|
15
|
-
## 9.0.0-canary.95
|
|
16
|
-
|
|
17
|
-
## 9.0.0-canary.94
|
|
18
|
-
|
|
19
|
-
## 9.0.0-canary.93
|
|
20
|
-
|
|
21
|
-
## 9.0.0-canary.92
|
|
22
|
-
|
|
23
|
-
## 9.0.0-canary.91
|
|
24
|
-
|
|
25
|
-
## 9.0.0-canary.90
|
|
26
|
-
|
|
27
|
-
### Patch Changes
|
|
28
|
-
|
|
29
|
-
- [#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))
|
|
30
|
-
|
|
31
|
-
## 9.0.0-canary.89
|
|
32
|
-
|
|
33
|
-
## 9.0.0-canary.88
|
|
34
|
-
|
|
35
|
-
## 9.0.0-canary.87
|
|
36
|
-
|
|
37
|
-
## 9.0.0-canary.86
|
|
38
|
-
|
|
39
|
-
## 9.0.0-canary.85
|
|
40
|
-
|
|
41
|
-
## 9.0.0-canary.84
|
|
42
|
-
|
|
43
|
-
## 9.0.0-canary.83
|
|
44
|
-
|
|
45
|
-
## 9.0.0-canary.82
|
|
46
|
-
|
|
47
|
-
## 9.0.0-canary.81
|
|
48
|
-
|
|
49
|
-
## 9.0.0-canary.80
|
|
50
|
-
|
|
51
|
-
## 9.0.0-canary.79
|
|
52
|
-
|
|
53
|
-
## 9.0.0-canary.78
|
|
54
|
-
|
|
55
|
-
## 9.0.0-canary.77
|
|
56
|
-
|
|
57
|
-
## 9.0.0-canary.76
|
|
58
|
-
|
|
59
|
-
## 9.0.0-canary.75
|
|
60
|
-
|
|
61
|
-
## 9.0.0-canary.74
|
|
62
|
-
|
|
63
|
-
## 9.0.0-canary.73
|
|
64
|
-
|
|
65
|
-
## 9.0.0-canary.72
|
|
66
|
-
|
|
67
|
-
## 9.0.0-canary.71
|
|
68
|
-
|
|
69
|
-
## 9.0.0-canary.70
|
|
70
|
-
|
|
71
|
-
## 9.0.0-canary.69
|
|
72
|
-
|
|
73
|
-
## 9.0.0-canary.68
|
|
74
|
-
|
|
75
|
-
## 9.0.0-canary.67
|
|
76
|
-
|
|
77
|
-
## 9.0.0-canary.66
|
|
78
|
-
|
|
79
|
-
## 9.0.0-canary.65
|
|
80
|
-
|
|
81
|
-
## 9.0.0-canary.64
|
|
82
|
-
|
|
83
|
-
## 9.0.0-canary.63
|
|
84
|
-
|
|
85
|
-
## 9.0.0-canary.62
|
|
86
|
-
|
|
87
|
-
## 9.0.0-canary.61
|
|
88
|
-
|
|
89
|
-
## 9.0.0-canary.60
|
|
90
|
-
|
|
91
|
-
## 9.0.0-canary.59
|
|
92
|
-
|
|
93
|
-
## 9.0.0-canary.58
|
|
94
|
-
|
|
95
|
-
## 9.0.0-canary.57
|
|
96
|
-
|
|
97
|
-
## 9.0.0-canary.56
|
|
98
|
-
|
|
99
|
-
## 9.0.0-canary.55
|
|
100
|
-
|
|
101
|
-
## 9.0.0-canary.54
|
|
102
|
-
|
|
103
|
-
## 8.1.0-canary.53
|
|
104
|
-
|
|
105
|
-
## 8.1.0-canary.52
|
|
106
|
-
|
|
107
|
-
## 8.1.0-canary.51
|
|
108
|
-
|
|
109
|
-
### Minor Changes
|
|
110
|
-
|
|
111
|
-
- [#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))
|
|
112
|
-
|
|
113
|
-
## 8.1.0-canary.50
|
|
114
|
-
|
|
115
|
-
## 8.1.0-canary.49
|
|
116
|
-
|
|
117
|
-
## 8.1.0-canary.48
|
|
118
|
-
|
|
119
|
-
## 8.1.0-canary.47
|
|
120
|
-
|
|
121
|
-
## 8.1.0-canary.46
|
|
122
|
-
|
|
123
|
-
## 8.1.0-canary.45
|
|
124
|
-
|
|
125
|
-
## 8.1.0-canary.44
|
|
126
|
-
|
|
127
|
-
## 8.1.0-canary.43
|
|
128
|
-
|
|
129
|
-
## 8.1.0-canary.42
|
|
130
|
-
|
|
131
|
-
## 8.1.0-canary.41
|
|
132
|
-
|
|
133
|
-
## 8.1.0-canary.40
|
|
134
|
-
|
|
135
|
-
## 8.1.0-canary.39
|
|
136
|
-
|
|
137
|
-
## 8.1.0-canary.38
|
|
138
|
-
|
|
139
|
-
## 8.1.0-canary.37
|
|
140
|
-
|
|
141
|
-
## 8.1.0-canary.36
|
|
142
|
-
|
|
143
|
-
## 8.1.0-canary.35
|
|
144
|
-
|
|
145
|
-
## 8.1.0-canary.34
|
|
146
|
-
|
|
147
|
-
## 8.1.0-canary.33
|
|
148
|
-
|
|
149
|
-
### Patch Changes
|
|
150
|
-
|
|
151
|
-
- [#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))
|
|
152
|
-
|
|
153
|
-
## 8.1.0-canary.32
|
|
154
|
-
|
|
155
|
-
## 8.1.0-canary.31
|
|
156
|
-
|
|
157
|
-
## 8.1.0-canary.30
|
|
158
|
-
|
|
159
|
-
## 8.1.0-canary.29
|
|
160
|
-
|
|
161
|
-
## 8.1.0-canary.28
|
|
162
|
-
|
|
163
|
-
## 8.1.0-canary.27
|
|
164
|
-
|
|
165
|
-
## 8.1.0-canary.26
|
|
166
|
-
|
|
167
|
-
## 8.1.0-canary.25
|
|
168
|
-
|
|
169
|
-
## 8.1.0-canary.24
|
|
170
|
-
|
|
171
|
-
## 8.1.0-canary.23
|
|
172
|
-
|
|
173
|
-
### Patch Changes
|
|
174
|
-
|
|
175
|
-
- [#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))
|
|
176
|
-
|
|
177
|
-
## 8.1.0-canary.22
|
|
178
|
-
|
|
179
|
-
## 8.1.0-canary.21
|
|
180
|
-
|
|
181
|
-
## 8.1.0-canary.20
|
|
182
|
-
|
|
183
|
-
## 8.1.0-canary.19
|
|
184
|
-
|
|
185
|
-
## 8.1.0-canary.18
|
|
186
|
-
|
|
187
|
-
## 8.1.0-canary.17
|
|
188
|
-
|
|
189
|
-
## 8.1.0-canary.16
|
|
190
|
-
|
|
191
|
-
## 8.1.0-canary.15
|
|
192
|
-
|
|
193
|
-
## 8.1.0-canary.14
|
|
194
|
-
|
|
195
|
-
## 8.1.0-canary.13
|
|
196
|
-
|
|
197
|
-
## 8.1.0-canary.12
|
|
198
|
-
|
|
199
|
-
## 8.1.0-canary.11
|
|
200
|
-
|
|
201
|
-
## 8.1.0-canary.10
|
|
202
|
-
|
|
203
|
-
## 8.1.0-canary.9
|
|
204
|
-
|
|
205
|
-
## 8.1.0-canary.8
|
|
206
|
-
|
|
207
|
-
### Patch Changes
|
|
208
|
-
|
|
209
|
-
- [#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))
|
|
210
|
-
|
|
211
|
-
## 8.1.0-canary.7
|
|
212
|
-
|
|
213
|
-
## 8.1.0-canary.6
|
|
214
|
-
|
|
215
|
-
## 8.1.0-canary.5
|
|
216
|
-
|
|
217
|
-
## 8.0.6-canary.4
|
|
218
|
-
|
|
219
|
-
## 8.0.6-canary.3
|
|
220
|
-
|
|
221
|
-
## 8.0.6-canary.2
|
|
222
|
-
|
|
223
|
-
### Patch Changes
|
|
224
|
-
|
|
225
|
-
- [#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))
|
|
226
|
-
|
|
227
|
-
## 8.0.6-canary.1
|
|
228
|
-
|
|
229
|
-
### Patch Changes
|
|
230
|
-
|
|
231
|
-
- [#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))
|
|
232
|
-
|
|
233
|
-
## 8.0.6-canary.0
|
|
234
|
-
|
|
235
|
-
### Patch Changes
|
|
236
|
-
|
|
237
|
-
- [#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))
|
|
238
|
-
|
|
239
|
-
## 8.0.5
|
|
240
|
-
|
|
241
|
-
### Patch Changes
|
|
242
|
-
|
|
243
|
-
- [#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))
|
|
244
|
-
|
|
245
|
-
## 8.0.5-canary.10
|
|
246
|
-
|
|
247
|
-
## 8.0.5-canary.9
|
|
248
|
-
|
|
249
|
-
## 8.0.5-canary.8
|
|
250
|
-
|
|
251
|
-
### Patch Changes
|
|
252
|
-
|
|
253
|
-
- [#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))
|
|
254
|
-
|
|
255
|
-
## 8.0.5-canary.7
|
|
256
|
-
|
|
257
|
-
## 8.0.5-canary.6
|
|
258
|
-
|
|
259
|
-
## 8.0.5-canary.5
|
|
260
|
-
|
|
261
|
-
## 8.0.5-canary.4
|
|
262
|
-
|
|
263
|
-
## 8.0.5-canary.3
|
|
264
|
-
|
|
265
|
-
## 8.0.5-canary.2
|
|
266
|
-
|
|
267
|
-
## 8.0.5-canary.1
|
|
268
|
-
|
|
269
|
-
## 8.0.5-canary.0
|
|
270
|
-
|
|
271
|
-
## 8.0.4
|
|
272
|
-
|
|
273
|
-
## 8.0.4-canary.1
|
|
274
|
-
|
|
275
|
-
## 8.0.4-canary.0
|
|
276
|
-
|
|
277
|
-
## 8.0.3
|
|
278
|
-
|
|
279
|
-
## 8.0.3-canary.6
|
|
280
|
-
|
|
281
|
-
## 8.0.3-canary.5
|
|
282
|
-
|
|
283
|
-
## 8.0.3-canary.4
|
|
284
|
-
|
|
285
|
-
## 8.0.3-canary.3
|
|
286
|
-
|
|
287
|
-
## 8.0.3-canary.2
|
|
288
|
-
|
|
289
|
-
## 8.0.3-canary.1
|
|
290
|
-
|
|
291
|
-
## 8.0.3-canary.0
|
|
292
|
-
|
|
293
|
-
## 8.0.2
|
|
294
|
-
|
|
295
|
-
## 8.0.2-canary.3
|
|
296
|
-
|
|
297
|
-
## 8.0.2-canary.2
|
|
298
|
-
|
|
299
|
-
## 8.0.2-canary.1
|
|
300
|
-
|
|
301
|
-
## 8.0.2-canary.0
|
|
302
|
-
|
|
303
|
-
## 8.0.1
|
|
304
|
-
|
|
305
|
-
### Patch Changes
|
|
306
|
-
|
|
307
|
-
- [#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))
|
|
308
|
-
|
|
309
|
-
## 8.0.1-canary.4
|
|
310
|
-
|
|
311
|
-
## 8.0.1-canary.3
|
|
312
|
-
|
|
313
|
-
### Patch Changes
|
|
314
|
-
|
|
315
|
-
- [#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))
|
|
316
|
-
|
|
317
|
-
## 8.0.1-canary.2
|
|
318
|
-
|
|
319
|
-
## 8.0.1-canary.1
|
|
320
|
-
|
|
321
|
-
## 8.0.1-canary.0
|
|
322
|
-
|
|
323
|
-
## 8.0.0
|
|
324
|
-
|
|
325
|
-
### Minor Changes
|
|
326
|
-
|
|
327
|
-
- [#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))
|
|
328
|
-
|
|
329
|
-
- [#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))
|
|
330
|
-
|
|
331
|
-
### Patch Changes
|
|
332
|
-
|
|
333
|
-
- [#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))
|
|
334
|
-
|
|
335
|
-
- [#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))
|
|
336
|
-
|
|
337
|
-
- [#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))
|
|
338
|
-
|
|
339
|
-
- [#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))
|
|
340
|
-
|
|
341
|
-
- [#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))
|
|
342
|
-
|
|
343
|
-
## 8.0.0-canary.100
|
|
344
|
-
|
|
345
|
-
## 8.0.0-canary.99
|
|
346
|
-
|
|
347
|
-
## 8.0.0-canary.98
|
|
348
|
-
|
|
349
|
-
## 8.0.0-canary.97
|
|
350
|
-
|
|
351
|
-
## 8.0.0-canary.96
|
|
352
|
-
|
|
353
|
-
## 8.0.0-canary.95
|
|
354
|
-
|
|
355
|
-
### Patch Changes
|
|
356
|
-
|
|
357
|
-
- [#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))
|
|
358
|
-
|
|
359
|
-
## 8.0.0-canary.94
|
|
360
|
-
|
|
361
|
-
## 8.0.0-canary.93
|
|
362
|
-
|
|
363
|
-
## 8.0.0-canary.92
|
|
364
|
-
|
|
365
|
-
## 8.0.0-canary.91
|
|
366
|
-
|
|
367
|
-
## 8.0.0-canary.90
|
|
368
|
-
|
|
369
|
-
## 8.0.0-canary.89
|
|
370
|
-
|
|
371
|
-
## 8.0.0-canary.88
|
|
372
|
-
|
|
373
|
-
## 8.0.0-canary.87
|
|
374
|
-
|
|
375
|
-
## 8.0.0-canary.86
|
|
376
|
-
|
|
377
|
-
## 8.0.0-canary.85
|
|
378
|
-
|
|
379
|
-
## 8.0.0-canary.84
|
|
380
|
-
|
|
381
|
-
## 8.0.0-canary.83
|
|
382
|
-
|
|
383
|
-
## 8.0.0-canary.82
|
|
384
|
-
|
|
385
|
-
## 8.0.0-canary.81
|
|
386
|
-
|
|
387
|
-
## 8.0.0-canary.80
|
|
388
|
-
|
|
389
|
-
## 8.0.0-canary.79
|
|
390
|
-
|
|
391
|
-
### Patch Changes
|
|
392
|
-
|
|
393
|
-
- [#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))
|
|
394
|
-
|
|
395
|
-
## 8.0.0-canary.78
|
|
396
|
-
|
|
397
|
-
## 8.0.0-canary.77
|
|
398
|
-
|
|
399
|
-
## 8.0.0-canary.76
|
|
400
|
-
|
|
401
|
-
## 8.0.0-canary.75
|
|
402
|
-
|
|
403
|
-
## 8.0.0-canary.74
|
|
404
|
-
|
|
405
|
-
## 8.0.0-canary.73
|
|
406
|
-
|
|
407
|
-
## 8.0.0-canary.72
|
|
408
|
-
|
|
409
|
-
### Patch Changes
|
|
410
|
-
|
|
411
|
-
- [#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))
|
|
412
|
-
|
|
413
|
-
## 8.0.0-canary.71
|
|
414
|
-
|
|
415
|
-
### Minor Changes
|
|
416
|
-
|
|
417
|
-
- [#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))
|
|
418
|
-
|
|
419
|
-
## 8.0.0-canary.70
|
|
420
|
-
|
|
421
|
-
## 8.0.0-canary.69
|
|
422
|
-
|
|
423
|
-
## 7.1.0-canary.68
|
|
424
|
-
|
|
425
|
-
## 7.1.0-canary.67
|
|
426
|
-
|
|
427
|
-
## 7.1.0-canary.66
|
|
428
|
-
|
|
429
|
-
## 7.1.0-canary.65
|
|
430
|
-
|
|
431
|
-
## 7.1.0-canary.64
|
|
432
|
-
|
|
433
|
-
## 7.1.0-canary.63
|
|
434
|
-
|
|
435
|
-
## 7.1.0-canary.62
|
|
436
|
-
|
|
437
|
-
## 7.1.0-canary.61
|
|
438
|
-
|
|
439
|
-
## 7.1.0-canary.60
|
|
440
|
-
|
|
441
|
-
## 7.1.0-canary.59
|
|
442
|
-
|
|
443
|
-
## 7.1.0-canary.58
|
|
444
|
-
|
|
445
|
-
## 7.1.0-canary.57
|
|
446
|
-
|
|
447
|
-
## 7.1.0-canary.56
|
|
448
|
-
|
|
449
|
-
## 7.1.0-canary.55
|
|
450
|
-
|
|
451
|
-
## 7.1.0-canary.54
|
|
452
|
-
|
|
453
|
-
## 7.1.0-canary.53
|
|
454
|
-
|
|
455
|
-
## 7.1.0-canary.52
|
|
456
|
-
|
|
457
|
-
## 7.1.0-canary.51
|
|
458
|
-
|
|
459
|
-
## 7.1.0-canary.50
|
|
460
|
-
|
|
461
|
-
## 7.1.0-canary.49
|
|
462
|
-
|
|
463
|
-
## 7.1.0-canary.48
|
|
464
|
-
|
|
465
|
-
## 7.1.0-canary.47
|
|
466
|
-
|
|
467
|
-
## 7.1.0-canary.46
|
|
468
|
-
|
|
469
|
-
## 7.1.0-canary.45
|
|
470
|
-
|
|
471
|
-
## 7.1.0-canary.38
|
|
472
|
-
|
|
473
|
-
### Minor Changes
|
|
474
|
-
|
|
475
|
-
- [#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))
|
|
476
|
-
|
|
477
|
-
### Patch Changes
|
|
478
|
-
|
|
479
|
-
- [#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))
|
|
480
|
-
|
|
481
|
-
## 7.1.0-canary.37
|
|
482
|
-
|
|
483
|
-
## 7.1.0-canary.36
|
|
484
|
-
|
|
485
|
-
## 7.1.0-canary.35
|
|
486
|
-
|
|
487
|
-
## 7.1.0-canary.34
|
|
488
|
-
|
|
489
|
-
## 7.1.0-canary.33
|
|
490
|
-
|
|
491
|
-
## 7.1.0-canary.32
|
|
492
|
-
|
|
493
|
-
## 7.1.0-canary.31
|
|
494
|
-
|
|
495
|
-
## 7.1.0-canary.30
|
|
496
|
-
|
|
497
|
-
## 7.1.0-canary.29
|
|
498
|
-
|
|
499
|
-
## 7.1.0-canary.28
|
|
500
|
-
|
|
501
|
-
## 7.1.0-canary.27
|
|
502
|
-
|
|
503
|
-
## 7.1.0-canary.26
|
|
504
|
-
|
|
505
|
-
## 7.1.0-canary.25
|
|
506
|
-
|
|
507
|
-
## 7.1.0-canary.24
|
|
508
|
-
|
|
509
|
-
## 7.1.0-canary.23
|
|
510
|
-
|
|
511
|
-
## 7.1.0-canary.22
|
|
512
|
-
|
|
513
|
-
## 7.1.0-canary.21
|
|
514
|
-
|
|
515
|
-
## 7.1.0-canary.20
|
|
516
|
-
|
|
517
|
-
## 7.1.0-canary.19
|
|
518
|
-
|
|
519
|
-
## 7.1.0-canary.18
|
|
520
|
-
|
|
521
|
-
## 7.1.0-canary.17
|
|
522
|
-
|
|
523
|
-
## 7.1.0-canary.16
|
|
524
|
-
|
|
525
|
-
## 7.1.0-canary.15
|
|
526
|
-
|
|
527
|
-
## 7.1.0-canary.14
|
|
528
|
-
|
|
529
|
-
## 7.1.0-canary.13
|
|
530
|
-
|
|
531
|
-
## 7.1.0-canary.12
|
|
532
|
-
|
|
533
|
-
## 7.1.0-canary.11
|
|
534
|
-
|
|
535
|
-
### Patch Changes
|
|
536
|
-
|
|
537
|
-
- [#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))
|
|
538
|
-
|
|
539
|
-
## 7.1.0-canary.10
|
|
540
|
-
|
|
541
|
-
## 7.1.0-canary.9
|
|
542
|
-
|
|
543
|
-
## 7.1.0-canary.8
|
|
544
|
-
|
|
545
|
-
## 7.0.2-canary.7
|
|
546
|
-
|
|
547
|
-
## 7.0.2-canary.6
|
|
548
|
-
|
|
549
|
-
## 7.0.2-canary.5
|
|
550
|
-
|
|
551
|
-
## 7.0.1
|
|
552
|
-
|
|
553
|
-
### Patch Changes
|
|
554
|
-
|
|
555
|
-
- [#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))
|
|
556
|
-
|
|
557
|
-
- [#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))
|
|
558
|
-
|
|
559
|
-
## 7.0.1-canary.15
|
|
560
|
-
|
|
561
|
-
## 7.0.1-canary.14
|
|
562
|
-
|
|
563
|
-
## 7.0.1-canary.13
|
|
564
|
-
|
|
565
|
-
## 7.0.1-canary.12
|
|
566
|
-
|
|
567
|
-
## 7.0.1-canary.11
|
|
568
|
-
|
|
569
|
-
## 7.0.1-canary.10
|
|
570
|
-
|
|
571
|
-
## 7.0.1-canary.9
|
|
572
|
-
|
|
573
|
-
## 7.0.1-canary.8
|
|
574
|
-
|
|
575
|
-
### Patch Changes
|
|
576
|
-
|
|
577
|
-
- [#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))
|
|
578
|
-
|
|
579
|
-
## 7.0.1-canary.7
|
|
580
|
-
|
|
581
|
-
## 7.0.1-canary.6
|
|
582
|
-
|
|
583
|
-
## 7.0.1-canary.5
|
|
584
|
-
|
|
585
|
-
### Patch Changes
|
|
586
|
-
|
|
587
|
-
- [#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))
|
|
588
|
-
|
|
589
|
-
## 7.0.1-canary.4
|
|
590
|
-
|
|
591
|
-
## 7.0.1-canary.3
|
|
592
|
-
|
|
593
|
-
## 7.0.1-canary.2
|
|
594
|
-
|
|
595
|
-
## 7.0.1-canary.1
|
|
596
|
-
|
|
597
|
-
## 7.0.1-canary.0
|
|
598
|
-
|
|
599
|
-
## 7.0.0
|
|
600
|
-
|
|
601
|
-
### Minor Changes
|
|
602
|
-
|
|
603
|
-
- [#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))
|
|
604
|
-
|
|
605
|
-
- [#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))
|
|
606
|
-
|
|
607
|
-
- [#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))
|
|
608
|
-
|
|
609
|
-
- [#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))
|
|
610
|
-
|
|
611
|
-
### Patch Changes
|
|
612
|
-
|
|
613
|
-
- [#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))
|
|
614
|
-
|
|
615
|
-
- [#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))
|
|
616
|
-
|
|
617
|
-
- [#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))
|
|
618
|
-
|
|
619
|
-
- [#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))
|
|
620
|
-
|
|
621
|
-
- [#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))
|
|
622
|
-
|
|
623
|
-
## 6.2.0-canary.98
|
|
624
|
-
|
|
625
|
-
## 6.2.0-canary.97
|
|
626
|
-
|
|
627
|
-
## 6.2.0-canary.96
|
|
628
|
-
|
|
629
|
-
## 6.2.0-canary.95
|
|
630
|
-
|
|
631
|
-
## 6.2.0-canary.94
|
|
632
|
-
|
|
633
|
-
## 6.2.0-canary.93
|
|
634
|
-
|
|
635
|
-
## 6.2.0-canary.92
|
|
636
|
-
|
|
637
|
-
## 6.2.0-canary.91
|
|
638
|
-
|
|
639
|
-
## 6.2.0-canary.90
|
|
640
|
-
|
|
641
|
-
## 6.2.0-canary.89
|
|
642
|
-
|
|
643
|
-
## 6.2.0-canary.88
|
|
644
|
-
|
|
645
|
-
## 6.2.0-canary.87
|
|
646
|
-
|
|
647
|
-
### Patch Changes
|
|
648
|
-
|
|
649
|
-
- [#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))
|
|
650
|
-
|
|
651
|
-
## 6.2.0-canary.86
|
|
652
|
-
|
|
653
|
-
## 6.2.0-canary.85
|
|
654
|
-
|
|
655
|
-
## 6.2.0-canary.84
|
|
656
|
-
|
|
657
|
-
## 6.2.0-canary.83
|
|
658
|
-
|
|
659
|
-
## 6.2.0-canary.82
|
|
660
|
-
|
|
661
|
-
## 6.2.0-canary.81
|
|
662
|
-
|
|
663
|
-
### Minor Changes
|
|
664
|
-
|
|
665
|
-
- [#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))
|
|
666
|
-
|
|
667
|
-
## 6.2.0-canary.80
|
|
668
|
-
|
|
669
|
-
## 6.2.0-canary.79
|
|
670
|
-
|
|
671
|
-
## 6.2.0-canary.78
|
|
672
|
-
|
|
673
|
-
### Minor Changes
|
|
674
|
-
|
|
675
|
-
- [#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))
|
|
676
|
-
|
|
677
|
-
## 6.2.0-canary.77
|
|
678
|
-
|
|
679
|
-
## 6.2.0-canary.76
|
|
680
|
-
|
|
681
|
-
## 6.2.0-canary.75
|
|
682
|
-
|
|
683
|
-
## 6.2.0-canary.74
|
|
684
|
-
|
|
685
|
-
## 6.2.0-canary.73
|
|
686
|
-
|
|
687
|
-
### Minor Changes
|
|
688
|
-
|
|
689
|
-
- [#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))
|
|
690
|
-
|
|
691
|
-
## 6.2.0-canary.72
|
|
692
|
-
|
|
693
|
-
## 6.2.0-canary.71
|
|
694
|
-
|
|
695
|
-
## 6.2.0-canary.70
|
|
696
|
-
|
|
697
|
-
## 6.2.0-canary.69
|
|
698
|
-
|
|
699
|
-
## 6.2.0-canary.68
|
|
700
|
-
|
|
701
|
-
## 6.2.0-canary.67
|
|
702
|
-
|
|
703
|
-
## 6.2.0-canary.66
|
|
704
|
-
|
|
705
|
-
## 6.2.0-canary.65
|
|
706
|
-
|
|
707
|
-
## 6.2.0-canary.64
|
|
708
|
-
|
|
709
|
-
## 6.2.0-canary.63
|
|
5
|
+
## 9.0.0-canary.90
|
|
710
6
|
|
|
711
7
|
### Patch Changes
|
|
712
8
|
|
|
713
|
-
- [#
|
|
714
|
-
|
|
715
|
-
- [#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))
|
|
716
|
-
|
|
717
|
-
- [#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))
|
|
718
|
-
|
|
719
|
-
## 6.2.0-canary.62
|
|
720
|
-
|
|
721
|
-
## 6.2.0-canary.61
|
|
722
|
-
|
|
723
|
-
## 6.2.0-canary.60
|
|
724
|
-
|
|
725
|
-
## 6.2.0-canary.59
|
|
726
|
-
|
|
727
|
-
## 6.2.0-canary.58
|
|
728
|
-
|
|
729
|
-
## 6.2.0-canary.57
|
|
730
|
-
|
|
731
|
-
## 6.2.0-canary.56
|
|
732
|
-
|
|
733
|
-
## 6.2.0-canary.55
|
|
734
|
-
|
|
735
|
-
## 6.2.0-canary.54
|
|
736
|
-
|
|
737
|
-
## 6.2.0-canary.53
|
|
738
|
-
|
|
739
|
-
## 6.2.0-canary.52
|
|
740
|
-
|
|
741
|
-
## 6.2.0-canary.51
|
|
742
|
-
|
|
743
|
-
## 6.2.0-canary.50
|
|
744
|
-
|
|
745
|
-
## 6.2.0-canary.49
|
|
746
|
-
|
|
747
|
-
## 6.2.0-canary.48
|
|
748
|
-
|
|
749
|
-
## 6.2.0-canary.47
|
|
750
|
-
|
|
751
|
-
## 6.2.0-canary.46
|
|
752
|
-
|
|
753
|
-
## 6.2.0-canary.45
|
|
754
|
-
|
|
755
|
-
## 6.2.0-canary.44
|
|
756
|
-
|
|
757
|
-
## 6.2.0-canary.43
|
|
758
|
-
|
|
759
|
-
## 6.2.0-canary.42
|
|
760
|
-
|
|
761
|
-
## 6.2.0-canary.41
|
|
762
|
-
|
|
763
|
-
## 6.2.0-canary.40
|
|
764
|
-
|
|
765
|
-
## 6.2.0-canary.39
|
|
766
|
-
|
|
767
|
-
## 6.2.0-canary.38
|
|
768
|
-
|
|
769
|
-
## 6.2.0-canary.37
|
|
770
|
-
|
|
771
|
-
## 6.2.0-canary.36
|
|
772
|
-
|
|
773
|
-
## 6.2.0-canary.35
|
|
774
|
-
|
|
775
|
-
## 6.2.0-canary.34
|
|
776
|
-
|
|
777
|
-
## 6.2.0-canary.33
|
|
778
|
-
|
|
779
|
-
## 6.2.0-canary.32
|
|
780
|
-
|
|
781
|
-
## 6.2.0-canary.31
|
|
782
|
-
|
|
783
|
-
## 6.2.0-canary.30
|
|
784
|
-
|
|
785
|
-
## 6.2.0-canary.29
|
|
786
|
-
|
|
787
|
-
## 6.2.0-canary.28
|
|
788
|
-
|
|
789
|
-
## 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))
|
|
790
10
|
|
|
791
|
-
##
|
|
11
|
+
## 8.1.0-canary.51
|
|
792
12
|
|
|
793
|
-
|
|
13
|
+
### Minor Changes
|
|
794
14
|
|
|
795
|
-
|
|
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))
|
|
796
16
|
|
|
797
|
-
##
|
|
17
|
+
## 8.1.0-canary.33
|
|
798
18
|
|
|
799
19
|
### Patch Changes
|
|
800
20
|
|
|
801
|
-
- [#
|
|
802
|
-
|
|
803
|
-
## 6.2.0-canary.22
|
|
804
|
-
|
|
805
|
-
## 6.2.0-canary.21
|
|
806
|
-
|
|
807
|
-
## 6.2.0-canary.20
|
|
808
|
-
|
|
809
|
-
## 6.2.0-canary.19
|
|
810
|
-
|
|
811
|
-
## 6.2.0-canary.18
|
|
812
|
-
|
|
813
|
-
## 6.2.0-canary.17
|
|
814
|
-
|
|
815
|
-
## 6.2.0-canary.16
|
|
816
|
-
|
|
817
|
-
## 6.2.0-canary.15
|
|
818
|
-
|
|
819
|
-
## 6.2.0-canary.14
|
|
820
|
-
|
|
821
|
-
## 6.2.0-canary.13
|
|
822
|
-
|
|
823
|
-
## 6.2.0-canary.12
|
|
824
|
-
|
|
825
|
-
## 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))
|
|
826
22
|
|
|
827
|
-
##
|
|
23
|
+
## 8.1.0-canary.23
|
|
828
24
|
|
|
829
|
-
|
|
25
|
+
### Patch Changes
|
|
830
26
|
|
|
831
|
-
|
|
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))
|
|
832
28
|
|
|
833
|
-
##
|
|
29
|
+
## 8.1.0-canary.8
|
|
834
30
|
|
|
835
|
-
|
|
31
|
+
### Patch Changes
|
|
836
32
|
|
|
837
|
-
|
|
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))
|
|
838
34
|
|
|
839
|
-
##
|
|
35
|
+
## 8.0.6-canary.2
|
|
840
36
|
|
|
841
37
|
### Patch Changes
|
|
842
38
|
|
|
843
|
-
- [#
|
|
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))
|
|
844
40
|
|
|
845
|
-
##
|
|
41
|
+
## 8.0.6-canary.1
|
|
846
42
|
|
|
847
|
-
|
|
43
|
+
### Patch Changes
|
|
848
44
|
|
|
849
|
-
|
|
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))
|
|
850
46
|
|
|
851
|
-
##
|
|
47
|
+
## 8.0.6-canary.0
|
|
852
48
|
|
|
853
49
|
### Patch Changes
|
|
854
50
|
|
|
855
|
-
- [#
|
|
856
|
-
|
|
857
|
-
## 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))
|
|
858
52
|
|
|
859
|
-
##
|
|
53
|
+
## 8.0.5
|
|
860
54
|
|
|
861
|
-
|
|
55
|
+
### Patch Changes
|
|
862
56
|
|
|
863
|
-
|
|
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))
|
|
864
58
|
|
|
865
|
-
##
|
|
59
|
+
## 8.0.1
|
|
866
60
|
|
|
867
|
-
|
|
61
|
+
### Patch Changes
|
|
868
62
|
|
|
869
|
-
|
|
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))
|
|
870
64
|
|
|
871
|
-
##
|
|
65
|
+
## 8.0.0
|
|
872
66
|
|
|
873
|
-
|
|
67
|
+
### Minor Changes
|
|
874
68
|
|
|
875
|
-
|
|
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))
|
|
876
70
|
|
|
877
|
-
|
|
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))
|
|
878
72
|
|
|
879
|
-
|
|
73
|
+
### Patch Changes
|
|
880
74
|
|
|
881
|
-
|
|
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))
|
|
882
76
|
|
|
883
|
-
|
|
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))
|
|
884
78
|
|
|
885
|
-
|
|
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))
|
|
886
80
|
|
|
887
|
-
|
|
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))
|
|
888
82
|
|
|
889
|
-
|
|
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))
|
|
890
84
|
|
|
891
|
-
##
|
|
85
|
+
## 7.0.1
|
|
892
86
|
|
|
893
|
-
|
|
87
|
+
### Patch Changes
|
|
894
88
|
|
|
895
|
-
|
|
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))
|
|
896
90
|
|
|
897
|
-
|
|
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))
|
|
898
92
|
|
|
899
|
-
##
|
|
93
|
+
## 7.0.0
|
|
900
94
|
|
|
901
|
-
|
|
95
|
+
### Minor Changes
|
|
902
96
|
|
|
903
|
-
|
|
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))
|
|
904
98
|
|
|
905
|
-
|
|
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))
|
|
906
100
|
|
|
907
|
-
|
|
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))
|
|
908
102
|
|
|
909
|
-
|
|
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))
|
|
910
104
|
|
|
911
|
-
|
|
105
|
+
### Patch Changes
|
|
912
106
|
|
|
913
|
-
|
|
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))
|
|
914
108
|
|
|
915
|
-
|
|
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))
|
|
916
110
|
|
|
917
|
-
|
|
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))
|
|
918
112
|
|
|
919
|
-
|
|
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))
|
|
920
114
|
|
|
921
|
-
|
|
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))
|
|
922
116
|
|
|
923
117
|
## 6.0.0
|
|
924
118
|
|
|
@@ -926,126 +120,6 @@
|
|
|
926
120
|
|
|
927
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))
|
|
928
122
|
|
|
929
|
-
## 6.0.0-canary.54
|
|
930
|
-
|
|
931
|
-
## 6.0.0-canary.53
|
|
932
|
-
|
|
933
|
-
## 6.0.0-canary.52
|
|
934
|
-
|
|
935
|
-
## 6.0.0-canary.51
|
|
936
|
-
|
|
937
|
-
## 6.0.0-canary.50
|
|
938
|
-
|
|
939
|
-
## 6.0.0-canary.49
|
|
940
|
-
|
|
941
|
-
## 6.0.0-canary.48
|
|
942
|
-
|
|
943
|
-
## 6.0.0-canary.47
|
|
944
|
-
|
|
945
|
-
## 6.0.0-canary.46
|
|
946
|
-
|
|
947
|
-
## 6.0.0-canary.45
|
|
948
|
-
|
|
949
|
-
## 6.0.0-canary.44
|
|
950
|
-
|
|
951
|
-
## 6.0.0-canary.43
|
|
952
|
-
|
|
953
|
-
## 6.0.0-canary.42
|
|
954
|
-
|
|
955
|
-
## 6.0.0-canary.41
|
|
956
|
-
|
|
957
|
-
## 6.0.0-canary.40
|
|
958
|
-
|
|
959
|
-
## 6.0.0-canary.39
|
|
960
|
-
|
|
961
|
-
## 6.0.0-canary.38
|
|
962
|
-
|
|
963
|
-
## 6.0.0-canary.37
|
|
964
|
-
|
|
965
|
-
## 6.0.0-canary.36
|
|
966
|
-
|
|
967
|
-
## 6.0.0-canary.35
|
|
968
|
-
|
|
969
|
-
## 6.0.0-canary.34
|
|
970
|
-
|
|
971
|
-
## 6.0.0-canary.33
|
|
972
|
-
|
|
973
|
-
## 6.0.0-canary.32
|
|
974
|
-
|
|
975
|
-
## 6.0.0-canary.31
|
|
976
|
-
|
|
977
|
-
## 6.0.0-canary.30
|
|
978
|
-
|
|
979
|
-
## 6.0.0-canary.29
|
|
980
|
-
|
|
981
|
-
## 6.0.0-canary.28
|
|
982
|
-
|
|
983
|
-
## 6.0.0-canary.27
|
|
984
|
-
|
|
985
|
-
## 6.0.0-canary.26
|
|
986
|
-
|
|
987
|
-
## 6.0.0-canary.25
|
|
988
|
-
|
|
989
|
-
## 6.0.0-canary.24
|
|
990
|
-
|
|
991
|
-
### Minor Changes
|
|
992
|
-
|
|
993
|
-
- [#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))
|
|
994
|
-
|
|
995
|
-
## 6.0.0-canary.23
|
|
996
|
-
|
|
997
|
-
## 6.0.0-canary.22
|
|
998
|
-
|
|
999
|
-
## 6.0.0-canary.21
|
|
1000
|
-
|
|
1001
|
-
## 6.0.0-canary.20
|
|
1002
|
-
|
|
1003
|
-
## 5.2.0-canary.19
|
|
1004
|
-
|
|
1005
|
-
## 5.2.0-canary.18
|
|
1006
|
-
|
|
1007
|
-
## 5.2.0-canary.17
|
|
1008
|
-
|
|
1009
|
-
## 5.2.0-canary.16
|
|
1010
|
-
|
|
1011
|
-
## 5.2.0-canary.15
|
|
1012
|
-
|
|
1013
|
-
## 5.2.0-canary.14
|
|
1014
|
-
|
|
1015
|
-
## 5.2.0-canary.13
|
|
1016
|
-
|
|
1017
|
-
## 5.2.0-canary.12
|
|
1018
|
-
|
|
1019
|
-
## 5.2.0-canary.11
|
|
1020
|
-
|
|
1021
|
-
## 5.2.0-canary.10
|
|
1022
|
-
|
|
1023
|
-
## 5.2.0-canary.9
|
|
1024
|
-
|
|
1025
|
-
## 5.2.0-canary.8
|
|
1026
|
-
|
|
1027
|
-
## 5.2.0-canary.7
|
|
1028
|
-
|
|
1029
|
-
## 5.2.0-canary.6
|
|
1030
|
-
|
|
1031
|
-
## 5.2.0-canary.5
|
|
1032
|
-
|
|
1033
|
-
## 5.2.0-canary.4
|
|
1034
|
-
|
|
1035
|
-
## 5.2.0-canary.3
|
|
1036
|
-
|
|
1037
|
-
## 5.2.0-canary.2
|
|
1038
|
-
|
|
1039
|
-
## 5.2.0-canary.1
|
|
1040
|
-
|
|
1041
|
-
## 5.2.0-canary.0
|
|
1042
|
-
|
|
1043
|
-
## 5.1.1
|
|
1044
|
-
|
|
1045
|
-
## 5.1.1-canary.1
|
|
1046
|
-
|
|
1047
|
-
## 5.1.1-canary.0
|
|
1048
|
-
|
|
1049
123
|
## 5.1.0
|
|
1050
124
|
|
|
1051
125
|
### Patch Changes
|
|
@@ -1057,39 +131,6 @@
|
|
|
1057
131
|
- Upgraded dependencies including type-fest and graphql-mesh
|
|
1058
132
|
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
1059
133
|
|
|
1060
|
-
## 5.1.0-canary.11
|
|
1061
|
-
|
|
1062
|
-
## 5.1.0-canary.10
|
|
1063
|
-
|
|
1064
|
-
## 5.1.0-canary.9
|
|
1065
|
-
|
|
1066
|
-
## 5.1.0-canary.8
|
|
1067
|
-
|
|
1068
|
-
## 5.1.0-canary.7
|
|
1069
|
-
|
|
1070
|
-
## 5.1.0-canary.6
|
|
1071
|
-
|
|
1072
|
-
## 5.1.0-canary.5
|
|
1073
|
-
|
|
1074
|
-
## 5.1.0-canary.4
|
|
1075
|
-
|
|
1076
|
-
## 5.1.0-canary.3
|
|
1077
|
-
|
|
1078
|
-
### Patch Changes
|
|
1079
|
-
|
|
1080
|
-
- [#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.
|
|
1081
|
-
|
|
1082
|
-
- Updated the @mui/material package
|
|
1083
|
-
- Removed dependencies on react-hook-form-mui and @playwright/test
|
|
1084
|
-
- Upgraded dependencies including type-fest and graphql-mesh
|
|
1085
|
-
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
1086
|
-
|
|
1087
|
-
## 5.1.0-canary.2
|
|
1088
|
-
|
|
1089
|
-
## 5.1.0-canary.1
|
|
1090
|
-
|
|
1091
|
-
## 5.1.0-canary.0
|
|
1092
|
-
|
|
1093
134
|
## 5.0.0
|
|
1094
135
|
|
|
1095
136
|
### Major Changes
|
|
@@ -1112,88 +153,12 @@
|
|
|
1112
153
|
|
|
1113
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))
|
|
1114
155
|
|
|
1115
|
-
## 5.0.0-canary.14
|
|
1116
|
-
|
|
1117
|
-
## 5.0.0-canary.13
|
|
1118
|
-
|
|
1119
|
-
### Major Changes
|
|
1120
|
-
|
|
1121
|
-
- [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@paales](https://github.com/paales))
|
|
1122
|
-
|
|
1123
|
-
## 4.14.0-canary.12
|
|
1124
|
-
|
|
1125
|
-
## 4.14.0-canary.11
|
|
1126
|
-
|
|
1127
|
-
## 4.14.0-canary.10
|
|
1128
|
-
|
|
1129
|
-
## 4.14.0-canary.9
|
|
1130
|
-
|
|
1131
|
-
## 4.14.0-canary.8
|
|
1132
|
-
|
|
1133
|
-
## 4.14.0-canary.7
|
|
1134
|
-
|
|
1135
|
-
### Patch Changes
|
|
1136
|
-
|
|
1137
|
-
- [#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))
|
|
1138
|
-
|
|
1139
|
-
## 4.14.0-canary.6
|
|
1140
|
-
|
|
1141
|
-
### Minor Changes
|
|
1142
|
-
|
|
1143
|
-
- [#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))
|
|
1144
|
-
|
|
1145
|
-
### Patch Changes
|
|
1146
|
-
|
|
1147
|
-
- [#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))
|
|
1148
|
-
|
|
1149
|
-
- [#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))
|
|
1150
|
-
|
|
1151
|
-
## 4.14.0-canary.5
|
|
1152
|
-
|
|
1153
|
-
## 4.14.0-canary.4
|
|
1154
|
-
|
|
1155
|
-
### Patch Changes
|
|
1156
|
-
|
|
1157
|
-
- [#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))
|
|
1158
|
-
|
|
1159
|
-
## 4.14.0-canary.3
|
|
1160
|
-
|
|
1161
|
-
## 4.14.0-canary.2
|
|
1162
|
-
|
|
1163
|
-
### Patch Changes
|
|
1164
|
-
|
|
1165
|
-
- [#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))
|
|
1166
|
-
|
|
1167
|
-
## 4.13.2-canary.1
|
|
1168
|
-
|
|
1169
|
-
## 4.13.2-canary.0
|
|
1170
|
-
|
|
1171
|
-
## 4.13.3
|
|
1172
|
-
|
|
1173
|
-
## 4.13.2
|
|
1174
|
-
|
|
1175
|
-
## 4.13.1
|
|
1176
|
-
|
|
1177
|
-
## 4.13.1-canary.2
|
|
1178
|
-
|
|
1179
|
-
## 4.13.1-canary.1
|
|
1180
|
-
|
|
1181
|
-
## 4.13.1-canary.0
|
|
1182
|
-
|
|
1183
156
|
## 4.13.0
|
|
1184
157
|
|
|
1185
158
|
### Patch Changes
|
|
1186
159
|
|
|
1187
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
|
|
1188
161
|
|
|
1189
|
-
## 4.13.0-canary.1
|
|
1190
|
-
|
|
1191
|
-
### Patch Changes
|
|
1192
|
-
|
|
1193
|
-
- [`abb15ef4a`](https://github.com/graphcommerce-org/graphcommerce/commit/abb15ef4a79b12eddb32cc006e5d1d31dd06ac2d) Thanks [@paales](https://github.com/paales)! - Added canary releases to GraphCommerce
|
|
1194
|
-
|
|
1195
|
-
## 4.13.0-canary.0
|
|
1196
|
-
|
|
1197
162
|
## 4.3.10
|
|
1198
163
|
|
|
1199
164
|
### Patch Changes
|
|
@@ -2528,8 +1493,6 @@ All notable changes to this project will be documented in this file. See [Conven
|
|
|
2528
1493
|
|
|
2529
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)
|
|
2530
1495
|
|
|
2531
|
-
## [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)
|
|
2532
|
-
|
|
2533
1496
|
### Bug Fixes
|
|
2534
1497
|
|
|
2535
1498
|
- unused swatches should not show up ([86a06fb](https://github.com/ho-nl/m2-pwa/commit/86a06fb3a7e0232611b8bb4971cadbcfd94ae525))
|