@graphcommerce/magento-cart 9.0.0-canary.100 → 9.0.0-canary.103
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +49 -1101
- package/components/ApolloCartError/ApolloCartErrorAlert.tsx +2 -4
- package/components/ApolloCartError/ApolloCartErrorFullPage.tsx +2 -4
- package/components/ApolloCartError/ApolloCartErrorSnackbar.tsx +2 -4
- package/components/CartAddressMultiLine/CartAddressMultiLine.tsx +1 -1
- package/components/CartAddressSingleLine/CartAddressSingleLine.tsx +1 -1
- package/components/CartAgreementsForm/CartAgreementsForm.tsx +6 -9
- package/components/CartDebugger/CartDebugger.tsx +1 -1
- package/components/CartFab/CartFab.tsx +7 -4
- package/components/CartItemSummary/CartItemSummary.tsx +6 -4
- package/components/CartStartCheckout/CartStartCheckout.tsx +3 -2
- package/components/CartStartCheckout/CartStartCheckoutLinkOrButton.tsx +4 -3
- package/components/CartSummary/CartSummary.tsx +5 -4
- package/components/CartTotals/CartTotals.tsx +4 -3
- package/components/EmptyCart/EmptyCart.tsx +4 -7
- package/components/InlineAccount/InlineAccount.tsx +2 -5
- package/hooks/useAssignCurrentCartId.ts +2 -1
- package/hooks/useCartQuery.ts +2 -1
- package/hooks/useCurrentCartId.ts +4 -6
- package/hooks/useFormGqlMutationCart.ts +4 -8
- package/link/cartLink.ts +8 -5
- package/package.json +16 -16
- package/plugins/MagentoCartGraphqlProvider.tsx +2 -2
- package/plugins/useSignInFormMergeCart.ts +2 -2
- package/test/fillCartAgreementsForm.ts +2 -2
- package/typePolicies.ts +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,40 +1,10 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 9.0.0-canary.
|
|
3
|
+
## 9.0.0-canary.103
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
## 9.0.0-canary.98
|
|
8
|
-
|
|
9
|
-
## 9.0.0-canary.97
|
|
10
|
-
|
|
11
|
-
## 9.0.0-canary.96
|
|
12
|
-
|
|
13
|
-
## 9.0.0-canary.95
|
|
14
|
-
|
|
15
|
-
## 9.0.0-canary.94
|
|
16
|
-
|
|
17
|
-
## 9.0.0-canary.93
|
|
18
|
-
|
|
19
|
-
## 9.0.0-canary.92
|
|
20
|
-
|
|
21
|
-
## 9.0.0-canary.91
|
|
22
|
-
|
|
23
|
-
## 9.0.0-canary.90
|
|
24
|
-
|
|
25
|
-
## 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
|
|
5
|
+
### Patch Changes
|
|
36
6
|
|
|
37
|
-
|
|
7
|
+
- [#2421](https://github.com/graphcommerce-org/graphcommerce/pull/2421) [`8aaca29`](https://github.com/graphcommerce-org/graphcommerce/commit/8aaca29147da4d4a508fb1a00c088d30e2a304cf) - Forward BadgeProps to WishlistFab, CartFab and CustomerFab ([@paales](https://github.com/paales))
|
|
38
8
|
|
|
39
9
|
## 9.0.0-canary.82
|
|
40
10
|
|
|
@@ -42,100 +12,18 @@
|
|
|
42
12
|
|
|
43
13
|
- [#2366](https://github.com/graphcommerce-org/graphcommerce/pull/2366) [`3612c99`](https://github.com/graphcommerce-org/graphcommerce/commit/3612c994b80bb3b1bc02de10668f69a332402dc4) - Add `permissions` config so the website or store can be configurated to run in different modes. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
44
14
|
|
|
45
|
-
## 9.0.0-canary.81
|
|
46
|
-
|
|
47
|
-
## 9.0.0-canary.80
|
|
48
|
-
|
|
49
|
-
## 9.0.0-canary.79
|
|
50
|
-
|
|
51
|
-
## 9.0.0-canary.78
|
|
52
|
-
|
|
53
|
-
## 9.0.0-canary.77
|
|
54
|
-
|
|
55
|
-
## 9.0.0-canary.76
|
|
56
|
-
|
|
57
|
-
## 9.0.0-canary.75
|
|
58
|
-
|
|
59
|
-
## 9.0.0-canary.74
|
|
60
|
-
|
|
61
|
-
## 9.0.0-canary.73
|
|
62
|
-
|
|
63
|
-
## 9.0.0-canary.72
|
|
64
|
-
|
|
65
|
-
## 9.0.0-canary.71
|
|
66
|
-
|
|
67
|
-
## 9.0.0-canary.70
|
|
68
|
-
|
|
69
15
|
## 9.0.0-canary.69
|
|
70
16
|
|
|
71
17
|
### Patch Changes
|
|
72
18
|
|
|
73
19
|
- [#2338](https://github.com/graphcommerce-org/graphcommerce/pull/2338) [`6984f8c`](https://github.com/graphcommerce-org/graphcommerce/commit/6984f8ce94433963d7bab0e1949c1737767e17ba) - Pass sx props to EmptyCart component ([@JoshuaS98](https://github.com/JoshuaS98))
|
|
74
20
|
|
|
75
|
-
## 9.0.0-canary.68
|
|
76
|
-
|
|
77
|
-
## 9.0.0-canary.67
|
|
78
|
-
|
|
79
|
-
## 9.0.0-canary.66
|
|
80
|
-
|
|
81
|
-
## 9.0.0-canary.65
|
|
82
|
-
|
|
83
|
-
## 9.0.0-canary.64
|
|
84
|
-
|
|
85
|
-
## 9.0.0-canary.63
|
|
86
|
-
|
|
87
|
-
## 9.0.0-canary.62
|
|
88
|
-
|
|
89
|
-
## 9.0.0-canary.61
|
|
90
|
-
|
|
91
|
-
## 9.0.0-canary.60
|
|
92
|
-
|
|
93
|
-
## 9.0.0-canary.59
|
|
94
|
-
|
|
95
|
-
## 9.0.0-canary.58
|
|
96
|
-
|
|
97
|
-
## 9.0.0-canary.57
|
|
98
|
-
|
|
99
|
-
## 9.0.0-canary.56
|
|
100
|
-
|
|
101
|
-
## 9.0.0-canary.55
|
|
102
|
-
|
|
103
|
-
## 9.0.0-canary.54
|
|
104
|
-
|
|
105
|
-
## 8.1.0-canary.53
|
|
106
|
-
|
|
107
|
-
## 8.1.0-canary.52
|
|
108
|
-
|
|
109
|
-
## 8.1.0-canary.51
|
|
110
|
-
|
|
111
|
-
## 8.1.0-canary.50
|
|
112
|
-
|
|
113
|
-
## 8.1.0-canary.49
|
|
114
|
-
|
|
115
|
-
## 8.1.0-canary.48
|
|
116
|
-
|
|
117
|
-
## 8.1.0-canary.47
|
|
118
|
-
|
|
119
|
-
## 8.1.0-canary.46
|
|
120
|
-
|
|
121
21
|
## 8.1.0-canary.45
|
|
122
22
|
|
|
123
23
|
### Patch Changes
|
|
124
24
|
|
|
125
25
|
- [#2216](https://github.com/graphcommerce-org/graphcommerce/pull/2216) [`2faebf1`](https://github.com/graphcommerce-org/graphcommerce/commit/2faebf16fbda95390872ac0debe979fa570ed904) - When signing in make sure the cart isn't merged if the login is unsuccesful ([@paales](https://github.com/paales))
|
|
126
26
|
|
|
127
|
-
## 8.1.0-canary.44
|
|
128
|
-
|
|
129
|
-
## 8.1.0-canary.43
|
|
130
|
-
|
|
131
|
-
## 8.1.0-canary.42
|
|
132
|
-
|
|
133
|
-
## 8.1.0-canary.41
|
|
134
|
-
|
|
135
|
-
## 8.1.0-canary.40
|
|
136
|
-
|
|
137
|
-
## 8.1.0-canary.39
|
|
138
|
-
|
|
139
27
|
## 8.1.0-canary.38
|
|
140
28
|
|
|
141
29
|
### Minor Changes
|
|
@@ -146,10 +34,6 @@
|
|
|
146
34
|
|
|
147
35
|
- [#2305](https://github.com/graphcommerce-org/graphcommerce/pull/2305) [`77e8297`](https://github.com/graphcommerce-org/graphcommerce/commit/77e82976816994336c616208a651cb18ce9ea270) - Fix bug with persist not applying saved changes by moving <FromPersist/> below the form components ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
148
36
|
|
|
149
|
-
## 8.1.0-canary.37
|
|
150
|
-
|
|
151
|
-
## 8.1.0-canary.36
|
|
152
|
-
|
|
153
37
|
## 8.1.0-canary.35
|
|
154
38
|
|
|
155
39
|
### Patch Changes
|
|
@@ -162,76 +46,18 @@
|
|
|
162
46
|
|
|
163
47
|
- [#2303](https://github.com/graphcommerce-org/graphcommerce/pull/2303) [`f407e96`](https://github.com/graphcommerce-org/graphcommerce/commit/f407e961868683a257c8f7fe8ceb588fb825db9b) - Get shippingMethodPrices from selected shipping method if supported on the magento version ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
164
48
|
|
|
165
|
-
## 8.1.0-canary.33
|
|
166
|
-
|
|
167
|
-
## 8.1.0-canary.32
|
|
168
|
-
|
|
169
|
-
## 8.1.0-canary.31
|
|
170
|
-
|
|
171
|
-
## 8.1.0-canary.30
|
|
172
|
-
|
|
173
|
-
## 8.1.0-canary.29
|
|
174
|
-
|
|
175
|
-
## 8.1.0-canary.28
|
|
176
|
-
|
|
177
|
-
## 8.1.0-canary.27
|
|
178
|
-
|
|
179
|
-
## 8.1.0-canary.26
|
|
180
|
-
|
|
181
49
|
## 8.1.0-canary.25
|
|
182
50
|
|
|
183
51
|
### Patch Changes
|
|
184
52
|
|
|
185
53
|
- [#2266](https://github.com/graphcommerce-org/graphcommerce/pull/2266) [`0d1fe7a`](https://github.com/graphcommerce-org/graphcommerce/commit/0d1fe7a26ed2d18510c8767795294654c478fb88) - Enable the use of one or more anchor links within the 'checkbox_text' field and customize their paths. ([@carlocarels90](https://github.com/carlocarels90))
|
|
186
54
|
|
|
187
|
-
## 8.1.0-canary.24
|
|
188
|
-
|
|
189
|
-
## 8.1.0-canary.23
|
|
190
|
-
|
|
191
|
-
## 8.1.0-canary.22
|
|
192
|
-
|
|
193
|
-
## 8.1.0-canary.21
|
|
194
|
-
|
|
195
|
-
## 8.1.0-canary.20
|
|
196
|
-
|
|
197
|
-
## 8.1.0-canary.19
|
|
198
|
-
|
|
199
|
-
## 8.1.0-canary.18
|
|
200
|
-
|
|
201
|
-
## 8.1.0-canary.17
|
|
202
|
-
|
|
203
|
-
## 8.1.0-canary.16
|
|
204
|
-
|
|
205
|
-
## 8.1.0-canary.15
|
|
206
|
-
|
|
207
|
-
## 8.1.0-canary.14
|
|
208
|
-
|
|
209
|
-
## 8.1.0-canary.13
|
|
210
|
-
|
|
211
|
-
## 8.1.0-canary.12
|
|
212
|
-
|
|
213
|
-
## 8.1.0-canary.11
|
|
214
|
-
|
|
215
|
-
## 8.1.0-canary.10
|
|
216
|
-
|
|
217
|
-
## 8.1.0-canary.9
|
|
218
|
-
|
|
219
55
|
## 8.1.0-canary.8
|
|
220
56
|
|
|
221
57
|
### Patch Changes
|
|
222
58
|
|
|
223
59
|
- [#2247](https://github.com/graphcommerce-org/graphcommerce/pull/2247) [`a56a7c6`](https://github.com/graphcommerce-org/graphcommerce/commit/a56a7c67cf27dfb91bf763a873beeec562ab3156) - Solve an issue where the cart would be sometimes undefined, but Partial was too eleborate ([@paales](https://github.com/paales))
|
|
224
60
|
|
|
225
|
-
## 8.1.0-canary.7
|
|
226
|
-
|
|
227
|
-
## 8.1.0-canary.6
|
|
228
|
-
|
|
229
|
-
## 8.1.0-canary.5
|
|
230
|
-
|
|
231
|
-
## 8.0.6-canary.4
|
|
232
|
-
|
|
233
|
-
## 8.0.6-canary.3
|
|
234
|
-
|
|
235
61
|
## 8.0.6-canary.2
|
|
236
62
|
|
|
237
63
|
### Patch Changes
|
|
@@ -240,48 +66,12 @@
|
|
|
240
66
|
|
|
241
67
|
- [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`530076e`](https://github.com/graphcommerce-org/graphcommerce/commit/530076e3664703cb8b577b7fcf1998a420819f60) - Moved all usages of useFormPersist to the <FormPersist/> component to prevent rerenders. ([@FrankHarland](https://github.com/FrankHarland))
|
|
242
68
|
|
|
243
|
-
## 8.0.6-canary.1
|
|
244
|
-
|
|
245
|
-
## 8.0.6-canary.0
|
|
246
|
-
|
|
247
|
-
## 8.0.5
|
|
248
|
-
|
|
249
|
-
## 8.0.5-canary.10
|
|
250
|
-
|
|
251
|
-
## 8.0.5-canary.9
|
|
252
|
-
|
|
253
|
-
## 8.0.5-canary.8
|
|
254
|
-
|
|
255
|
-
## 8.0.5-canary.7
|
|
256
|
-
|
|
257
|
-
## 8.0.5-canary.6
|
|
258
|
-
|
|
259
|
-
## 8.0.5-canary.5
|
|
260
|
-
|
|
261
|
-
## 8.0.5-canary.4
|
|
262
|
-
|
|
263
|
-
## 8.0.5-canary.3
|
|
264
|
-
|
|
265
|
-
## 8.0.5-canary.2
|
|
266
|
-
|
|
267
|
-
## 8.0.5-canary.1
|
|
268
|
-
|
|
269
|
-
## 8.0.5-canary.0
|
|
270
|
-
|
|
271
69
|
## 8.0.4
|
|
272
70
|
|
|
273
71
|
### Patch Changes
|
|
274
72
|
|
|
275
73
|
- [#2221](https://github.com/graphcommerce-org/graphcommerce/pull/2221) [`0ba1fdc`](https://github.com/graphcommerce-org/graphcommerce/commit/0ba1fdc9a2d005f47cd1725fe723e77da4cc5b9d) - After a user just logged in the checkout, the useFormGqlMutationCart would still run even though the cart was locked. ([@paales](https://github.com/paales))
|
|
276
74
|
|
|
277
|
-
## 8.0.4-canary.1
|
|
278
|
-
|
|
279
|
-
## 8.0.4-canary.0
|
|
280
|
-
|
|
281
|
-
### Patch Changes
|
|
282
|
-
|
|
283
|
-
- [#2221](https://github.com/graphcommerce-org/graphcommerce/pull/2221) [`0ba1fdc`](https://github.com/graphcommerce-org/graphcommerce/commit/0ba1fdc9a2d005f47cd1725fe723e77da4cc5b9d) - After a user just logged in the checkout, the useFormGqlMutationCart would still run even though the cart was locked. ([@paales](https://github.com/paales))
|
|
284
|
-
|
|
285
75
|
## 8.0.3
|
|
286
76
|
|
|
287
77
|
### Patch Changes
|
|
@@ -292,52 +82,6 @@
|
|
|
292
82
|
|
|
293
83
|
- [#2207](https://github.com/graphcommerce-org/graphcommerce/pull/2207) [`9876b13`](https://github.com/graphcommerce-org/graphcommerce/commit/9876b139b2c12c860a16af97eddea761d1059110) - Remove redundant query on the success page for logged in customers ([@paales](https://github.com/paales))
|
|
294
84
|
|
|
295
|
-
## 8.0.3-canary.6
|
|
296
|
-
|
|
297
|
-
## 8.0.3-canary.5
|
|
298
|
-
|
|
299
|
-
## 8.0.3-canary.4
|
|
300
|
-
|
|
301
|
-
## 8.0.3-canary.3
|
|
302
|
-
|
|
303
|
-
## 8.0.3-canary.2
|
|
304
|
-
|
|
305
|
-
### Patch Changes
|
|
306
|
-
|
|
307
|
-
- [#2205](https://github.com/graphcommerce-org/graphcommerce/pull/2205) [`d67c89d`](https://github.com/graphcommerce-org/graphcommerce/commit/d67c89d464a60f0e2618dab670b63a39f6291341) - Deprecate the allowUrl option for useCartQuery, it was already enabled by default and should never be set to false. ([@paales](https://github.com/paales))
|
|
308
|
-
|
|
309
|
-
- [#2205](https://github.com/graphcommerce-org/graphcommerce/pull/2205) [`3fbf3da`](https://github.com/graphcommerce-org/graphcommerce/commit/3fbf3da8a67f2fbaa7fa974a37cbbf34613844e4) - Solve an issue where the user would be presented with the Session expired dialog when the user would be logging in during the checkout process. ([@paales](https://github.com/paales))
|
|
310
|
-
|
|
311
|
-
## 8.0.3-canary.1
|
|
312
|
-
|
|
313
|
-
### Patch Changes
|
|
314
|
-
|
|
315
|
-
- [#2207](https://github.com/graphcommerce-org/graphcommerce/pull/2207) [`9876b13`](https://github.com/graphcommerce-org/graphcommerce/commit/9876b139b2c12c860a16af97eddea761d1059110) - Remove redundant query on the success page for logged in customers ([@paales](https://github.com/paales))
|
|
316
|
-
|
|
317
|
-
## 8.0.3-canary.0
|
|
318
|
-
|
|
319
|
-
## 8.0.2
|
|
320
|
-
|
|
321
|
-
## 8.0.2-canary.3
|
|
322
|
-
|
|
323
|
-
## 8.0.2-canary.2
|
|
324
|
-
|
|
325
|
-
## 8.0.2-canary.1
|
|
326
|
-
|
|
327
|
-
## 8.0.2-canary.0
|
|
328
|
-
|
|
329
|
-
## 8.0.1
|
|
330
|
-
|
|
331
|
-
## 8.0.1-canary.4
|
|
332
|
-
|
|
333
|
-
## 8.0.1-canary.3
|
|
334
|
-
|
|
335
|
-
## 8.0.1-canary.2
|
|
336
|
-
|
|
337
|
-
## 8.0.1-canary.1
|
|
338
|
-
|
|
339
|
-
## 8.0.1-canary.0
|
|
340
|
-
|
|
341
85
|
## 8.0.0
|
|
342
86
|
|
|
343
87
|
### Minor Changes
|
|
@@ -360,904 +104,108 @@
|
|
|
360
104
|
|
|
361
105
|
- [#1999](https://github.com/graphcommerce-org/graphcommerce/pull/1999) [`ab834fb`](https://github.com/graphcommerce-org/graphcommerce/commit/ab834fbfe057fb507c371a6d22af282cc1b195d4) - Added a new 'Session expired' dialog that is shown when a GraphQL query or mutation returns a `graphql-authorization` error. This error is returned when the user's session has expired. The dialog allows the user to sign in again and then the query or mutation is re-executed. ([@paales](https://github.com/paales))
|
|
362
106
|
|
|
363
|
-
##
|
|
107
|
+
## 7.0.1
|
|
364
108
|
|
|
365
109
|
### Patch Changes
|
|
366
110
|
|
|
367
|
-
- [#
|
|
368
|
-
|
|
369
|
-
## 8.0.0-canary.99
|
|
370
|
-
|
|
371
|
-
## 8.0.0-canary.98
|
|
372
|
-
|
|
373
|
-
## 8.0.0-canary.97
|
|
374
|
-
|
|
375
|
-
## 8.0.0-canary.96
|
|
376
|
-
|
|
377
|
-
## 8.0.0-canary.95
|
|
378
|
-
|
|
379
|
-
## 8.0.0-canary.94
|
|
111
|
+
- [#2060](https://github.com/graphcommerce-org/graphcommerce/pull/2060) [`690658230`](https://github.com/graphcommerce-org/graphcommerce/commit/690658230ce4c380ce54074f1611a20986892280) - Call assignCurrentCartId after the merge of the guest cart into the customer cart.
|
|
380
112
|
|
|
381
|
-
|
|
113
|
+
1. When a shopper is logging in on the checkout page the customers cart_id is assigned before the carts are merged.
|
|
114
|
+
2. The assignment of the customer’s cart id retriggers the ShippingPage query, running it before the UseMergeCustomerCart mutation.
|
|
115
|
+
3. The UseMergeCustomerCart doesn’t actually loads any data from the cart it’s self, so the changes to the cart aren’t reflected in the ShippingPage query.
|
|
116
|
+
4. By first merging the cart and then running assignCurrentCartId the ShippingPage query is run after the UseMergeCustomerCart and therefor having the correct information. ([@paales](https://github.com/paales))
|
|
382
117
|
|
|
383
|
-
##
|
|
118
|
+
## 7.0.0
|
|
384
119
|
|
|
385
|
-
|
|
120
|
+
### Minor Changes
|
|
386
121
|
|
|
387
|
-
|
|
122
|
+
- [#1962](https://github.com/graphcommerce-org/graphcommerce/pull/1962) [`518b6ca24`](https://github.com/graphcommerce-org/graphcommerce/commit/518b6ca248fc94624dc06eb02de5b3eac0fc9483) - Created a new `<ValidatedPasswordElement/>` which validates according to Magento's validation groups and implement on all locations. Move remaining password fields to `<PasswordElement />` ([@carlocarels90](https://github.com/carlocarels90))
|
|
388
123
|
|
|
389
124
|
### Patch Changes
|
|
390
125
|
|
|
391
|
-
- [#
|
|
392
|
-
|
|
393
|
-
## 8.0.0-canary.89
|
|
394
|
-
|
|
395
|
-
## 8.0.0-canary.88
|
|
396
|
-
|
|
397
|
-
## 8.0.0-canary.87
|
|
398
|
-
|
|
399
|
-
## 8.0.0-canary.86
|
|
400
|
-
|
|
401
|
-
## 8.0.0-canary.85
|
|
402
|
-
|
|
403
|
-
## 8.0.0-canary.84
|
|
404
|
-
|
|
405
|
-
## 8.0.0-canary.83
|
|
406
|
-
|
|
407
|
-
## 8.0.0-canary.82
|
|
408
|
-
|
|
409
|
-
## 8.0.0-canary.81
|
|
410
|
-
|
|
411
|
-
## 8.0.0-canary.80
|
|
412
|
-
|
|
413
|
-
## 8.0.0-canary.79
|
|
414
|
-
|
|
415
|
-
## 8.0.0-canary.78
|
|
416
|
-
|
|
417
|
-
## 8.0.0-canary.77
|
|
126
|
+
- [#1916](https://github.com/graphcommerce-org/graphcommerce/pull/1916) [`ee2f814f4`](https://github.com/graphcommerce-org/graphcommerce/commit/ee2f814f4d91898f106036e92be4e560d638509d) - When the customer is logging in and the merge cart functionality throws an error, it would not set the current customer's cart as active, but keep the faulty cart active. ([@paales](https://github.com/paales))
|
|
418
127
|
|
|
419
|
-
|
|
128
|
+
- [#2031](https://github.com/graphcommerce-org/graphcommerce/pull/2031) [`4d8fc9e99`](https://github.com/graphcommerce-org/graphcommerce/commit/4d8fc9e998fc9361282833316ec9564da0644ed6) - Eslint fixes and suppress accepted warnings ([@paales](https://github.com/paales))
|
|
420
129
|
|
|
421
|
-
|
|
130
|
+
- [#1914](https://github.com/graphcommerce-org/graphcommerce/pull/1914) [`000556331`](https://github.com/graphcommerce-org/graphcommerce/commit/000556331f5379c71d7edca541fd0b145b7dc435) - When there is an error in the cart, disable the checkout buttons ([@paales](https://github.com/paales))
|
|
422
131
|
|
|
423
|
-
|
|
132
|
+
- [#1942](https://github.com/graphcommerce-org/graphcommerce/pull/1942) [`045d0a6cb`](https://github.com/graphcommerce-org/graphcommerce/commit/045d0a6cbbfc6339852c19dd21f349bb51c38fcd) - When the ApolloCartError would throw an authorization error it would link to the wrong page ([@paales](https://github.com/paales))
|
|
424
133
|
|
|
425
|
-
|
|
134
|
+
- [#1914](https://github.com/graphcommerce-org/graphcommerce/pull/1914) [`38d6c4888`](https://github.com/graphcommerce-org/graphcommerce/commit/38d6c488850013b36cae9f388996039219c1327e) - Errors in the cart didn't allow for recovery from the faulty state ([@paales](https://github.com/paales))
|
|
426
135
|
|
|
427
|
-
|
|
136
|
+
- [#1914](https://github.com/graphcommerce-org/graphcommerce/pull/1914) [`5d115a11a`](https://github.com/graphcommerce-org/graphcommerce/commit/5d115a11a417f35c3315879c785d24ae32e64663) - When a customer tries to add a product to an invalid customer cart, discard the cart and create a new cart ([@paales](https://github.com/paales))
|
|
428
137
|
|
|
429
|
-
##
|
|
138
|
+
## 6.1.0
|
|
430
139
|
|
|
431
|
-
|
|
140
|
+
### Minor Changes
|
|
432
141
|
|
|
433
|
-
|
|
142
|
+
- [#1869](https://github.com/graphcommerce-org/graphcommerce/pull/1869) [`82111fa35`](https://github.com/graphcommerce-org/graphcommerce/commit/82111fa351b68a76ff053ebb7e0261ee507a826d) - Faster page rendering on all pages that use Apollo Client: Revert to classical useEffect strategy for Apollo cache persist restore and remove custom hydration strategies from the cart/customer.
|
|
434
143
|
|
|
435
|
-
|
|
144
|
+
This comes with a caviat: When using `<Suspense>` to defer rendering you might run into hydration errors. In the case where the Suspense boundaries are used to improve performance, you are required to remove those. We have a follow-up [PR](https://github.com/graphcommerce-org/graphcommerce/pull/1878) in the works that allows getting the hydration performance improvement, but not have the hydration errors. ([@paales](https://github.com/paales))
|
|
436
145
|
|
|
437
146
|
### Patch Changes
|
|
438
147
|
|
|
439
|
-
- [#
|
|
440
|
-
|
|
441
|
-
- [#1999](https://github.com/graphcommerce-org/graphcommerce/pull/1999) [`ab834fb`](https://github.com/graphcommerce-org/graphcommerce/commit/ab834fbfe057fb507c371a6d22af282cc1b195d4) - Added user session reevaluation after unathenticated call. Queries will be paused untill user has signed in again ([@paales](https://github.com/paales))
|
|
442
|
-
|
|
443
|
-
## 7.1.0-canary.67
|
|
444
|
-
|
|
445
|
-
## 7.1.0-canary.66
|
|
446
|
-
|
|
447
|
-
## 7.1.0-canary.65
|
|
448
|
-
|
|
449
|
-
## 7.1.0-canary.64
|
|
450
|
-
|
|
451
|
-
## 7.1.0-canary.63
|
|
452
|
-
|
|
453
|
-
## 7.1.0-canary.62
|
|
454
|
-
|
|
455
|
-
## 7.1.0-canary.61
|
|
456
|
-
|
|
457
|
-
## 7.1.0-canary.60
|
|
458
|
-
|
|
459
|
-
## 7.1.0-canary.59
|
|
460
|
-
|
|
461
|
-
## 7.1.0-canary.58
|
|
462
|
-
|
|
463
|
-
## 7.1.0-canary.57
|
|
464
|
-
|
|
465
|
-
## 7.1.0-canary.56
|
|
466
|
-
|
|
467
|
-
## 7.1.0-canary.55
|
|
468
|
-
|
|
469
|
-
## 7.1.0-canary.54
|
|
470
|
-
|
|
471
|
-
## 7.1.0-canary.53
|
|
472
|
-
|
|
473
|
-
## 7.1.0-canary.52
|
|
474
|
-
|
|
475
|
-
## 7.1.0-canary.51
|
|
476
|
-
|
|
477
|
-
## 7.1.0-canary.50
|
|
478
|
-
|
|
479
|
-
## 7.1.0-canary.49
|
|
480
|
-
|
|
481
|
-
## 7.1.0-canary.48
|
|
482
|
-
|
|
483
|
-
## 7.1.0-canary.47
|
|
484
|
-
|
|
485
|
-
## 7.1.0-canary.46
|
|
148
|
+
- [#1871](https://github.com/graphcommerce-org/graphcommerce/pull/1871) [`bc4181e74`](https://github.com/graphcommerce-org/graphcommerce/commit/bc4181e74392b899f62612de764fdb41f5716dd7) - Make checkout newsletter and agreements checkboxes persistent ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
486
149
|
|
|
487
|
-
|
|
150
|
+
- [#1871](https://github.com/graphcommerce-org/graphcommerce/pull/1871) [`601a0d3a7`](https://github.com/graphcommerce-org/graphcommerce/commit/601a0d3a7de702d4cee277549595f8d0d7e968f3) - Only use agreement name as link when agreement text contains the name, so the rest of the text can be used as checkbox label ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
488
151
|
|
|
489
|
-
##
|
|
152
|
+
## 6.0.0
|
|
490
153
|
|
|
491
|
-
|
|
154
|
+
### Major Changes
|
|
492
155
|
|
|
493
|
-
|
|
156
|
+
- [#1749](https://github.com/graphcommerce-org/graphcommerce/pull/1749) [`0cc472915`](https://github.com/graphcommerce-org/graphcommerce/commit/0cc4729154d316227a41712b5f0adf514768e91f) - Introducing the new ProductFiltersPro component set with completely new filter and UI behavior. Filters will appear as a popper on the md and up breakpoints and as an overlay on sm and below breakpoints. Filters now have an Apply button instead of applying directly. ([@paales](https://github.com/paales))
|
|
494
157
|
|
|
495
158
|
### Patch Changes
|
|
496
159
|
|
|
497
|
-
- [#
|
|
498
|
-
|
|
499
|
-
## 7.1.0-canary.35
|
|
500
|
-
|
|
501
|
-
## 7.1.0-canary.34
|
|
502
|
-
|
|
503
|
-
## 7.1.0-canary.33
|
|
504
|
-
|
|
505
|
-
## 7.1.0-canary.32
|
|
506
|
-
|
|
507
|
-
## 7.1.0-canary.31
|
|
160
|
+
- [#1821](https://github.com/graphcommerce-org/graphcommerce/pull/1821) [`1abc50a21`](https://github.com/graphcommerce-org/graphcommerce/commit/1abc50a21103270fad04e4a9ea892ee1e75233e9) - Upgrade packages to latest version ([@paales](https://github.com/paales))
|
|
508
161
|
|
|
509
|
-
|
|
162
|
+
- [#1842](https://github.com/graphcommerce-org/graphcommerce/pull/1842) [`8e4cb5b92`](https://github.com/graphcommerce-org/graphcommerce/commit/8e4cb5b927d1e370f2eba18ad81550f8c1330f2d) - CartTotals component now acceps additional props to augment the totals ([@paales](https://github.com/paales))
|
|
510
163
|
|
|
511
|
-
|
|
164
|
+
- [#1749](https://github.com/graphcommerce-org/graphcommerce/pull/1749) [`16e91da42`](https://github.com/graphcommerce-org/graphcommerce/commit/16e91da42dcb454ea4761d1780b9338c88ef1463) - Corrected spelling mistake: incomming to incoming ([@paales](https://github.com/paales))
|
|
512
165
|
|
|
513
|
-
##
|
|
166
|
+
## 5.1.0
|
|
514
167
|
|
|
515
168
|
### Minor Changes
|
|
516
169
|
|
|
517
|
-
- [#
|
|
518
|
-
|
|
519
|
-
## 7.1.0-canary.27
|
|
170
|
+
- [#1756](https://github.com/graphcommerce-org/graphcommerce/pull/1756) [`1abaaedde`](https://github.com/graphcommerce-org/graphcommerce/commit/1abaaedde4062d3b19696e333d0016972681afaf) - Show cart item error messages when running Magento >= 2.4.5 or this [patch is applied](https://raw.githubusercontent.com/graphcommerce-org/graphcommerce/main/packages/magento-cart/243-244-magento-module-quote-graphql-cart-item-errors.patch)
|
|
520
171
|
|
|
521
|
-
|
|
172
|
+
- Fixes an issue where the cart can get into a broken state, if items contain errors.
|
|
173
|
+
- AddToCartForm now shows a success message if there is an error but the error is related to another item in the cart.
|
|
174
|
+
- Disable checkout buttons when there are cart item errors and show a message. ([@paales](https://github.com/paales))
|
|
522
175
|
|
|
523
176
|
### Patch Changes
|
|
524
177
|
|
|
525
|
-
- [#
|
|
526
|
-
|
|
527
|
-
## 7.1.0-canary.25
|
|
528
|
-
|
|
529
|
-
## 7.1.0-canary.24
|
|
530
|
-
|
|
531
|
-
## 7.1.0-canary.23
|
|
532
|
-
|
|
533
|
-
## 7.1.0-canary.22
|
|
534
|
-
|
|
535
|
-
## 7.1.0-canary.21
|
|
178
|
+
- [#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.
|
|
536
179
|
|
|
537
|
-
|
|
180
|
+
- Updated the @mui/material package
|
|
181
|
+
- Removed dependencies on react-hook-form-mui and @playwright/test
|
|
182
|
+
- Upgraded dependencies including type-fest and graphql-mesh
|
|
183
|
+
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
538
184
|
|
|
539
|
-
##
|
|
185
|
+
## 5.0.0
|
|
540
186
|
|
|
541
|
-
|
|
187
|
+
### Major Changes
|
|
542
188
|
|
|
543
|
-
|
|
189
|
+
- [#1734](https://github.com/graphcommerce-org/graphcommerce/pull/1734) [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@github-actions](https://github.com/apps/github-actions))
|
|
544
190
|
|
|
545
191
|
### Minor Changes
|
|
546
192
|
|
|
547
|
-
- [#
|
|
548
|
-
|
|
549
|
-
## 7.1.0-canary.16
|
|
550
|
-
|
|
551
|
-
## 7.1.0-canary.15
|
|
552
|
-
|
|
553
|
-
## 7.1.0-canary.14
|
|
554
|
-
|
|
555
|
-
## 7.1.0-canary.13
|
|
556
|
-
|
|
557
|
-
## 7.1.0-canary.12
|
|
558
|
-
|
|
559
|
-
## 7.1.0-canary.11
|
|
560
|
-
|
|
561
|
-
## 7.1.0-canary.10
|
|
562
|
-
|
|
563
|
-
## 7.1.0-canary.9
|
|
564
|
-
|
|
565
|
-
## 7.1.0-canary.8
|
|
566
|
-
|
|
567
|
-
## 7.0.2-canary.7
|
|
568
|
-
|
|
569
|
-
## 7.0.2-canary.6
|
|
193
|
+
- [#1733](https://github.com/graphcommerce-org/graphcommerce/pull/1733) [`761bd2832`](https://github.com/graphcommerce-org/graphcommerce/commit/761bd2832f115afc8b95bedbf479266309dd5acc) - ApolloLinks, typePolicies and migration scripts are now handled with plugins on the new library component `<GraphQLProvider/>`. Hygraph's, Magento Cart, Customer, Store, Wishlist and Magento GraphQL are all migrated to be using plugins.
|
|
570
194
|
|
|
571
|
-
|
|
195
|
+
If you are using custom `links` / `policies` / `migrations` you can pass them as props to the `<GraphQLProvider/>` or create your own local plugin. ([@paales](https://github.com/paales))
|
|
572
196
|
|
|
573
|
-
##
|
|
197
|
+
## 4.13.1
|
|
574
198
|
|
|
575
199
|
### Patch Changes
|
|
576
200
|
|
|
577
|
-
- [#
|
|
578
|
-
|
|
579
|
-
1. When a shopper is logging in on the checkout page the customers cart_id is assigned before the carts are merged.
|
|
580
|
-
2. The assignment of the customer’s cart id retriggers the ShippingPage query, running it before the UseMergeCustomerCart mutation.
|
|
581
|
-
3. The UseMergeCustomerCart doesn’t actually loads any data from the cart it’s self, so the changes to the cart aren’t reflected in the ShippingPage query.
|
|
582
|
-
4. By first merging the cart and then running assignCurrentCartId the ShippingPage query is run after the UseMergeCustomerCart and therefor having the correct information. ([@paales](https://github.com/paales))
|
|
583
|
-
|
|
584
|
-
## 7.0.1-canary.15
|
|
585
|
-
|
|
586
|
-
## 7.0.1-canary.14
|
|
201
|
+
- [#1716](https://github.com/graphcommerce-org/graphcommerce/pull/1716) [`3cc6a4014`](https://github.com/graphcommerce-org/graphcommerce/commit/3cc6a401405bebeb30ff45c8509b189407bb7f77) Thanks [@github-actions](https://github.com/apps/github-actions)! - Remove spacing from InlineAccount on the checkout
|
|
587
202
|
|
|
588
|
-
##
|
|
203
|
+
## 4.13.0
|
|
589
204
|
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
## 7.0.1-canary.11
|
|
593
|
-
|
|
594
|
-
### Patch Changes
|
|
595
|
-
|
|
596
|
-
- [#2060](https://github.com/graphcommerce-org/graphcommerce/pull/2060) [`690658230`](https://github.com/graphcommerce-org/graphcommerce/commit/690658230ce4c380ce54074f1611a20986892280) - Call assignCurrentCartId after the merge of the guest cart into the customer cart.
|
|
597
|
-
|
|
598
|
-
1. When a shopper is logging in on the checkout page the customers cart_id is assigned before the carts are merged.
|
|
599
|
-
2. The assignment of the customer’s cart id retriggers the ShippingPage query, running it before the UseMergeCustomerCart mutation.
|
|
600
|
-
3. The UseMergeCustomerCart doesn’t actually loads any data from the cart it’s self, so the changes to the cart aren’t reflected in the ShippingPage query.
|
|
601
|
-
4. By first merging the cart and then running assignCurrentCartId the ShippingPage query is run after the UseMergeCustomerCart and therefor having the correct information. ([@paales](https://github.com/paales))
|
|
602
|
-
|
|
603
|
-
## 7.0.1-canary.10
|
|
604
|
-
|
|
605
|
-
## 7.0.1-canary.9
|
|
606
|
-
|
|
607
|
-
## 7.0.1-canary.8
|
|
608
|
-
|
|
609
|
-
## 7.0.1-canary.7
|
|
610
|
-
|
|
611
|
-
## 7.0.1-canary.6
|
|
612
|
-
|
|
613
|
-
### Patch Changes
|
|
614
|
-
|
|
615
|
-
- [#2055](https://github.com/graphcommerce-org/graphcommerce/pull/2055) [`111ec6b0e`](https://github.com/graphcommerce-org/graphcommerce/commit/111ec6b0edfeb2c7090f6f82fe1a23c196fae316) - Refetch cart data after useMergeCustomerCart to ensure cart data availability. ([@carlocarels90](https://github.com/carlocarels90))
|
|
616
|
-
|
|
617
|
-
## 7.0.1-canary.5
|
|
618
|
-
|
|
619
|
-
## 7.0.1-canary.4
|
|
620
|
-
|
|
621
|
-
## 7.0.1-canary.3
|
|
622
|
-
|
|
623
|
-
## 7.0.1-canary.2
|
|
624
|
-
|
|
625
|
-
## 7.0.1-canary.1
|
|
626
|
-
|
|
627
|
-
## 7.0.1-canary.0
|
|
628
|
-
|
|
629
|
-
## 7.0.0
|
|
630
|
-
|
|
631
|
-
### Minor Changes
|
|
632
|
-
|
|
633
|
-
- [#1962](https://github.com/graphcommerce-org/graphcommerce/pull/1962) [`518b6ca24`](https://github.com/graphcommerce-org/graphcommerce/commit/518b6ca248fc94624dc06eb02de5b3eac0fc9483) - Created a new `<ValidatedPasswordElement/>` which validates according to Magento's validation groups and implement on all locations. Move remaining password fields to `<PasswordElement />` ([@carlocarels90](https://github.com/carlocarels90))
|
|
634
|
-
|
|
635
|
-
### Patch Changes
|
|
636
|
-
|
|
637
|
-
- [#1916](https://github.com/graphcommerce-org/graphcommerce/pull/1916) [`ee2f814f4`](https://github.com/graphcommerce-org/graphcommerce/commit/ee2f814f4d91898f106036e92be4e560d638509d) - When the customer is logging in and the merge cart functionality throws an error, it would not set the current customer's cart as active, but keep the faulty cart active. ([@paales](https://github.com/paales))
|
|
638
|
-
|
|
639
|
-
- [#2031](https://github.com/graphcommerce-org/graphcommerce/pull/2031) [`4d8fc9e99`](https://github.com/graphcommerce-org/graphcommerce/commit/4d8fc9e998fc9361282833316ec9564da0644ed6) - Eslint fixes and suppress accepted warnings ([@paales](https://github.com/paales))
|
|
640
|
-
|
|
641
|
-
- [#1914](https://github.com/graphcommerce-org/graphcommerce/pull/1914) [`000556331`](https://github.com/graphcommerce-org/graphcommerce/commit/000556331f5379c71d7edca541fd0b145b7dc435) - When there is an error in the cart, disable the checkout buttons ([@paales](https://github.com/paales))
|
|
642
|
-
|
|
643
|
-
- [#1942](https://github.com/graphcommerce-org/graphcommerce/pull/1942) [`045d0a6cb`](https://github.com/graphcommerce-org/graphcommerce/commit/045d0a6cbbfc6339852c19dd21f349bb51c38fcd) - When the ApolloCartError would throw an authorization error it would link to the wrong page ([@paales](https://github.com/paales))
|
|
644
|
-
|
|
645
|
-
- [#1914](https://github.com/graphcommerce-org/graphcommerce/pull/1914) [`38d6c4888`](https://github.com/graphcommerce-org/graphcommerce/commit/38d6c488850013b36cae9f388996039219c1327e) - Errors in the cart didn't allow for recovery from the faulty state ([@paales](https://github.com/paales))
|
|
646
|
-
|
|
647
|
-
- [#1914](https://github.com/graphcommerce-org/graphcommerce/pull/1914) [`5d115a11a`](https://github.com/graphcommerce-org/graphcommerce/commit/5d115a11a417f35c3315879c785d24ae32e64663) - When a customer tries to add a product to an invalid customer cart, discard the cart and create a new cart ([@paales](https://github.com/paales))
|
|
648
|
-
|
|
649
|
-
## 6.2.0-canary.98
|
|
650
|
-
|
|
651
|
-
## 6.2.0-canary.97
|
|
652
|
-
|
|
653
|
-
## 6.2.0-canary.96
|
|
654
|
-
|
|
655
|
-
## 6.2.0-canary.95
|
|
656
|
-
|
|
657
|
-
## 6.2.0-canary.94
|
|
658
|
-
|
|
659
|
-
## 6.2.0-canary.93
|
|
660
|
-
|
|
661
|
-
## 6.2.0-canary.92
|
|
662
|
-
|
|
663
|
-
## 6.2.0-canary.91
|
|
664
|
-
|
|
665
|
-
## 6.2.0-canary.90
|
|
666
|
-
|
|
667
|
-
## 6.2.0-canary.89
|
|
668
|
-
|
|
669
|
-
### Patch Changes
|
|
670
|
-
|
|
671
|
-
- [#2031](https://github.com/graphcommerce-org/graphcommerce/pull/2031) [`4d8fc9e99`](https://github.com/graphcommerce-org/graphcommerce/commit/4d8fc9e998fc9361282833316ec9564da0644ed6) - Eslint fixes and suppress accepted warnings ([@paales](https://github.com/paales))
|
|
672
|
-
|
|
673
|
-
## 6.2.0-canary.88
|
|
674
|
-
|
|
675
|
-
## 6.2.0-canary.87
|
|
676
|
-
|
|
677
|
-
## 6.2.0-canary.86
|
|
678
|
-
|
|
679
|
-
## 6.2.0-canary.85
|
|
680
|
-
|
|
681
|
-
## 6.2.0-canary.84
|
|
682
|
-
|
|
683
|
-
## 6.2.0-canary.83
|
|
684
|
-
|
|
685
|
-
## 6.2.0-canary.82
|
|
686
|
-
|
|
687
|
-
## 6.2.0-canary.81
|
|
688
|
-
|
|
689
|
-
## 6.2.0-canary.80
|
|
690
|
-
|
|
691
|
-
## 6.2.0-canary.79
|
|
692
|
-
|
|
693
|
-
### Patch Changes
|
|
694
|
-
|
|
695
|
-
- [#2013](https://github.com/graphcommerce-org/graphcommerce/pull/2013) [`c57bdf8a4`](https://github.com/graphcommerce-org/graphcommerce/commit/c57bdf8a4ce936c3eedc4dfada3a464a113ac68a) - Updated @mui and framer-motion packages to latest versions ([@paales](https://github.com/paales))
|
|
696
|
-
|
|
697
|
-
## 6.2.0-canary.78
|
|
698
|
-
|
|
699
|
-
## 6.2.0-canary.77
|
|
700
|
-
|
|
701
|
-
## 6.2.0-canary.76
|
|
702
|
-
|
|
703
|
-
## 6.2.0-canary.75
|
|
704
|
-
|
|
705
|
-
## 6.2.0-canary.74
|
|
706
|
-
|
|
707
|
-
## 6.2.0-canary.73
|
|
708
|
-
|
|
709
|
-
## 6.2.0-canary.72
|
|
710
|
-
|
|
711
|
-
## 6.2.0-canary.71
|
|
712
|
-
|
|
713
|
-
## 6.2.0-canary.70
|
|
714
|
-
|
|
715
|
-
## 6.2.0-canary.69
|
|
716
|
-
|
|
717
|
-
## 6.2.0-canary.68
|
|
718
|
-
|
|
719
|
-
## 6.2.0-canary.67
|
|
720
|
-
|
|
721
|
-
## 6.2.0-canary.66
|
|
722
|
-
|
|
723
|
-
## 6.2.0-canary.65
|
|
724
|
-
|
|
725
|
-
## 6.2.0-canary.64
|
|
726
|
-
|
|
727
|
-
## 6.2.0-canary.63
|
|
728
|
-
|
|
729
|
-
## 6.2.0-canary.62
|
|
730
|
-
|
|
731
|
-
## 6.2.0-canary.61
|
|
732
|
-
|
|
733
|
-
## 6.2.0-canary.60
|
|
734
|
-
|
|
735
|
-
## 6.2.0-canary.59
|
|
736
|
-
|
|
737
|
-
## 6.2.0-canary.58
|
|
738
|
-
|
|
739
|
-
## 6.2.0-canary.57
|
|
740
|
-
|
|
741
|
-
## 6.2.0-canary.56
|
|
742
|
-
|
|
743
|
-
## 6.2.0-canary.55
|
|
744
|
-
|
|
745
|
-
## 6.2.0-canary.54
|
|
746
|
-
|
|
747
|
-
## 6.2.0-canary.53
|
|
748
|
-
|
|
749
|
-
## 6.2.0-canary.52
|
|
750
|
-
|
|
751
|
-
## 6.2.0-canary.51
|
|
752
|
-
|
|
753
|
-
## 6.2.0-canary.50
|
|
754
|
-
|
|
755
|
-
## 6.2.0-canary.49
|
|
756
|
-
|
|
757
|
-
## 6.2.0-canary.48
|
|
758
|
-
|
|
759
|
-
## 6.2.0-canary.47
|
|
760
|
-
|
|
761
|
-
## 6.2.0-canary.46
|
|
762
|
-
|
|
763
|
-
## 6.2.0-canary.45
|
|
764
|
-
|
|
765
|
-
### Minor Changes
|
|
766
|
-
|
|
767
|
-
- [#1962](https://github.com/graphcommerce-org/graphcommerce/pull/1962) [`518b6ca24`](https://github.com/graphcommerce-org/graphcommerce/commit/518b6ca248fc94624dc06eb02de5b3eac0fc9483) - Created a new `<ValidatedPasswordElement/>` which validates according to Magento's validation groups and implement on all locations. Move remaining password fields to `<PasswordElement />` ([@carlocarels90](https://github.com/carlocarels90))
|
|
768
|
-
|
|
769
|
-
## 6.2.0-canary.44
|
|
770
|
-
|
|
771
|
-
## 6.2.0-canary.43
|
|
772
|
-
|
|
773
|
-
## 6.2.0-canary.42
|
|
774
|
-
|
|
775
|
-
## 6.2.0-canary.41
|
|
776
|
-
|
|
777
|
-
## 6.2.0-canary.40
|
|
778
|
-
|
|
779
|
-
## 6.2.0-canary.39
|
|
780
|
-
|
|
781
|
-
## 6.2.0-canary.38
|
|
782
|
-
|
|
783
|
-
## 6.2.0-canary.37
|
|
784
|
-
|
|
785
|
-
## 6.2.0-canary.36
|
|
786
|
-
|
|
787
|
-
## 6.2.0-canary.35
|
|
788
|
-
|
|
789
|
-
## 6.2.0-canary.34
|
|
790
|
-
|
|
791
|
-
## 6.2.0-canary.33
|
|
792
|
-
|
|
793
|
-
## 6.2.0-canary.32
|
|
794
|
-
|
|
795
|
-
## 6.2.0-canary.31
|
|
796
|
-
|
|
797
|
-
## 6.2.0-canary.30
|
|
798
|
-
|
|
799
|
-
### Patch Changes
|
|
800
|
-
|
|
801
|
-
- [#1942](https://github.com/graphcommerce-org/graphcommerce/pull/1942) [`045d0a6cb`](https://github.com/graphcommerce-org/graphcommerce/commit/045d0a6cbbfc6339852c19dd21f349bb51c38fcd) - When the ApolloCartError would throw an authorization error it would link to the wrong page ([@paales](https://github.com/paales))
|
|
802
|
-
|
|
803
|
-
## 6.2.0-canary.29
|
|
804
|
-
|
|
805
|
-
## 6.2.0-canary.28
|
|
806
|
-
|
|
807
|
-
## 6.2.0-canary.27
|
|
808
|
-
|
|
809
|
-
## 6.2.0-canary.26
|
|
810
|
-
|
|
811
|
-
## 6.2.0-canary.25
|
|
812
|
-
|
|
813
|
-
## 6.2.0-canary.24
|
|
814
|
-
|
|
815
|
-
## 6.2.0-canary.23
|
|
816
|
-
|
|
817
|
-
## 6.2.0-canary.22
|
|
818
|
-
|
|
819
|
-
## 6.2.0-canary.21
|
|
820
|
-
|
|
821
|
-
## 6.2.0-canary.20
|
|
822
|
-
|
|
823
|
-
## 6.2.0-canary.19
|
|
824
|
-
|
|
825
|
-
## 6.2.0-canary.18
|
|
826
|
-
|
|
827
|
-
## 6.2.0-canary.17
|
|
828
|
-
|
|
829
|
-
## 6.2.0-canary.16
|
|
830
|
-
|
|
831
|
-
## 6.2.0-canary.15
|
|
832
|
-
|
|
833
|
-
## 6.2.0-canary.14
|
|
834
|
-
|
|
835
|
-
## 6.2.0-canary.13
|
|
836
|
-
|
|
837
|
-
## 6.2.0-canary.12
|
|
838
|
-
|
|
839
|
-
## 6.2.0-canary.11
|
|
840
|
-
|
|
841
|
-
## 6.2.0-canary.10
|
|
842
|
-
|
|
843
|
-
## 6.2.0-canary.9
|
|
844
|
-
|
|
845
|
-
## 6.2.0-canary.8
|
|
846
|
-
|
|
847
|
-
## 6.2.0-canary.7
|
|
848
|
-
|
|
849
|
-
### Patch Changes
|
|
850
|
-
|
|
851
|
-
- [#1916](https://github.com/graphcommerce-org/graphcommerce/pull/1916) [`ee2f814f4`](https://github.com/graphcommerce-org/graphcommerce/commit/ee2f814f4d91898f106036e92be4e560d638509d) - When the customer is logging in and the merge cart functionality throws an error, it would not set the current customer's cart as active, but keep the faulty cart active. ([@paales](https://github.com/paales))
|
|
852
|
-
|
|
853
|
-
## 6.2.0-canary.6
|
|
854
|
-
|
|
855
|
-
## 6.1.1-canary.5
|
|
856
|
-
|
|
857
|
-
## 6.1.1-canary.4
|
|
858
|
-
|
|
859
|
-
### Patch Changes
|
|
860
|
-
|
|
861
|
-
- [#1914](https://github.com/graphcommerce-org/graphcommerce/pull/1914) [`000556331`](https://github.com/graphcommerce-org/graphcommerce/commit/000556331f5379c71d7edca541fd0b145b7dc435) - When there is an error in the cart, disable the checkout buttons ([@paales](https://github.com/paales))
|
|
862
|
-
|
|
863
|
-
- [#1914](https://github.com/graphcommerce-org/graphcommerce/pull/1914) [`38d6c4888`](https://github.com/graphcommerce-org/graphcommerce/commit/38d6c488850013b36cae9f388996039219c1327e) - Errors in the cart didn't allow for recovery from the faulty state ([@paales](https://github.com/paales))
|
|
864
|
-
|
|
865
|
-
- [#1914](https://github.com/graphcommerce-org/graphcommerce/pull/1914) [`5d115a11a`](https://github.com/graphcommerce-org/graphcommerce/commit/5d115a11a417f35c3315879c785d24ae32e64663) - When a customer tries to add a product to a customer cart, discard the cart and create a new cart ([@paales](https://github.com/paales))
|
|
866
|
-
|
|
867
|
-
## 6.1.1-canary.3
|
|
868
|
-
|
|
869
|
-
## 6.1.1-canary.2
|
|
870
|
-
|
|
871
|
-
## 6.1.1-canary.1
|
|
872
|
-
|
|
873
|
-
## 6.1.1-canary.0
|
|
874
|
-
|
|
875
|
-
## 6.1.0
|
|
876
|
-
|
|
877
|
-
### Minor Changes
|
|
878
|
-
|
|
879
|
-
- [#1869](https://github.com/graphcommerce-org/graphcommerce/pull/1869) [`82111fa35`](https://github.com/graphcommerce-org/graphcommerce/commit/82111fa351b68a76ff053ebb7e0261ee507a826d) - Faster page rendering on all pages that use Apollo Client: Revert to classical useEffect strategy for Apollo cache persist restore and remove custom hydration strategies from the cart/customer.
|
|
880
|
-
|
|
881
|
-
This comes with a caviat: When using `<Suspense>` to defer rendering you might run into hydration errors. In the case where the Suspense boundaries are used to improve performance, you are required to remove those. We have a follow-up [PR](https://github.com/graphcommerce-org/graphcommerce/pull/1878) in the works that allows getting the hydration performance improvement, but not have the hydration errors. ([@paales](https://github.com/paales))
|
|
882
|
-
|
|
883
|
-
### Patch Changes
|
|
884
|
-
|
|
885
|
-
- [#1871](https://github.com/graphcommerce-org/graphcommerce/pull/1871) [`bc4181e74`](https://github.com/graphcommerce-org/graphcommerce/commit/bc4181e74392b899f62612de764fdb41f5716dd7) - Make checkout newsletter and agreements checkboxes persistent ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
886
|
-
|
|
887
|
-
- [#1871](https://github.com/graphcommerce-org/graphcommerce/pull/1871) [`601a0d3a7`](https://github.com/graphcommerce-org/graphcommerce/commit/601a0d3a7de702d4cee277549595f8d0d7e968f3) - Only use agreement name as link when agreement text contains the name, so the rest of the text can be used as checkbox label ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
888
|
-
|
|
889
|
-
## 6.0.2-canary.22
|
|
890
|
-
|
|
891
|
-
## 6.0.2-canary.21
|
|
892
|
-
|
|
893
|
-
## 6.0.2-canary.20
|
|
894
|
-
|
|
895
|
-
## 6.0.2-canary.19
|
|
896
|
-
|
|
897
|
-
## 6.0.2-canary.18
|
|
898
|
-
|
|
899
|
-
## 6.0.2-canary.17
|
|
900
|
-
|
|
901
|
-
## 6.0.2-canary.16
|
|
902
|
-
|
|
903
|
-
## 6.0.2-canary.15
|
|
904
|
-
|
|
905
|
-
## 6.0.2-canary.14
|
|
906
|
-
|
|
907
|
-
## 6.0.2-canary.13
|
|
908
|
-
|
|
909
|
-
### Patch Changes
|
|
910
|
-
|
|
911
|
-
- [#1869](https://github.com/graphcommerce-org/graphcommerce/pull/1869) [`82111fa35`](https://github.com/graphcommerce-org/graphcommerce/commit/82111fa351b68a76ff053ebb7e0261ee507a826d) - Revert to classical useEffect strategy for Apollo cache persist restore and remove custom hydration strategies from the cart. ([@paales](https://github.com/paales))
|
|
912
|
-
|
|
913
|
-
## 6.0.2-canary.12
|
|
914
|
-
|
|
915
|
-
### Patch Changes
|
|
916
|
-
|
|
917
|
-
- [#1871](https://github.com/graphcommerce-org/graphcommerce/pull/1871) [`bc4181e74`](https://github.com/graphcommerce-org/graphcommerce/commit/bc4181e74392b899f62612de764fdb41f5716dd7) - Make checkout newsletter and agreements checkboxes persistent ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
918
|
-
|
|
919
|
-
- [#1871](https://github.com/graphcommerce-org/graphcommerce/pull/1871) [`601a0d3a7`](https://github.com/graphcommerce-org/graphcommerce/commit/601a0d3a7de702d4cee277549595f8d0d7e968f3) - Checkout: Only use agreement name as link when agreement text contains the name, so the rest of the text can be used as checkbox label ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
920
|
-
|
|
921
|
-
## 6.0.2-canary.11
|
|
922
|
-
|
|
923
|
-
## 6.0.2-canary.10
|
|
924
|
-
|
|
925
|
-
## 6.0.2-canary.9
|
|
926
|
-
|
|
927
|
-
## 6.0.2-canary.8
|
|
928
|
-
|
|
929
|
-
## 6.0.2-canary.7
|
|
930
|
-
|
|
931
|
-
## 6.0.2-canary.6
|
|
932
|
-
|
|
933
|
-
## 6.0.2-canary.5
|
|
934
|
-
|
|
935
|
-
## 6.0.2-canary.4
|
|
936
|
-
|
|
937
|
-
## 6.0.2-canary.3
|
|
938
|
-
|
|
939
|
-
## 6.0.2-canary.2
|
|
940
|
-
|
|
941
|
-
## 6.0.2-canary.1
|
|
942
|
-
|
|
943
|
-
## 6.0.2-canary.0
|
|
944
|
-
|
|
945
|
-
## 6.0.1
|
|
946
|
-
|
|
947
|
-
## 6.0.1-canary.7
|
|
948
|
-
|
|
949
|
-
## 6.0.1-canary.6
|
|
950
|
-
|
|
951
|
-
## 6.0.1-canary.5
|
|
952
|
-
|
|
953
|
-
## 6.0.1-canary.4
|
|
954
|
-
|
|
955
|
-
## 6.0.1-canary.3
|
|
956
|
-
|
|
957
|
-
## 6.0.1-canary.2
|
|
958
|
-
|
|
959
|
-
## 6.0.1-canary.1
|
|
960
|
-
|
|
961
|
-
## 6.0.1-canary.0
|
|
962
|
-
|
|
963
|
-
## 6.0.0
|
|
964
|
-
|
|
965
|
-
### Major Changes
|
|
966
|
-
|
|
967
|
-
- [#1749](https://github.com/graphcommerce-org/graphcommerce/pull/1749) [`0cc472915`](https://github.com/graphcommerce-org/graphcommerce/commit/0cc4729154d316227a41712b5f0adf514768e91f) - Introducing the new ProductFiltersPro component set with completely new filter and UI behavior. Filters will appear as a popper on the md and up breakpoints and as an overlay on sm and below breakpoints. Filters now have an Apply button instead of applying directly. ([@paales](https://github.com/paales))
|
|
968
|
-
|
|
969
|
-
### Patch Changes
|
|
970
|
-
|
|
971
|
-
- [#1821](https://github.com/graphcommerce-org/graphcommerce/pull/1821) [`1abc50a21`](https://github.com/graphcommerce-org/graphcommerce/commit/1abc50a21103270fad04e4a9ea892ee1e75233e9) - Upgrade packages to latest version ([@paales](https://github.com/paales))
|
|
972
|
-
|
|
973
|
-
- [#1842](https://github.com/graphcommerce-org/graphcommerce/pull/1842) [`8e4cb5b92`](https://github.com/graphcommerce-org/graphcommerce/commit/8e4cb5b927d1e370f2eba18ad81550f8c1330f2d) - CartTotals component now acceps additional props to augment the totals ([@paales](https://github.com/paales))
|
|
974
|
-
|
|
975
|
-
- [#1749](https://github.com/graphcommerce-org/graphcommerce/pull/1749) [`16e91da42`](https://github.com/graphcommerce-org/graphcommerce/commit/16e91da42dcb454ea4761d1780b9338c88ef1463) - Corrected spelling mistake: incomming to incoming ([@paales](https://github.com/paales))
|
|
976
|
-
|
|
977
|
-
## 6.0.0-canary.54
|
|
978
|
-
|
|
979
|
-
## 6.0.0-canary.53
|
|
980
|
-
|
|
981
|
-
## 6.0.0-canary.52
|
|
982
|
-
|
|
983
|
-
## 6.0.0-canary.51
|
|
984
|
-
|
|
985
|
-
## 6.0.0-canary.50
|
|
986
|
-
|
|
987
|
-
## 6.0.0-canary.49
|
|
988
|
-
|
|
989
|
-
## 6.0.0-canary.48
|
|
990
|
-
|
|
991
|
-
### Patch Changes
|
|
992
|
-
|
|
993
|
-
- [#1845](https://github.com/graphcommerce-org/graphcommerce/pull/1845) [`4690eecb4`](https://github.com/graphcommerce-org/graphcommerce/commit/4690eecb461369d84dd5b5128617a9d9e5337f8f) - make a separate fragment for CartTotalsPrices and make it injectable ([@FrankHarland](https://github.com/FrankHarland))
|
|
994
|
-
|
|
995
|
-
## 6.0.0-canary.47
|
|
996
|
-
|
|
997
|
-
## 6.0.0-canary.46
|
|
998
|
-
|
|
999
|
-
## 6.0.0-canary.45
|
|
1000
|
-
|
|
1001
|
-
## 6.0.0-canary.44
|
|
1002
|
-
|
|
1003
|
-
### Patch Changes
|
|
1004
|
-
|
|
1005
|
-
- [#1842](https://github.com/graphcommerce-org/graphcommerce/pull/1842) [`8e4cb5b92`](https://github.com/graphcommerce-org/graphcommerce/commit/8e4cb5b927d1e370f2eba18ad81550f8c1330f2d) - Add extensibility fields for CartTotals ([@paales](https://github.com/paales))
|
|
1006
|
-
|
|
1007
|
-
- [#1842](https://github.com/graphcommerce-org/graphcommerce/pull/1842) [`7b67d84bd`](https://github.com/graphcommerce-org/graphcommerce/commit/7b67d84bd269c3fc91afbd69f6683c5d12808d36) - Renamed i18n to storefront in configuration ([@paales](https://github.com/paales))
|
|
1008
|
-
|
|
1009
|
-
## 6.0.0-canary.43
|
|
1010
|
-
|
|
1011
|
-
## 6.0.0-canary.42
|
|
1012
|
-
|
|
1013
|
-
## 6.0.0-canary.41
|
|
1014
|
-
|
|
1015
|
-
## 6.0.0-canary.40
|
|
1016
|
-
|
|
1017
|
-
## 6.0.0-canary.39
|
|
1018
|
-
|
|
1019
|
-
## 6.0.0-canary.38
|
|
1020
|
-
|
|
1021
|
-
## 6.0.0-canary.37
|
|
1022
|
-
|
|
1023
|
-
## 6.0.0-canary.36
|
|
1024
|
-
|
|
1025
|
-
## 6.0.0-canary.35
|
|
1026
|
-
|
|
1027
|
-
## 6.0.0-canary.34
|
|
1028
|
-
|
|
1029
|
-
## 6.0.0-canary.33
|
|
1030
|
-
|
|
1031
|
-
## 6.0.0-canary.32
|
|
1032
|
-
|
|
1033
|
-
## 6.0.0-canary.31
|
|
1034
|
-
|
|
1035
|
-
## 6.0.0-canary.30
|
|
1036
|
-
|
|
1037
|
-
## 6.0.0-canary.29
|
|
1038
|
-
|
|
1039
|
-
## 6.0.0-canary.28
|
|
1040
|
-
|
|
1041
|
-
## 6.0.0-canary.27
|
|
1042
|
-
|
|
1043
|
-
### Patch Changes
|
|
1044
|
-
|
|
1045
|
-
- [#1821](https://github.com/graphcommerce-org/graphcommerce/pull/1821) [`1abc50a21`](https://github.com/graphcommerce-org/graphcommerce/commit/1abc50a21103270fad04e4a9ea892ee1e75233e9) - Fix regression bugs and upgrade packages to latest versions ([@paales](https://github.com/paales))
|
|
1046
|
-
|
|
1047
|
-
## 6.0.0-canary.26
|
|
1048
|
-
|
|
1049
|
-
## 6.0.0-canary.25
|
|
1050
|
-
|
|
1051
|
-
## 6.0.0-canary.24
|
|
1052
|
-
|
|
1053
|
-
## 6.0.0-canary.23
|
|
1054
|
-
|
|
1055
|
-
## 6.0.0-canary.22
|
|
1056
|
-
|
|
1057
|
-
## 6.0.0-canary.21
|
|
1058
|
-
|
|
1059
|
-
## 6.0.0-canary.20
|
|
1060
|
-
|
|
1061
|
-
## 5.2.0-canary.19
|
|
1062
|
-
|
|
1063
|
-
## 5.2.0-canary.18
|
|
1064
|
-
|
|
1065
|
-
## 5.2.0-canary.17
|
|
1066
|
-
|
|
1067
|
-
## 5.2.0-canary.16
|
|
1068
|
-
|
|
1069
|
-
## 5.2.0-canary.15
|
|
1070
|
-
|
|
1071
|
-
## 5.2.0-canary.14
|
|
1072
|
-
|
|
1073
|
-
## 5.2.0-canary.13
|
|
1074
|
-
|
|
1075
|
-
## 5.2.0-canary.12
|
|
1076
|
-
|
|
1077
|
-
## 5.2.0-canary.11
|
|
1078
|
-
|
|
1079
|
-
## 5.2.0-canary.10
|
|
1080
|
-
|
|
1081
|
-
## 5.2.0-canary.9
|
|
1082
|
-
|
|
1083
|
-
## 5.2.0-canary.8
|
|
1084
|
-
|
|
1085
|
-
## 5.2.0-canary.7
|
|
1086
|
-
|
|
1087
|
-
### Minor Changes
|
|
1088
|
-
|
|
1089
|
-
- [#1749](https://github.com/graphcommerce-org/graphcommerce/pull/1749) [`0cc472915`](https://github.com/graphcommerce-org/graphcommerce/commit/0cc4729154d316227a41712b5f0adf514768e91f) - Added new filter UI and behaviour. Filters will appear as a popper on the md and up breakpoints and as an overlay on sm and below breakpoints. Filters now have an Apply button instead of applying directly. ([@paales](https://github.com/paales))
|
|
1090
|
-
|
|
1091
|
-
### Patch Changes
|
|
1092
|
-
|
|
1093
|
-
- [#1749](https://github.com/graphcommerce-org/graphcommerce/pull/1749) [`16e91da42`](https://github.com/graphcommerce-org/graphcommerce/commit/16e91da42dcb454ea4761d1780b9338c88ef1463) - Fix spelling error incomming to incoming ([@paales](https://github.com/paales))
|
|
1094
|
-
|
|
1095
|
-
## 5.2.0-canary.6
|
|
1096
|
-
|
|
1097
|
-
## 5.2.0-canary.5
|
|
1098
|
-
|
|
1099
|
-
## 5.2.0-canary.4
|
|
1100
|
-
|
|
1101
|
-
## 5.2.0-canary.3
|
|
1102
|
-
|
|
1103
|
-
## 5.2.0-canary.2
|
|
1104
|
-
|
|
1105
|
-
## 5.2.0-canary.1
|
|
1106
|
-
|
|
1107
|
-
## 5.2.0-canary.0
|
|
1108
|
-
|
|
1109
|
-
## 5.1.1
|
|
1110
|
-
|
|
1111
|
-
## 5.1.1-canary.1
|
|
1112
|
-
|
|
1113
|
-
## 5.1.1-canary.0
|
|
1114
|
-
|
|
1115
|
-
## 5.1.0
|
|
1116
|
-
|
|
1117
|
-
### Minor Changes
|
|
1118
|
-
|
|
1119
|
-
- [#1756](https://github.com/graphcommerce-org/graphcommerce/pull/1756) [`1abaaedde`](https://github.com/graphcommerce-org/graphcommerce/commit/1abaaedde4062d3b19696e333d0016972681afaf) - Show cart item error messages when running Magento >= 2.4.5 or this [patch is applied](https://raw.githubusercontent.com/graphcommerce-org/graphcommerce/main/packages/magento-cart/243-244-magento-module-quote-graphql-cart-item-errors.patch)
|
|
1120
|
-
|
|
1121
|
-
- Fixes an issue where the cart can get into a broken state, if items contain errors.
|
|
1122
|
-
- AddToCartForm now shows a success message if there is an error but the error is related to another item in the cart.
|
|
1123
|
-
- Disable checkout buttons when there are cart item errors and show a message. ([@paales](https://github.com/paales))
|
|
1124
|
-
|
|
1125
|
-
### Patch Changes
|
|
1126
|
-
|
|
1127
|
-
- [#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.
|
|
1128
|
-
|
|
1129
|
-
- Updated the @mui/material package
|
|
1130
|
-
- Removed dependencies on react-hook-form-mui and @playwright/test
|
|
1131
|
-
- Upgraded dependencies including type-fest and graphql-mesh
|
|
1132
|
-
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
1133
|
-
|
|
1134
|
-
## 5.1.0-canary.11
|
|
1135
|
-
|
|
1136
|
-
## 5.1.0-canary.10
|
|
1137
|
-
|
|
1138
|
-
## 5.1.0-canary.9
|
|
1139
|
-
|
|
1140
|
-
## 5.1.0-canary.8
|
|
1141
|
-
|
|
1142
|
-
## 5.1.0-canary.7
|
|
1143
|
-
|
|
1144
|
-
### Minor Changes
|
|
1145
|
-
|
|
1146
|
-
- [#1756](https://github.com/graphcommerce-org/graphcommerce/pull/1756) [`1abaaedde`](https://github.com/graphcommerce-org/graphcommerce/commit/1abaaedde4062d3b19696e333d0016972681afaf) - Show cart item error messages when running Magento >= 2.4.5 or this [patch is applied](https://raw.githubusercontent.com/graphcommerce-org/graphcommerce/main/packages/magento-cart/243-244-magento-module-quote-graphql-cart-item-errors.patch)
|
|
1147
|
-
|
|
1148
|
-
- Fixes an issue where the cart can get into a broken state, if items contain errors.
|
|
1149
|
-
- AddToCartForm now shows a success message if there is an error but the error is related to another item in the cart.
|
|
1150
|
-
- Disable checkout buttons when there are cart item errors and show a message. ([@paales](https://github.com/paales))
|
|
1151
|
-
|
|
1152
|
-
## 5.1.0-canary.6
|
|
1153
|
-
|
|
1154
|
-
## 5.1.0-canary.5
|
|
1155
|
-
|
|
1156
|
-
## 5.1.0-canary.4
|
|
1157
|
-
|
|
1158
|
-
## 5.1.0-canary.3
|
|
1159
|
-
|
|
1160
|
-
### Patch Changes
|
|
1161
|
-
|
|
1162
|
-
- [#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.
|
|
1163
|
-
|
|
1164
|
-
- Updated the @mui/material package
|
|
1165
|
-
- Removed dependencies on react-hook-form-mui and @playwright/test
|
|
1166
|
-
- Upgraded dependencies including type-fest and graphql-mesh
|
|
1167
|
-
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
1168
|
-
|
|
1169
|
-
## 5.1.0-canary.2
|
|
1170
|
-
|
|
1171
|
-
## 5.1.0-canary.1
|
|
1172
|
-
|
|
1173
|
-
## 5.1.0-canary.0
|
|
1174
|
-
|
|
1175
|
-
## 5.0.0
|
|
1176
|
-
|
|
1177
|
-
### Major Changes
|
|
1178
|
-
|
|
1179
|
-
- [#1734](https://github.com/graphcommerce-org/graphcommerce/pull/1734) [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@github-actions](https://github.com/apps/github-actions))
|
|
1180
|
-
|
|
1181
|
-
### Minor Changes
|
|
1182
|
-
|
|
1183
|
-
- [#1733](https://github.com/graphcommerce-org/graphcommerce/pull/1733) [`761bd2832`](https://github.com/graphcommerce-org/graphcommerce/commit/761bd2832f115afc8b95bedbf479266309dd5acc) - ApolloLinks, typePolicies and migration scripts are now handled with plugins on the new library component `<GraphQLProvider/>`. Hygraph's, Magento Cart, Customer, Store, Wishlist and Magento GraphQL are all migrated to be using plugins.
|
|
1184
|
-
|
|
1185
|
-
If you are using custom `links` / `policies` / `migrations` you can pass them as props to the `<GraphQLProvider/>` or create your own local plugin. ([@paales](https://github.com/paales))
|
|
1186
|
-
|
|
1187
|
-
## 5.0.0-canary.14
|
|
1188
|
-
|
|
1189
|
-
## 5.0.0-canary.13
|
|
1190
|
-
|
|
1191
|
-
### Major Changes
|
|
1192
|
-
|
|
1193
|
-
- [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@paales](https://github.com/paales))
|
|
1194
|
-
|
|
1195
|
-
## 4.14.0-canary.12
|
|
1196
|
-
|
|
1197
|
-
## 4.14.0-canary.11
|
|
1198
|
-
|
|
1199
|
-
## 4.14.0-canary.10
|
|
1200
|
-
|
|
1201
|
-
## 4.14.0-canary.9
|
|
1202
|
-
|
|
1203
|
-
## 4.14.0-canary.8
|
|
1204
|
-
|
|
1205
|
-
## 4.14.0-canary.7
|
|
1206
|
-
|
|
1207
|
-
## 4.14.0-canary.6
|
|
1208
|
-
|
|
1209
|
-
## 4.14.0-canary.5
|
|
1210
|
-
|
|
1211
|
-
## 4.14.0-canary.4
|
|
1212
|
-
|
|
1213
|
-
### Minor Changes
|
|
1214
|
-
|
|
1215
|
-
- [#1733](https://github.com/graphcommerce-org/graphcommerce/pull/1733) [`761bd2832`](https://github.com/graphcommerce-org/graphcommerce/commit/761bd2832f115afc8b95bedbf479266309dd5acc) - ApolloLinks, typePolicies and migration scripts are now handled with plugins on the new library component `<GraphQLProvider/>`. Hygraph's, Magento Cart, Customer, Store, Wishlist and Magento GraphQL are all migrated to be using plugins.
|
|
1216
|
-
|
|
1217
|
-
If you are using custom `links` / `policies` / `migrations` you can pass them as props to the `<GraphQLProvider/>` or create your own local plugin. ([@paales](https://github.com/paales))
|
|
1218
|
-
|
|
1219
|
-
## 4.14.0-canary.3
|
|
1220
|
-
|
|
1221
|
-
## 4.14.0-canary.2
|
|
1222
|
-
|
|
1223
|
-
## 4.13.2-canary.1
|
|
1224
|
-
|
|
1225
|
-
## 4.13.2-canary.0
|
|
1226
|
-
|
|
1227
|
-
## 4.13.3
|
|
1228
|
-
|
|
1229
|
-
## 4.13.2
|
|
1230
|
-
|
|
1231
|
-
## 4.13.1
|
|
1232
|
-
|
|
1233
|
-
### Patch Changes
|
|
1234
|
-
|
|
1235
|
-
- [#1716](https://github.com/graphcommerce-org/graphcommerce/pull/1716) [`3cc6a4014`](https://github.com/graphcommerce-org/graphcommerce/commit/3cc6a401405bebeb30ff45c8509b189407bb7f77) Thanks [@github-actions](https://github.com/apps/github-actions)! - Remove spacing from InlineAccount on the checkout
|
|
1236
|
-
|
|
1237
|
-
## 4.13.1-canary.2
|
|
1238
|
-
|
|
1239
|
-
## 4.13.1-canary.1
|
|
1240
|
-
|
|
1241
|
-
## 4.13.1-canary.0
|
|
1242
|
-
|
|
1243
|
-
### Patch Changes
|
|
1244
|
-
|
|
1245
|
-
- [`c6f6cb102`](https://github.com/graphcommerce-org/graphcommerce/commit/c6f6cb102d71b7b4b478cc2eeb8a9f2a784b5bbf) Thanks [@paales](https://github.com/paales)! - Remove spacing from InlineAccount on the checkout
|
|
1246
|
-
|
|
1247
|
-
## 4.13.0
|
|
1248
|
-
|
|
1249
|
-
### Patch Changes
|
|
205
|
+
### Patch Changes
|
|
1250
206
|
|
|
1251
207
|
- [#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
|
|
1252
208
|
|
|
1253
|
-
## 4.13.0-canary.1
|
|
1254
|
-
|
|
1255
|
-
### Patch Changes
|
|
1256
|
-
|
|
1257
|
-
- [`abb15ef4a`](https://github.com/graphcommerce-org/graphcommerce/commit/abb15ef4a79b12eddb32cc006e5d1d31dd06ac2d) Thanks [@paales](https://github.com/paales)! - Added canary releases to GraphCommerce
|
|
1258
|
-
|
|
1259
|
-
## 4.13.0-canary.0
|
|
1260
|
-
|
|
1261
209
|
## 4.9.5
|
|
1262
210
|
|
|
1263
211
|
### Patch Changes
|