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