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