@graphcommerce/magento-product-configurable 9.0.0-canary.99 → 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 -1054
- 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,184 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 9.0.0
|
|
4
|
-
|
|
5
|
-
## 9.0.0-canary.98
|
|
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
|
|
3
|
+
## 9.0.0
|
|
682
4
|
|
|
683
5
|
### Minor Changes
|
|
684
6
|
|
|
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
|
|
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))
|
|
706
8
|
|
|
707
9
|
### Patch Changes
|
|
708
10
|
|
|
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
|
|
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))
|
|
724
12
|
|
|
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
|
|
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))
|
|
736
14
|
|
|
737
|
-
|
|
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))
|
|
738
16
|
|
|
739
|
-
|
|
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))
|
|
740
18
|
|
|
741
|
-
|
|
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))
|
|
742
20
|
|
|
743
|
-
|
|
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))
|
|
744
22
|
|
|
745
|
-
|
|
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))
|
|
746
24
|
|
|
747
|
-
|
|
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))
|
|
748
26
|
|
|
749
|
-
|
|
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))
|
|
750
28
|
|
|
751
|
-
|
|
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))
|
|
752
30
|
|
|
753
|
-
##
|
|
31
|
+
## 9.0.0-canary.118
|
|
754
32
|
|
|
755
|
-
##
|
|
33
|
+
## 9.0.0-canary.117
|
|
756
34
|
|
|
757
|
-
##
|
|
35
|
+
## 9.0.0-canary.116
|
|
758
36
|
|
|
759
|
-
##
|
|
37
|
+
## 9.0.0-canary.115
|
|
760
38
|
|
|
761
|
-
##
|
|
39
|
+
## 9.0.0-canary.114
|
|
762
40
|
|
|
763
|
-
##
|
|
41
|
+
## 9.0.0-canary.113
|
|
764
42
|
|
|
765
|
-
##
|
|
43
|
+
## 9.0.0-canary.112
|
|
766
44
|
|
|
767
|
-
##
|
|
45
|
+
## 9.0.0-canary.111
|
|
768
46
|
|
|
769
|
-
##
|
|
47
|
+
## 9.0.0-canary.110
|
|
770
48
|
|
|
771
|
-
##
|
|
49
|
+
## 9.0.0-canary.109
|
|
772
50
|
|
|
773
|
-
##
|
|
51
|
+
## 9.0.0-canary.108
|
|
774
52
|
|
|
775
|
-
|
|
53
|
+
### Patch Changes
|
|
776
54
|
|
|
777
|
-
|
|
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))
|
|
778
56
|
|
|
779
|
-
|
|
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))
|
|
780
58
|
|
|
781
|
-
|
|
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))
|
|
782
60
|
|
|
783
|
-
##
|
|
61
|
+
## 9.0.0-canary.107
|
|
784
62
|
|
|
785
|
-
##
|
|
63
|
+
## 9.0.0-canary.106
|
|
786
64
|
|
|
787
|
-
##
|
|
65
|
+
## 9.0.0-canary.105
|
|
788
66
|
|
|
789
|
-
##
|
|
67
|
+
## 9.0.0-canary.104
|
|
790
68
|
|
|
791
|
-
##
|
|
69
|
+
## 9.0.0-canary.103
|
|
792
70
|
|
|
793
|
-
##
|
|
71
|
+
## 9.0.0-canary.90
|
|
794
72
|
|
|
795
73
|
### Patch Changes
|
|
796
74
|
|
|
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
|
|
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))
|
|
810
76
|
|
|
811
|
-
##
|
|
77
|
+
## 8.1.0-canary.51
|
|
812
78
|
|
|
813
|
-
|
|
79
|
+
### Minor Changes
|
|
814
80
|
|
|
815
|
-
|
|
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))
|
|
816
82
|
|
|
817
|
-
##
|
|
83
|
+
## 8.1.0-canary.33
|
|
818
84
|
|
|
819
|
-
|
|
85
|
+
### Patch Changes
|
|
820
86
|
|
|
821
|
-
|
|
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))
|
|
822
88
|
|
|
823
|
-
##
|
|
89
|
+
## 8.1.0-canary.23
|
|
824
90
|
|
|
825
|
-
|
|
91
|
+
### Patch Changes
|
|
826
92
|
|
|
827
|
-
|
|
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))
|
|
828
94
|
|
|
829
|
-
##
|
|
95
|
+
## 8.1.0-canary.8
|
|
830
96
|
|
|
831
|
-
|
|
97
|
+
### Patch Changes
|
|
832
98
|
|
|
833
|
-
|
|
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))
|
|
834
100
|
|
|
835
|
-
##
|
|
101
|
+
## 8.0.6-canary.2
|
|
836
102
|
|
|
837
103
|
### Patch Changes
|
|
838
104
|
|
|
839
|
-
- [#
|
|
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))
|
|
840
106
|
|
|
841
|
-
##
|
|
107
|
+
## 8.0.6-canary.1
|
|
842
108
|
|
|
843
|
-
|
|
109
|
+
### Patch Changes
|
|
844
110
|
|
|
845
|
-
|
|
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))
|
|
846
112
|
|
|
847
|
-
##
|
|
113
|
+
## 8.0.6-canary.0
|
|
848
114
|
|
|
849
115
|
### Patch Changes
|
|
850
116
|
|
|
851
|
-
- [#
|
|
852
|
-
|
|
853
|
-
## 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))
|
|
854
118
|
|
|
855
|
-
##
|
|
119
|
+
## 8.0.5
|
|
856
120
|
|
|
857
|
-
|
|
121
|
+
### Patch Changes
|
|
858
122
|
|
|
859
|
-
|
|
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))
|
|
860
124
|
|
|
861
|
-
##
|
|
125
|
+
## 8.0.1
|
|
862
126
|
|
|
863
|
-
|
|
127
|
+
### Patch Changes
|
|
864
128
|
|
|
865
|
-
|
|
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))
|
|
866
130
|
|
|
867
|
-
##
|
|
131
|
+
## 8.0.0
|
|
868
132
|
|
|
869
|
-
|
|
133
|
+
### Minor Changes
|
|
870
134
|
|
|
871
|
-
|
|
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))
|
|
872
136
|
|
|
873
|
-
|
|
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))
|
|
874
138
|
|
|
875
|
-
|
|
139
|
+
### Patch Changes
|
|
876
140
|
|
|
877
|
-
|
|
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))
|
|
878
142
|
|
|
879
|
-
|
|
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))
|
|
880
144
|
|
|
881
|
-
|
|
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))
|
|
882
146
|
|
|
883
|
-
|
|
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))
|
|
884
148
|
|
|
885
|
-
|
|
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))
|
|
886
150
|
|
|
887
|
-
##
|
|
151
|
+
## 7.0.1
|
|
888
152
|
|
|
889
|
-
|
|
153
|
+
### Patch Changes
|
|
890
154
|
|
|
891
|
-
|
|
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))
|
|
892
156
|
|
|
893
|
-
|
|
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))
|
|
894
158
|
|
|
895
|
-
##
|
|
159
|
+
## 7.0.0
|
|
896
160
|
|
|
897
|
-
|
|
161
|
+
### Minor Changes
|
|
898
162
|
|
|
899
|
-
|
|
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))
|
|
900
164
|
|
|
901
|
-
|
|
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))
|
|
902
166
|
|
|
903
|
-
|
|
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))
|
|
904
168
|
|
|
905
|
-
|
|
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))
|
|
906
170
|
|
|
907
|
-
|
|
171
|
+
### Patch Changes
|
|
908
172
|
|
|
909
|
-
|
|
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))
|
|
910
174
|
|
|
911
|
-
|
|
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))
|
|
912
176
|
|
|
913
|
-
|
|
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))
|
|
914
178
|
|
|
915
|
-
|
|
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))
|
|
916
180
|
|
|
917
|
-
|
|
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))
|
|
918
182
|
|
|
919
183
|
## 6.0.0
|
|
920
184
|
|
|
@@ -922,126 +186,6 @@
|
|
|
922
186
|
|
|
923
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))
|
|
924
188
|
|
|
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
189
|
## 5.1.0
|
|
1046
190
|
|
|
1047
191
|
### Patch Changes
|
|
@@ -1053,39 +197,6 @@
|
|
|
1053
197
|
- Upgraded dependencies including type-fest and graphql-mesh
|
|
1054
198
|
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
1055
199
|
|
|
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
200
|
## 5.0.0
|
|
1090
201
|
|
|
1091
202
|
### Major Changes
|
|
@@ -1108,88 +219,12 @@
|
|
|
1108
219
|
|
|
1109
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))
|
|
1110
221
|
|
|
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
222
|
## 4.13.0
|
|
1180
223
|
|
|
1181
224
|
### Patch Changes
|
|
1182
225
|
|
|
1183
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
|
|
1184
227
|
|
|
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
228
|
## 4.3.10
|
|
1194
229
|
|
|
1195
230
|
### Patch Changes
|
|
@@ -1955,7 +990,7 @@
|
|
|
1955
990
|
All occurences of `<Trans>` and `t` need to be replaced:
|
|
1956
991
|
|
|
1957
992
|
```tsx
|
|
1958
|
-
import {
|
|
993
|
+
import { t, Trans } from '@lingui/macro'
|
|
1959
994
|
|
|
1960
995
|
function MyComponent() {
|
|
1961
996
|
const foo = 'bar'
|
|
@@ -1970,8 +1005,8 @@
|
|
|
1970
1005
|
Needs to be replaced with:
|
|
1971
1006
|
|
|
1972
1007
|
```tsx
|
|
1973
|
-
import { Trans } from '@lingui/react'
|
|
1974
1008
|
import { i18n } from '@lingui/core'
|
|
1009
|
+
import { Trans } from '@lingui/react'
|
|
1975
1010
|
|
|
1976
1011
|
function MyComponent() {
|
|
1977
1012
|
const foo = 'bar'
|
|
@@ -2524,8 +1559,6 @@ All notable changes to this project will be documented in this file. See [Conven
|
|
|
2524
1559
|
|
|
2525
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)
|
|
2526
1561
|
|
|
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
1562
|
### Bug Fixes
|
|
2530
1563
|
|
|
2531
1564
|
- unused swatches should not show up ([86a06fb](https://github.com/ho-nl/m2-pwa/commit/86a06fb3a7e0232611b8bb4971cadbcfd94ae525))
|