@graphcommerce/magento-cart 9.0.0-canary.101 → 9.0.0-canary.104
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 +67 -1119
- package/components/ApolloCartError/ApolloCartErrorAlert.tsx +2 -4
- package/components/ApolloCartError/ApolloCartErrorFullPage.tsx +3 -5
- 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 +7 -10
- package/components/CartDebugger/CartDebugger.tsx +1 -1
- package/components/CartFab/CartFab.tsx +9 -6
- package/components/CartItemSummary/CartItemSummary.tsx +8 -6
- package/components/CartStartCheckout/CartStartCheckout.tsx +4 -3
- package/components/CartStartCheckout/CartStartCheckoutLinkOrButton.tsx +4 -3
- package/components/CartSummary/CartSummary.tsx +6 -5
- package/components/CartTotals/CartTotals.tsx +5 -4
- package/components/EmptyCart/EmptyCart.tsx +4 -7
- package/components/InlineAccount/InlineAccount.tsx +4 -7
- 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 +7 -4
- 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,878 +1,141 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 9.0.0-canary.
|
|
3
|
+
## 9.0.0-canary.104
|
|
4
4
|
|
|
5
|
-
## 9.0.0-canary.
|
|
5
|
+
## 9.0.0-canary.103
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
## 9.0.0-canary.98
|
|
10
|
-
|
|
11
|
-
## 9.0.0-canary.97
|
|
12
|
-
|
|
13
|
-
## 9.0.0-canary.96
|
|
14
|
-
|
|
15
|
-
## 9.0.0-canary.95
|
|
16
|
-
|
|
17
|
-
## 9.0.0-canary.94
|
|
18
|
-
|
|
19
|
-
## 9.0.0-canary.93
|
|
20
|
-
|
|
21
|
-
## 9.0.0-canary.92
|
|
22
|
-
|
|
23
|
-
## 9.0.0-canary.91
|
|
24
|
-
|
|
25
|
-
## 9.0.0-canary.90
|
|
26
|
-
|
|
27
|
-
## 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
|
-
### Minor Changes
|
|
44
|
-
|
|
45
|
-
- [#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))
|
|
46
|
-
|
|
47
|
-
## 9.0.0-canary.81
|
|
48
|
-
|
|
49
|
-
## 9.0.0-canary.80
|
|
50
|
-
|
|
51
|
-
## 9.0.0-canary.79
|
|
52
|
-
|
|
53
|
-
## 9.0.0-canary.78
|
|
54
|
-
|
|
55
|
-
## 9.0.0-canary.77
|
|
56
|
-
|
|
57
|
-
## 9.0.0-canary.76
|
|
58
|
-
|
|
59
|
-
## 9.0.0-canary.75
|
|
60
|
-
|
|
61
|
-
## 9.0.0-canary.74
|
|
62
|
-
|
|
63
|
-
## 9.0.0-canary.73
|
|
64
|
-
|
|
65
|
-
## 9.0.0-canary.72
|
|
66
|
-
|
|
67
|
-
## 9.0.0-canary.71
|
|
68
|
-
|
|
69
|
-
## 9.0.0-canary.70
|
|
70
|
-
|
|
71
|
-
## 9.0.0-canary.69
|
|
72
|
-
|
|
73
|
-
### Patch Changes
|
|
74
|
-
|
|
75
|
-
- [#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))
|
|
76
|
-
|
|
77
|
-
## 9.0.0-canary.68
|
|
78
|
-
|
|
79
|
-
## 9.0.0-canary.67
|
|
80
|
-
|
|
81
|
-
## 9.0.0-canary.66
|
|
82
|
-
|
|
83
|
-
## 9.0.0-canary.65
|
|
84
|
-
|
|
85
|
-
## 9.0.0-canary.64
|
|
86
|
-
|
|
87
|
-
## 9.0.0-canary.63
|
|
88
|
-
|
|
89
|
-
## 9.0.0-canary.62
|
|
90
|
-
|
|
91
|
-
## 9.0.0-canary.61
|
|
92
|
-
|
|
93
|
-
## 9.0.0-canary.60
|
|
94
|
-
|
|
95
|
-
## 9.0.0-canary.59
|
|
96
|
-
|
|
97
|
-
## 9.0.0-canary.58
|
|
98
|
-
|
|
99
|
-
## 9.0.0-canary.57
|
|
100
|
-
|
|
101
|
-
## 9.0.0-canary.56
|
|
102
|
-
|
|
103
|
-
## 9.0.0-canary.55
|
|
104
|
-
|
|
105
|
-
## 9.0.0-canary.54
|
|
106
|
-
|
|
107
|
-
## 8.1.0-canary.53
|
|
108
|
-
|
|
109
|
-
## 8.1.0-canary.52
|
|
110
|
-
|
|
111
|
-
## 8.1.0-canary.51
|
|
112
|
-
|
|
113
|
-
## 8.1.0-canary.50
|
|
114
|
-
|
|
115
|
-
## 8.1.0-canary.49
|
|
116
|
-
|
|
117
|
-
## 8.1.0-canary.48
|
|
118
|
-
|
|
119
|
-
## 8.1.0-canary.47
|
|
120
|
-
|
|
121
|
-
## 8.1.0-canary.46
|
|
122
|
-
|
|
123
|
-
## 8.1.0-canary.45
|
|
124
|
-
|
|
125
|
-
### Patch Changes
|
|
126
|
-
|
|
127
|
-
- [#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))
|
|
128
|
-
|
|
129
|
-
## 8.1.0-canary.44
|
|
130
|
-
|
|
131
|
-
## 8.1.0-canary.43
|
|
132
|
-
|
|
133
|
-
## 8.1.0-canary.42
|
|
134
|
-
|
|
135
|
-
## 8.1.0-canary.41
|
|
136
|
-
|
|
137
|
-
## 8.1.0-canary.40
|
|
138
|
-
|
|
139
|
-
## 8.1.0-canary.39
|
|
140
|
-
|
|
141
|
-
## 8.1.0-canary.38
|
|
142
|
-
|
|
143
|
-
### Minor Changes
|
|
144
|
-
|
|
145
|
-
- [#2305](https://github.com/graphcommerce-org/graphcommerce/pull/2305) [`77e8297`](https://github.com/graphcommerce-org/graphcommerce/commit/77e82976816994336c616208a651cb18ce9ea270) - Add company and vat fields to shipping and billing forms ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
146
|
-
|
|
147
|
-
### Patch Changes
|
|
148
|
-
|
|
149
|
-
- [#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))
|
|
150
|
-
|
|
151
|
-
## 8.1.0-canary.37
|
|
152
|
-
|
|
153
|
-
## 8.1.0-canary.36
|
|
154
|
-
|
|
155
|
-
## 8.1.0-canary.35
|
|
156
|
-
|
|
157
|
-
### Patch Changes
|
|
158
|
-
|
|
159
|
-
- [#2301](https://github.com/graphcommerce-org/graphcommerce/pull/2301) [`13d0649`](https://github.com/graphcommerce-org/graphcommerce/commit/13d06498d121f93b52c25930e50aa3b0bd12a818) - Created a new EmailElement component to make re-use easier ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
160
|
-
|
|
161
|
-
## 8.1.0-canary.34
|
|
162
|
-
|
|
163
|
-
### Minor Changes
|
|
164
|
-
|
|
165
|
-
- [#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))
|
|
166
|
-
|
|
167
|
-
## 8.1.0-canary.33
|
|
168
|
-
|
|
169
|
-
## 8.1.0-canary.32
|
|
170
|
-
|
|
171
|
-
## 8.1.0-canary.31
|
|
172
|
-
|
|
173
|
-
## 8.1.0-canary.30
|
|
174
|
-
|
|
175
|
-
## 8.1.0-canary.29
|
|
176
|
-
|
|
177
|
-
## 8.1.0-canary.28
|
|
178
|
-
|
|
179
|
-
## 8.1.0-canary.27
|
|
180
|
-
|
|
181
|
-
## 8.1.0-canary.26
|
|
182
|
-
|
|
183
|
-
## 8.1.0-canary.25
|
|
184
|
-
|
|
185
|
-
### Patch Changes
|
|
186
|
-
|
|
187
|
-
- [#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))
|
|
188
|
-
|
|
189
|
-
## 8.1.0-canary.24
|
|
190
|
-
|
|
191
|
-
## 8.1.0-canary.23
|
|
192
|
-
|
|
193
|
-
## 8.1.0-canary.22
|
|
194
|
-
|
|
195
|
-
## 8.1.0-canary.21
|
|
196
|
-
|
|
197
|
-
## 8.1.0-canary.20
|
|
198
|
-
|
|
199
|
-
## 8.1.0-canary.19
|
|
200
|
-
|
|
201
|
-
## 8.1.0-canary.18
|
|
202
|
-
|
|
203
|
-
## 8.1.0-canary.17
|
|
204
|
-
|
|
205
|
-
## 8.1.0-canary.16
|
|
206
|
-
|
|
207
|
-
## 8.1.0-canary.15
|
|
208
|
-
|
|
209
|
-
## 8.1.0-canary.14
|
|
210
|
-
|
|
211
|
-
## 8.1.0-canary.13
|
|
212
|
-
|
|
213
|
-
## 8.1.0-canary.12
|
|
214
|
-
|
|
215
|
-
## 8.1.0-canary.11
|
|
216
|
-
|
|
217
|
-
## 8.1.0-canary.10
|
|
218
|
-
|
|
219
|
-
## 8.1.0-canary.9
|
|
220
|
-
|
|
221
|
-
## 8.1.0-canary.8
|
|
222
|
-
|
|
223
|
-
### Patch Changes
|
|
224
|
-
|
|
225
|
-
- [#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))
|
|
226
|
-
|
|
227
|
-
## 8.1.0-canary.7
|
|
228
|
-
|
|
229
|
-
## 8.1.0-canary.6
|
|
230
|
-
|
|
231
|
-
## 8.1.0-canary.5
|
|
232
|
-
|
|
233
|
-
## 8.0.6-canary.4
|
|
234
|
-
|
|
235
|
-
## 8.0.6-canary.3
|
|
236
|
-
|
|
237
|
-
## 8.0.6-canary.2
|
|
238
|
-
|
|
239
|
-
### Patch Changes
|
|
240
|
-
|
|
241
|
-
- [#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))
|
|
242
|
-
|
|
243
|
-
- [#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))
|
|
244
|
-
|
|
245
|
-
## 8.0.6-canary.1
|
|
246
|
-
|
|
247
|
-
## 8.0.6-canary.0
|
|
248
|
-
|
|
249
|
-
## 8.0.5
|
|
250
|
-
|
|
251
|
-
## 8.0.5-canary.10
|
|
252
|
-
|
|
253
|
-
## 8.0.5-canary.9
|
|
254
|
-
|
|
255
|
-
## 8.0.5-canary.8
|
|
256
|
-
|
|
257
|
-
## 8.0.5-canary.7
|
|
258
|
-
|
|
259
|
-
## 8.0.5-canary.6
|
|
260
|
-
|
|
261
|
-
## 8.0.5-canary.5
|
|
262
|
-
|
|
263
|
-
## 8.0.5-canary.4
|
|
264
|
-
|
|
265
|
-
## 8.0.5-canary.3
|
|
266
|
-
|
|
267
|
-
## 8.0.5-canary.2
|
|
268
|
-
|
|
269
|
-
## 8.0.5-canary.1
|
|
270
|
-
|
|
271
|
-
## 8.0.5-canary.0
|
|
272
|
-
|
|
273
|
-
## 8.0.4
|
|
274
|
-
|
|
275
|
-
### Patch Changes
|
|
276
|
-
|
|
277
|
-
- [#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))
|
|
278
|
-
|
|
279
|
-
## 8.0.4-canary.1
|
|
280
|
-
|
|
281
|
-
## 8.0.4-canary.0
|
|
282
|
-
|
|
283
|
-
### Patch Changes
|
|
284
|
-
|
|
285
|
-
- [#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))
|
|
286
|
-
|
|
287
|
-
## 8.0.3
|
|
288
|
-
|
|
289
|
-
### Patch Changes
|
|
290
|
-
|
|
291
|
-
- [#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))
|
|
292
|
-
|
|
293
|
-
- [#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))
|
|
294
|
-
|
|
295
|
-
- [#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))
|
|
296
|
-
|
|
297
|
-
## 8.0.3-canary.6
|
|
298
|
-
|
|
299
|
-
## 8.0.3-canary.5
|
|
300
|
-
|
|
301
|
-
## 8.0.3-canary.4
|
|
302
|
-
|
|
303
|
-
## 8.0.3-canary.3
|
|
304
|
-
|
|
305
|
-
## 8.0.3-canary.2
|
|
306
|
-
|
|
307
|
-
### Patch Changes
|
|
308
|
-
|
|
309
|
-
- [#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))
|
|
310
|
-
|
|
311
|
-
- [#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))
|
|
312
|
-
|
|
313
|
-
## 8.0.3-canary.1
|
|
314
|
-
|
|
315
|
-
### Patch Changes
|
|
316
|
-
|
|
317
|
-
- [#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))
|
|
318
|
-
|
|
319
|
-
## 8.0.3-canary.0
|
|
320
|
-
|
|
321
|
-
## 8.0.2
|
|
322
|
-
|
|
323
|
-
## 8.0.2-canary.3
|
|
324
|
-
|
|
325
|
-
## 8.0.2-canary.2
|
|
326
|
-
|
|
327
|
-
## 8.0.2-canary.1
|
|
328
|
-
|
|
329
|
-
## 8.0.2-canary.0
|
|
330
|
-
|
|
331
|
-
## 8.0.1
|
|
332
|
-
|
|
333
|
-
## 8.0.1-canary.4
|
|
334
|
-
|
|
335
|
-
## 8.0.1-canary.3
|
|
336
|
-
|
|
337
|
-
## 8.0.1-canary.2
|
|
338
|
-
|
|
339
|
-
## 8.0.1-canary.1
|
|
340
|
-
|
|
341
|
-
## 8.0.1-canary.0
|
|
342
|
-
|
|
343
|
-
## 8.0.0
|
|
344
|
-
|
|
345
|
-
### Minor Changes
|
|
346
|
-
|
|
347
|
-
- [#2075](https://github.com/graphcommerce-org/graphcommerce/pull/2075) [`34dee45`](https://github.com/graphcommerce-org/graphcommerce/commit/34dee456ef686174b62e604911a0ba84cbd3d002) - Added the customers order number to succes page. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
348
|
-
|
|
349
|
-
- [#2018](https://github.com/graphcommerce-org/graphcommerce/pull/2018) [`750aa6a`](https://github.com/graphcommerce-org/graphcommerce/commit/750aa6a72710869d54244467253212e551d335e0) - Changed the layout of the succes page. We are using ActionCards right now to match the design of the cart. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
350
|
-
|
|
351
|
-
### Patch Changes
|
|
352
|
-
|
|
353
|
-
- [#2184](https://github.com/graphcommerce-org/graphcommerce/pull/2184) [`28b7e6e`](https://github.com/graphcommerce-org/graphcommerce/commit/28b7e6ef3e3f698751c6e82431fd14fb35463dd6) - When a customer would return from a payment gateway and it would erroneously query the cart GraphCommerce would immediately create a new empty cart while it shouldn't. ([@paales](https://github.com/paales))
|
|
354
|
-
|
|
355
|
-
- [#1999](https://github.com/graphcommerce-org/graphcommerce/pull/1999) [`6d7ed0a`](https://github.com/graphcommerce-org/graphcommerce/commit/6d7ed0a2a3d9b3c6193f86bce6889ff24adf3e83) - After signing in the `<CartFab/>` would not always properly reflect if there are items in the customers cart. ([@paales](https://github.com/paales))
|
|
356
|
-
|
|
357
|
-
- [#2089](https://github.com/graphcommerce-org/graphcommerce/pull/2089) [`4b6bbf0`](https://github.com/graphcommerce-org/graphcommerce/commit/4b6bbf06572c71e266cc2407e4533833712898e2) - The `<CartFab/>` wouldn't reflect that there are items in the cart when a customer refreshes the page after adding a product to the cart, without viewing the cart. ([@carlocarels90](https://github.com/carlocarels90))
|
|
358
|
-
|
|
359
|
-
- [#2170](https://github.com/graphcommerce-org/graphcommerce/pull/2170) [`f3e906f`](https://github.com/graphcommerce-org/graphcommerce/commit/f3e906f7e374ce22d36af29c0f3c8153e18300e6) - Solved an issue where the inactive cart would set as the current cart when the customer had signed in, checked out their cart, session expired and tried to log in again. ([@FrankHarland](https://github.com/FrankHarland))
|
|
360
|
-
|
|
361
|
-
- [#2107](https://github.com/graphcommerce-org/graphcommerce/pull/2107) [`2f51504`](https://github.com/graphcommerce-org/graphcommerce/commit/2f5150456eabcce410ad8a0f1cbebeedabb6564c) - Remember email adress when going from checkout to signin/up form ([@FrankHarland](https://github.com/FrankHarland))
|
|
362
|
-
|
|
363
|
-
- [#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))
|
|
364
|
-
|
|
365
|
-
## 8.0.0-canary.100
|
|
366
|
-
|
|
367
|
-
### Patch Changes
|
|
368
|
-
|
|
369
|
-
- [#2184](https://github.com/graphcommerce-org/graphcommerce/pull/2184) [`28b7e6e`](https://github.com/graphcommerce-org/graphcommerce/commit/28b7e6ef3e3f698751c6e82431fd14fb35463dd6) - When a customer would return from a payment gateway and it would erroneously query the cart GraphCommerce would immediately create a new empty cart while it shouldn't. ([@paales](https://github.com/paales))
|
|
370
|
-
|
|
371
|
-
## 8.0.0-canary.99
|
|
372
|
-
|
|
373
|
-
## 8.0.0-canary.98
|
|
374
|
-
|
|
375
|
-
## 8.0.0-canary.97
|
|
376
|
-
|
|
377
|
-
## 8.0.0-canary.96
|
|
378
|
-
|
|
379
|
-
## 8.0.0-canary.95
|
|
380
|
-
|
|
381
|
-
## 8.0.0-canary.94
|
|
382
|
-
|
|
383
|
-
## 8.0.0-canary.93
|
|
384
|
-
|
|
385
|
-
## 8.0.0-canary.92
|
|
386
|
-
|
|
387
|
-
## 8.0.0-canary.91
|
|
388
|
-
|
|
389
|
-
## 8.0.0-canary.90
|
|
390
|
-
|
|
391
|
-
### Patch Changes
|
|
392
|
-
|
|
393
|
-
- [#2170](https://github.com/graphcommerce-org/graphcommerce/pull/2170) [`f3e906f`](https://github.com/graphcommerce-org/graphcommerce/commit/f3e906f7e374ce22d36af29c0f3c8153e18300e6) - fix(GCOM-1317): fix bug where inactive cached cart could be set as currentCartId ([@FrankHarland](https://github.com/FrankHarland))
|
|
394
|
-
|
|
395
|
-
## 8.0.0-canary.89
|
|
396
|
-
|
|
397
|
-
## 8.0.0-canary.88
|
|
398
|
-
|
|
399
|
-
## 8.0.0-canary.87
|
|
400
|
-
|
|
401
|
-
## 8.0.0-canary.86
|
|
402
|
-
|
|
403
|
-
## 8.0.0-canary.85
|
|
404
|
-
|
|
405
|
-
## 8.0.0-canary.84
|
|
406
|
-
|
|
407
|
-
## 8.0.0-canary.83
|
|
408
|
-
|
|
409
|
-
## 8.0.0-canary.82
|
|
410
|
-
|
|
411
|
-
## 8.0.0-canary.81
|
|
412
|
-
|
|
413
|
-
## 8.0.0-canary.80
|
|
414
|
-
|
|
415
|
-
## 8.0.0-canary.79
|
|
416
|
-
|
|
417
|
-
## 8.0.0-canary.78
|
|
418
|
-
|
|
419
|
-
## 8.0.0-canary.77
|
|
420
|
-
|
|
421
|
-
## 8.0.0-canary.76
|
|
422
|
-
|
|
423
|
-
## 8.0.0-canary.75
|
|
424
|
-
|
|
425
|
-
## 8.0.0-canary.74
|
|
426
|
-
|
|
427
|
-
## 8.0.0-canary.73
|
|
428
|
-
|
|
429
|
-
## 8.0.0-canary.72
|
|
430
|
-
|
|
431
|
-
## 8.0.0-canary.71
|
|
432
|
-
|
|
433
|
-
## 8.0.0-canary.70
|
|
434
|
-
|
|
435
|
-
## 8.0.0-canary.69
|
|
436
|
-
|
|
437
|
-
## 7.1.0-canary.68
|
|
438
|
-
|
|
439
|
-
### Patch Changes
|
|
440
|
-
|
|
441
|
-
- [#1999](https://github.com/graphcommerce-org/graphcommerce/pull/1999) [`6d7ed0a`](https://github.com/graphcommerce-org/graphcommerce/commit/6d7ed0a2a3d9b3c6193f86bce6889ff24adf3e83) - When signing in the cartFab would not always properly reflect the current items in the cart ([@paales](https://github.com/paales))
|
|
442
|
-
|
|
443
|
-
- [#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))
|
|
444
|
-
|
|
445
|
-
## 7.1.0-canary.67
|
|
446
|
-
|
|
447
|
-
## 7.1.0-canary.66
|
|
448
|
-
|
|
449
|
-
## 7.1.0-canary.65
|
|
450
|
-
|
|
451
|
-
## 7.1.0-canary.64
|
|
452
|
-
|
|
453
|
-
## 7.1.0-canary.63
|
|
454
|
-
|
|
455
|
-
## 7.1.0-canary.62
|
|
456
|
-
|
|
457
|
-
## 7.1.0-canary.61
|
|
458
|
-
|
|
459
|
-
## 7.1.0-canary.60
|
|
460
|
-
|
|
461
|
-
## 7.1.0-canary.59
|
|
462
|
-
|
|
463
|
-
## 7.1.0-canary.58
|
|
464
|
-
|
|
465
|
-
## 7.1.0-canary.57
|
|
466
|
-
|
|
467
|
-
## 7.1.0-canary.56
|
|
468
|
-
|
|
469
|
-
## 7.1.0-canary.55
|
|
470
|
-
|
|
471
|
-
## 7.1.0-canary.54
|
|
472
|
-
|
|
473
|
-
## 7.1.0-canary.53
|
|
474
|
-
|
|
475
|
-
## 7.1.0-canary.52
|
|
476
|
-
|
|
477
|
-
## 7.1.0-canary.51
|
|
478
|
-
|
|
479
|
-
## 7.1.0-canary.50
|
|
480
|
-
|
|
481
|
-
## 7.1.0-canary.49
|
|
482
|
-
|
|
483
|
-
## 7.1.0-canary.48
|
|
484
|
-
|
|
485
|
-
## 7.1.0-canary.47
|
|
486
|
-
|
|
487
|
-
## 7.1.0-canary.46
|
|
488
|
-
|
|
489
|
-
## 7.1.0-canary.45
|
|
490
|
-
|
|
491
|
-
## 7.1.0-canary.38
|
|
492
|
-
|
|
493
|
-
## 7.1.0-canary.37
|
|
494
|
-
|
|
495
|
-
## 7.1.0-canary.36
|
|
496
|
-
|
|
497
|
-
### Patch Changes
|
|
498
|
-
|
|
499
|
-
- [#2107](https://github.com/graphcommerce-org/graphcommerce/pull/2107) [`2f5150456`](https://github.com/graphcommerce-org/graphcommerce/commit/2f5150456eabcce410ad8a0f1cbebeedabb6564c) - feat(GCOM-1237): remember email adress when going from checkout to si… ([@FrankHarland](https://github.com/FrankHarland))
|
|
500
|
-
|
|
501
|
-
## 7.1.0-canary.35
|
|
502
|
-
|
|
503
|
-
## 7.1.0-canary.34
|
|
504
|
-
|
|
505
|
-
## 7.1.0-canary.33
|
|
506
|
-
|
|
507
|
-
## 7.1.0-canary.32
|
|
508
|
-
|
|
509
|
-
## 7.1.0-canary.31
|
|
510
|
-
|
|
511
|
-
## 7.1.0-canary.30
|
|
512
|
-
|
|
513
|
-
## 7.1.0-canary.29
|
|
514
|
-
|
|
515
|
-
## 7.1.0-canary.28
|
|
516
|
-
|
|
517
|
-
### Minor Changes
|
|
518
|
-
|
|
519
|
-
- [#2018](https://github.com/graphcommerce-org/graphcommerce/pull/2018) [`750aa6a72`](https://github.com/graphcommerce-org/graphcommerce/commit/750aa6a72710869d54244467253212e551d335e0) - Changed the layout of the succes page. We are using ActionCards right now to match the design of the cart. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
520
|
-
|
|
521
|
-
## 7.1.0-canary.27
|
|
522
|
-
|
|
523
|
-
## 7.1.0-canary.26
|
|
524
|
-
|
|
525
|
-
### Patch Changes
|
|
526
|
-
|
|
527
|
-
- [#2089](https://github.com/graphcommerce-org/graphcommerce/pull/2089) [`4b6bbf065`](https://github.com/graphcommerce-org/graphcommerce/commit/4b6bbf06572c71e266cc2407e4533833712898e2) - The CartFab wouldn't reflect that there are items in the cart when a customer refreshes the page after adding a product to the cart, without viewing the cart. ([@carlocarels90](https://github.com/carlocarels90))
|
|
528
|
-
|
|
529
|
-
## 7.1.0-canary.25
|
|
530
|
-
|
|
531
|
-
## 7.1.0-canary.24
|
|
532
|
-
|
|
533
|
-
## 7.1.0-canary.23
|
|
534
|
-
|
|
535
|
-
## 7.1.0-canary.22
|
|
536
|
-
|
|
537
|
-
## 7.1.0-canary.21
|
|
538
|
-
|
|
539
|
-
## 7.1.0-canary.20
|
|
540
|
-
|
|
541
|
-
## 7.1.0-canary.19
|
|
542
|
-
|
|
543
|
-
## 7.1.0-canary.18
|
|
544
|
-
|
|
545
|
-
## 7.1.0-canary.17
|
|
546
|
-
|
|
547
|
-
### Minor Changes
|
|
548
|
-
|
|
549
|
-
- [#2075](https://github.com/graphcommerce-org/graphcommerce/pull/2075) [`34dee456e`](https://github.com/graphcommerce-org/graphcommerce/commit/34dee456ef686174b62e604911a0ba84cbd3d002) - Added ordernumber to succes page. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
550
|
-
|
|
551
|
-
## 7.1.0-canary.16
|
|
552
|
-
|
|
553
|
-
## 7.1.0-canary.15
|
|
554
|
-
|
|
555
|
-
## 7.1.0-canary.14
|
|
556
|
-
|
|
557
|
-
## 7.1.0-canary.13
|
|
558
|
-
|
|
559
|
-
## 7.1.0-canary.12
|
|
560
|
-
|
|
561
|
-
## 7.1.0-canary.11
|
|
562
|
-
|
|
563
|
-
## 7.1.0-canary.10
|
|
564
|
-
|
|
565
|
-
## 7.1.0-canary.9
|
|
566
|
-
|
|
567
|
-
## 7.1.0-canary.8
|
|
568
|
-
|
|
569
|
-
## 7.0.2-canary.7
|
|
570
|
-
|
|
571
|
-
## 7.0.2-canary.6
|
|
572
|
-
|
|
573
|
-
## 7.0.2-canary.5
|
|
574
|
-
|
|
575
|
-
## 7.0.1
|
|
576
|
-
|
|
577
|
-
### Patch Changes
|
|
578
|
-
|
|
579
|
-
- [#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.
|
|
580
|
-
|
|
581
|
-
1. When a shopper is logging in on the checkout page the customers cart_id is assigned before the carts are merged.
|
|
582
|
-
2. The assignment of the customer’s cart id retriggers the ShippingPage query, running it before the UseMergeCustomerCart mutation.
|
|
583
|
-
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.
|
|
584
|
-
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))
|
|
585
|
-
|
|
586
|
-
## 7.0.1-canary.15
|
|
587
|
-
|
|
588
|
-
## 7.0.1-canary.14
|
|
589
|
-
|
|
590
|
-
## 7.0.1-canary.13
|
|
591
|
-
|
|
592
|
-
## 7.0.1-canary.12
|
|
593
|
-
|
|
594
|
-
## 7.0.1-canary.11
|
|
595
|
-
|
|
596
|
-
### Patch Changes
|
|
597
|
-
|
|
598
|
-
- [#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.
|
|
599
|
-
|
|
600
|
-
1. When a shopper is logging in on the checkout page the customers cart_id is assigned before the carts are merged.
|
|
601
|
-
2. The assignment of the customer’s cart id retriggers the ShippingPage query, running it before the UseMergeCustomerCart mutation.
|
|
602
|
-
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.
|
|
603
|
-
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))
|
|
604
|
-
|
|
605
|
-
## 7.0.1-canary.10
|
|
606
|
-
|
|
607
|
-
## 7.0.1-canary.9
|
|
608
|
-
|
|
609
|
-
## 7.0.1-canary.8
|
|
610
|
-
|
|
611
|
-
## 7.0.1-canary.7
|
|
612
|
-
|
|
613
|
-
## 7.0.1-canary.6
|
|
614
|
-
|
|
615
|
-
### Patch Changes
|
|
616
|
-
|
|
617
|
-
- [#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))
|
|
618
|
-
|
|
619
|
-
## 7.0.1-canary.5
|
|
620
|
-
|
|
621
|
-
## 7.0.1-canary.4
|
|
622
|
-
|
|
623
|
-
## 7.0.1-canary.3
|
|
624
|
-
|
|
625
|
-
## 7.0.1-canary.2
|
|
626
|
-
|
|
627
|
-
## 7.0.1-canary.1
|
|
628
|
-
|
|
629
|
-
## 7.0.1-canary.0
|
|
630
|
-
|
|
631
|
-
## 7.0.0
|
|
632
|
-
|
|
633
|
-
### Minor Changes
|
|
634
|
-
|
|
635
|
-
- [#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))
|
|
636
|
-
|
|
637
|
-
### Patch Changes
|
|
638
|
-
|
|
639
|
-
- [#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))
|
|
640
|
-
|
|
641
|
-
- [#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))
|
|
642
|
-
|
|
643
|
-
- [#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))
|
|
644
|
-
|
|
645
|
-
- [#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))
|
|
646
|
-
|
|
647
|
-
- [#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))
|
|
648
|
-
|
|
649
|
-
- [#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))
|
|
650
|
-
|
|
651
|
-
## 6.2.0-canary.98
|
|
652
|
-
|
|
653
|
-
## 6.2.0-canary.97
|
|
654
|
-
|
|
655
|
-
## 6.2.0-canary.96
|
|
656
|
-
|
|
657
|
-
## 6.2.0-canary.95
|
|
658
|
-
|
|
659
|
-
## 6.2.0-canary.94
|
|
660
|
-
|
|
661
|
-
## 6.2.0-canary.93
|
|
662
|
-
|
|
663
|
-
## 6.2.0-canary.92
|
|
664
|
-
|
|
665
|
-
## 6.2.0-canary.91
|
|
666
|
-
|
|
667
|
-
## 6.2.0-canary.90
|
|
668
|
-
|
|
669
|
-
## 6.2.0-canary.89
|
|
670
|
-
|
|
671
|
-
### Patch Changes
|
|
672
|
-
|
|
673
|
-
- [#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))
|
|
674
|
-
|
|
675
|
-
## 6.2.0-canary.88
|
|
676
|
-
|
|
677
|
-
## 6.2.0-canary.87
|
|
678
|
-
|
|
679
|
-
## 6.2.0-canary.86
|
|
680
|
-
|
|
681
|
-
## 6.2.0-canary.85
|
|
682
|
-
|
|
683
|
-
## 6.2.0-canary.84
|
|
684
|
-
|
|
685
|
-
## 6.2.0-canary.83
|
|
686
|
-
|
|
687
|
-
## 6.2.0-canary.82
|
|
688
|
-
|
|
689
|
-
## 6.2.0-canary.81
|
|
690
|
-
|
|
691
|
-
## 6.2.0-canary.80
|
|
692
|
-
|
|
693
|
-
## 6.2.0-canary.79
|
|
694
|
-
|
|
695
|
-
### Patch Changes
|
|
696
|
-
|
|
697
|
-
- [#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))
|
|
698
|
-
|
|
699
|
-
## 6.2.0-canary.78
|
|
700
|
-
|
|
701
|
-
## 6.2.0-canary.77
|
|
702
|
-
|
|
703
|
-
## 6.2.0-canary.76
|
|
704
|
-
|
|
705
|
-
## 6.2.0-canary.75
|
|
706
|
-
|
|
707
|
-
## 6.2.0-canary.74
|
|
708
|
-
|
|
709
|
-
## 6.2.0-canary.73
|
|
710
|
-
|
|
711
|
-
## 6.2.0-canary.72
|
|
712
|
-
|
|
713
|
-
## 6.2.0-canary.71
|
|
714
|
-
|
|
715
|
-
## 6.2.0-canary.70
|
|
716
|
-
|
|
717
|
-
## 6.2.0-canary.69
|
|
718
|
-
|
|
719
|
-
## 6.2.0-canary.68
|
|
720
|
-
|
|
721
|
-
## 6.2.0-canary.67
|
|
722
|
-
|
|
723
|
-
## 6.2.0-canary.66
|
|
724
|
-
|
|
725
|
-
## 6.2.0-canary.65
|
|
726
|
-
|
|
727
|
-
## 6.2.0-canary.64
|
|
728
|
-
|
|
729
|
-
## 6.2.0-canary.63
|
|
730
|
-
|
|
731
|
-
## 6.2.0-canary.62
|
|
732
|
-
|
|
733
|
-
## 6.2.0-canary.61
|
|
734
|
-
|
|
735
|
-
## 6.2.0-canary.60
|
|
7
|
+
### Patch Changes
|
|
736
8
|
|
|
737
|
-
|
|
9
|
+
- [#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))
|
|
738
10
|
|
|
739
|
-
##
|
|
11
|
+
## 9.0.0-canary.82
|
|
740
12
|
|
|
741
|
-
|
|
13
|
+
### Minor Changes
|
|
742
14
|
|
|
743
|
-
|
|
15
|
+
- [#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))
|
|
744
16
|
|
|
745
|
-
##
|
|
17
|
+
## 9.0.0-canary.69
|
|
746
18
|
|
|
747
|
-
|
|
19
|
+
### Patch Changes
|
|
748
20
|
|
|
749
|
-
|
|
21
|
+
- [#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))
|
|
750
22
|
|
|
751
|
-
##
|
|
23
|
+
## 8.1.0-canary.45
|
|
752
24
|
|
|
753
|
-
|
|
25
|
+
### Patch Changes
|
|
754
26
|
|
|
755
|
-
|
|
27
|
+
- [#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))
|
|
756
28
|
|
|
757
|
-
##
|
|
29
|
+
## 8.1.0-canary.38
|
|
758
30
|
|
|
759
|
-
|
|
31
|
+
### Minor Changes
|
|
760
32
|
|
|
761
|
-
|
|
33
|
+
- [#2305](https://github.com/graphcommerce-org/graphcommerce/pull/2305) [`77e8297`](https://github.com/graphcommerce-org/graphcommerce/commit/77e82976816994336c616208a651cb18ce9ea270) - Add company and vat fields to shipping and billing forms ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
762
34
|
|
|
763
|
-
|
|
35
|
+
### Patch Changes
|
|
764
36
|
|
|
765
|
-
|
|
37
|
+
- [#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))
|
|
766
38
|
|
|
767
|
-
|
|
39
|
+
## 8.1.0-canary.35
|
|
768
40
|
|
|
769
|
-
|
|
41
|
+
### Patch Changes
|
|
770
42
|
|
|
771
|
-
|
|
43
|
+
- [#2301](https://github.com/graphcommerce-org/graphcommerce/pull/2301) [`13d0649`](https://github.com/graphcommerce-org/graphcommerce/commit/13d06498d121f93b52c25930e50aa3b0bd12a818) - Created a new EmailElement component to make re-use easier ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
772
44
|
|
|
773
|
-
##
|
|
45
|
+
## 8.1.0-canary.34
|
|
774
46
|
|
|
775
|
-
|
|
47
|
+
### Minor Changes
|
|
776
48
|
|
|
777
|
-
|
|
49
|
+
- [#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))
|
|
778
50
|
|
|
779
|
-
##
|
|
51
|
+
## 8.1.0-canary.25
|
|
780
52
|
|
|
781
|
-
|
|
53
|
+
### Patch Changes
|
|
782
54
|
|
|
783
|
-
|
|
55
|
+
- [#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))
|
|
784
56
|
|
|
785
|
-
##
|
|
57
|
+
## 8.1.0-canary.8
|
|
786
58
|
|
|
787
|
-
|
|
59
|
+
### Patch Changes
|
|
788
60
|
|
|
789
|
-
|
|
61
|
+
- [#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))
|
|
790
62
|
|
|
791
|
-
##
|
|
63
|
+
## 8.0.6-canary.2
|
|
792
64
|
|
|
793
|
-
|
|
65
|
+
### Patch Changes
|
|
794
66
|
|
|
795
|
-
|
|
67
|
+
- [#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))
|
|
796
68
|
|
|
797
|
-
|
|
69
|
+
- [#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))
|
|
798
70
|
|
|
799
|
-
##
|
|
71
|
+
## 8.0.4
|
|
800
72
|
|
|
801
73
|
### Patch Changes
|
|
802
74
|
|
|
803
|
-
- [#
|
|
75
|
+
- [#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))
|
|
804
76
|
|
|
805
|
-
##
|
|
77
|
+
## 8.0.3
|
|
806
78
|
|
|
807
|
-
|
|
79
|
+
### Patch Changes
|
|
808
80
|
|
|
809
|
-
|
|
81
|
+
- [#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))
|
|
810
82
|
|
|
811
|
-
|
|
83
|
+
- [#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))
|
|
812
84
|
|
|
813
|
-
|
|
85
|
+
- [#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))
|
|
814
86
|
|
|
815
|
-
##
|
|
87
|
+
## 8.0.0
|
|
816
88
|
|
|
817
|
-
|
|
89
|
+
### Minor Changes
|
|
818
90
|
|
|
819
|
-
|
|
91
|
+
- [#2075](https://github.com/graphcommerce-org/graphcommerce/pull/2075) [`34dee45`](https://github.com/graphcommerce-org/graphcommerce/commit/34dee456ef686174b62e604911a0ba84cbd3d002) - Added the customers order number to succes page. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
820
92
|
|
|
821
|
-
|
|
93
|
+
- [#2018](https://github.com/graphcommerce-org/graphcommerce/pull/2018) [`750aa6a`](https://github.com/graphcommerce-org/graphcommerce/commit/750aa6a72710869d54244467253212e551d335e0) - Changed the layout of the succes page. We are using ActionCards right now to match the design of the cart. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
822
94
|
|
|
823
|
-
|
|
95
|
+
### Patch Changes
|
|
824
96
|
|
|
825
|
-
|
|
97
|
+
- [#2184](https://github.com/graphcommerce-org/graphcommerce/pull/2184) [`28b7e6e`](https://github.com/graphcommerce-org/graphcommerce/commit/28b7e6ef3e3f698751c6e82431fd14fb35463dd6) - When a customer would return from a payment gateway and it would erroneously query the cart GraphCommerce would immediately create a new empty cart while it shouldn't. ([@paales](https://github.com/paales))
|
|
826
98
|
|
|
827
|
-
|
|
99
|
+
- [#1999](https://github.com/graphcommerce-org/graphcommerce/pull/1999) [`6d7ed0a`](https://github.com/graphcommerce-org/graphcommerce/commit/6d7ed0a2a3d9b3c6193f86bce6889ff24adf3e83) - After signing in the `<CartFab/>` would not always properly reflect if there are items in the customers cart. ([@paales](https://github.com/paales))
|
|
828
100
|
|
|
829
|
-
|
|
101
|
+
- [#2089](https://github.com/graphcommerce-org/graphcommerce/pull/2089) [`4b6bbf0`](https://github.com/graphcommerce-org/graphcommerce/commit/4b6bbf06572c71e266cc2407e4533833712898e2) - The `<CartFab/>` wouldn't reflect that there are items in the cart when a customer refreshes the page after adding a product to the cart, without viewing the cart. ([@carlocarels90](https://github.com/carlocarels90))
|
|
830
102
|
|
|
831
|
-
|
|
103
|
+
- [#2170](https://github.com/graphcommerce-org/graphcommerce/pull/2170) [`f3e906f`](https://github.com/graphcommerce-org/graphcommerce/commit/f3e906f7e374ce22d36af29c0f3c8153e18300e6) - Solved an issue where the inactive cart would set as the current cart when the customer had signed in, checked out their cart, session expired and tried to log in again. ([@FrankHarland](https://github.com/FrankHarland))
|
|
832
104
|
|
|
833
|
-
|
|
105
|
+
- [#2107](https://github.com/graphcommerce-org/graphcommerce/pull/2107) [`2f51504`](https://github.com/graphcommerce-org/graphcommerce/commit/2f5150456eabcce410ad8a0f1cbebeedabb6564c) - Remember email adress when going from checkout to signin/up form ([@FrankHarland](https://github.com/FrankHarland))
|
|
834
106
|
|
|
835
|
-
|
|
107
|
+
- [#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))
|
|
836
108
|
|
|
837
|
-
##
|
|
109
|
+
## 7.0.1
|
|
838
110
|
|
|
839
|
-
|
|
111
|
+
### Patch Changes
|
|
840
112
|
|
|
841
|
-
|
|
113
|
+
- [#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.
|
|
842
114
|
|
|
843
|
-
|
|
115
|
+
1. When a shopper is logging in on the checkout page the customers cart_id is assigned before the carts are merged.
|
|
116
|
+
2. The assignment of the customer’s cart id retriggers the ShippingPage query, running it before the UseMergeCustomerCart mutation.
|
|
117
|
+
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.
|
|
118
|
+
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))
|
|
844
119
|
|
|
845
|
-
##
|
|
120
|
+
## 7.0.0
|
|
846
121
|
|
|
847
|
-
|
|
122
|
+
### Minor Changes
|
|
848
123
|
|
|
849
|
-
|
|
124
|
+
- [#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))
|
|
850
125
|
|
|
851
126
|
### Patch Changes
|
|
852
127
|
|
|
853
128
|
- [#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))
|
|
854
129
|
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
## 6.1.1-canary.5
|
|
858
|
-
|
|
859
|
-
## 6.1.1-canary.4
|
|
860
|
-
|
|
861
|
-
### Patch Changes
|
|
130
|
+
- [#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))
|
|
862
131
|
|
|
863
132
|
- [#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))
|
|
864
133
|
|
|
865
|
-
- [#
|
|
866
|
-
|
|
867
|
-
- [#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))
|
|
868
|
-
|
|
869
|
-
## 6.1.1-canary.3
|
|
870
|
-
|
|
871
|
-
## 6.1.1-canary.2
|
|
134
|
+
- [#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))
|
|
872
135
|
|
|
873
|
-
|
|
136
|
+
- [#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))
|
|
874
137
|
|
|
875
|
-
|
|
138
|
+
- [#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))
|
|
876
139
|
|
|
877
140
|
## 6.1.0
|
|
878
141
|
|
|
@@ -888,80 +151,6 @@
|
|
|
888
151
|
|
|
889
152
|
- [#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))
|
|
890
153
|
|
|
891
|
-
## 6.0.2-canary.22
|
|
892
|
-
|
|
893
|
-
## 6.0.2-canary.21
|
|
894
|
-
|
|
895
|
-
## 6.0.2-canary.20
|
|
896
|
-
|
|
897
|
-
## 6.0.2-canary.19
|
|
898
|
-
|
|
899
|
-
## 6.0.2-canary.18
|
|
900
|
-
|
|
901
|
-
## 6.0.2-canary.17
|
|
902
|
-
|
|
903
|
-
## 6.0.2-canary.16
|
|
904
|
-
|
|
905
|
-
## 6.0.2-canary.15
|
|
906
|
-
|
|
907
|
-
## 6.0.2-canary.14
|
|
908
|
-
|
|
909
|
-
## 6.0.2-canary.13
|
|
910
|
-
|
|
911
|
-
### Patch Changes
|
|
912
|
-
|
|
913
|
-
- [#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))
|
|
914
|
-
|
|
915
|
-
## 6.0.2-canary.12
|
|
916
|
-
|
|
917
|
-
### Patch Changes
|
|
918
|
-
|
|
919
|
-
- [#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))
|
|
920
|
-
|
|
921
|
-
- [#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))
|
|
922
|
-
|
|
923
|
-
## 6.0.2-canary.11
|
|
924
|
-
|
|
925
|
-
## 6.0.2-canary.10
|
|
926
|
-
|
|
927
|
-
## 6.0.2-canary.9
|
|
928
|
-
|
|
929
|
-
## 6.0.2-canary.8
|
|
930
|
-
|
|
931
|
-
## 6.0.2-canary.7
|
|
932
|
-
|
|
933
|
-
## 6.0.2-canary.6
|
|
934
|
-
|
|
935
|
-
## 6.0.2-canary.5
|
|
936
|
-
|
|
937
|
-
## 6.0.2-canary.4
|
|
938
|
-
|
|
939
|
-
## 6.0.2-canary.3
|
|
940
|
-
|
|
941
|
-
## 6.0.2-canary.2
|
|
942
|
-
|
|
943
|
-
## 6.0.2-canary.1
|
|
944
|
-
|
|
945
|
-
## 6.0.2-canary.0
|
|
946
|
-
|
|
947
|
-
## 6.0.1
|
|
948
|
-
|
|
949
|
-
## 6.0.1-canary.7
|
|
950
|
-
|
|
951
|
-
## 6.0.1-canary.6
|
|
952
|
-
|
|
953
|
-
## 6.0.1-canary.5
|
|
954
|
-
|
|
955
|
-
## 6.0.1-canary.4
|
|
956
|
-
|
|
957
|
-
## 6.0.1-canary.3
|
|
958
|
-
|
|
959
|
-
## 6.0.1-canary.2
|
|
960
|
-
|
|
961
|
-
## 6.0.1-canary.1
|
|
962
|
-
|
|
963
|
-
## 6.0.1-canary.0
|
|
964
|
-
|
|
965
154
|
## 6.0.0
|
|
966
155
|
|
|
967
156
|
### Major Changes
|
|
@@ -976,144 +165,6 @@
|
|
|
976
165
|
|
|
977
166
|
- [#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))
|
|
978
167
|
|
|
979
|
-
## 6.0.0-canary.54
|
|
980
|
-
|
|
981
|
-
## 6.0.0-canary.53
|
|
982
|
-
|
|
983
|
-
## 6.0.0-canary.52
|
|
984
|
-
|
|
985
|
-
## 6.0.0-canary.51
|
|
986
|
-
|
|
987
|
-
## 6.0.0-canary.50
|
|
988
|
-
|
|
989
|
-
## 6.0.0-canary.49
|
|
990
|
-
|
|
991
|
-
## 6.0.0-canary.48
|
|
992
|
-
|
|
993
|
-
### Patch Changes
|
|
994
|
-
|
|
995
|
-
- [#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))
|
|
996
|
-
|
|
997
|
-
## 6.0.0-canary.47
|
|
998
|
-
|
|
999
|
-
## 6.0.0-canary.46
|
|
1000
|
-
|
|
1001
|
-
## 6.0.0-canary.45
|
|
1002
|
-
|
|
1003
|
-
## 6.0.0-canary.44
|
|
1004
|
-
|
|
1005
|
-
### Patch Changes
|
|
1006
|
-
|
|
1007
|
-
- [#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))
|
|
1008
|
-
|
|
1009
|
-
- [#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))
|
|
1010
|
-
|
|
1011
|
-
## 6.0.0-canary.43
|
|
1012
|
-
|
|
1013
|
-
## 6.0.0-canary.42
|
|
1014
|
-
|
|
1015
|
-
## 6.0.0-canary.41
|
|
1016
|
-
|
|
1017
|
-
## 6.0.0-canary.40
|
|
1018
|
-
|
|
1019
|
-
## 6.0.0-canary.39
|
|
1020
|
-
|
|
1021
|
-
## 6.0.0-canary.38
|
|
1022
|
-
|
|
1023
|
-
## 6.0.0-canary.37
|
|
1024
|
-
|
|
1025
|
-
## 6.0.0-canary.36
|
|
1026
|
-
|
|
1027
|
-
## 6.0.0-canary.35
|
|
1028
|
-
|
|
1029
|
-
## 6.0.0-canary.34
|
|
1030
|
-
|
|
1031
|
-
## 6.0.0-canary.33
|
|
1032
|
-
|
|
1033
|
-
## 6.0.0-canary.32
|
|
1034
|
-
|
|
1035
|
-
## 6.0.0-canary.31
|
|
1036
|
-
|
|
1037
|
-
## 6.0.0-canary.30
|
|
1038
|
-
|
|
1039
|
-
## 6.0.0-canary.29
|
|
1040
|
-
|
|
1041
|
-
## 6.0.0-canary.28
|
|
1042
|
-
|
|
1043
|
-
## 6.0.0-canary.27
|
|
1044
|
-
|
|
1045
|
-
### Patch Changes
|
|
1046
|
-
|
|
1047
|
-
- [#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))
|
|
1048
|
-
|
|
1049
|
-
## 6.0.0-canary.26
|
|
1050
|
-
|
|
1051
|
-
## 6.0.0-canary.25
|
|
1052
|
-
|
|
1053
|
-
## 6.0.0-canary.24
|
|
1054
|
-
|
|
1055
|
-
## 6.0.0-canary.23
|
|
1056
|
-
|
|
1057
|
-
## 6.0.0-canary.22
|
|
1058
|
-
|
|
1059
|
-
## 6.0.0-canary.21
|
|
1060
|
-
|
|
1061
|
-
## 6.0.0-canary.20
|
|
1062
|
-
|
|
1063
|
-
## 5.2.0-canary.19
|
|
1064
|
-
|
|
1065
|
-
## 5.2.0-canary.18
|
|
1066
|
-
|
|
1067
|
-
## 5.2.0-canary.17
|
|
1068
|
-
|
|
1069
|
-
## 5.2.0-canary.16
|
|
1070
|
-
|
|
1071
|
-
## 5.2.0-canary.15
|
|
1072
|
-
|
|
1073
|
-
## 5.2.0-canary.14
|
|
1074
|
-
|
|
1075
|
-
## 5.2.0-canary.13
|
|
1076
|
-
|
|
1077
|
-
## 5.2.0-canary.12
|
|
1078
|
-
|
|
1079
|
-
## 5.2.0-canary.11
|
|
1080
|
-
|
|
1081
|
-
## 5.2.0-canary.10
|
|
1082
|
-
|
|
1083
|
-
## 5.2.0-canary.9
|
|
1084
|
-
|
|
1085
|
-
## 5.2.0-canary.8
|
|
1086
|
-
|
|
1087
|
-
## 5.2.0-canary.7
|
|
1088
|
-
|
|
1089
|
-
### Minor Changes
|
|
1090
|
-
|
|
1091
|
-
- [#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))
|
|
1092
|
-
|
|
1093
|
-
### Patch Changes
|
|
1094
|
-
|
|
1095
|
-
- [#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))
|
|
1096
|
-
|
|
1097
|
-
## 5.2.0-canary.6
|
|
1098
|
-
|
|
1099
|
-
## 5.2.0-canary.5
|
|
1100
|
-
|
|
1101
|
-
## 5.2.0-canary.4
|
|
1102
|
-
|
|
1103
|
-
## 5.2.0-canary.3
|
|
1104
|
-
|
|
1105
|
-
## 5.2.0-canary.2
|
|
1106
|
-
|
|
1107
|
-
## 5.2.0-canary.1
|
|
1108
|
-
|
|
1109
|
-
## 5.2.0-canary.0
|
|
1110
|
-
|
|
1111
|
-
## 5.1.1
|
|
1112
|
-
|
|
1113
|
-
## 5.1.1-canary.1
|
|
1114
|
-
|
|
1115
|
-
## 5.1.1-canary.0
|
|
1116
|
-
|
|
1117
168
|
## 5.1.0
|
|
1118
169
|
|
|
1119
170
|
### Minor Changes
|
|
@@ -1133,47 +184,6 @@
|
|
|
1133
184
|
- Upgraded dependencies including type-fest and graphql-mesh
|
|
1134
185
|
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
1135
186
|
|
|
1136
|
-
## 5.1.0-canary.11
|
|
1137
|
-
|
|
1138
|
-
## 5.1.0-canary.10
|
|
1139
|
-
|
|
1140
|
-
## 5.1.0-canary.9
|
|
1141
|
-
|
|
1142
|
-
## 5.1.0-canary.8
|
|
1143
|
-
|
|
1144
|
-
## 5.1.0-canary.7
|
|
1145
|
-
|
|
1146
|
-
### Minor Changes
|
|
1147
|
-
|
|
1148
|
-
- [#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)
|
|
1149
|
-
|
|
1150
|
-
- Fixes an issue where the cart can get into a broken state, if items contain errors.
|
|
1151
|
-
- AddToCartForm now shows a success message if there is an error but the error is related to another item in the cart.
|
|
1152
|
-
- Disable checkout buttons when there are cart item errors and show a message. ([@paales](https://github.com/paales))
|
|
1153
|
-
|
|
1154
|
-
## 5.1.0-canary.6
|
|
1155
|
-
|
|
1156
|
-
## 5.1.0-canary.5
|
|
1157
|
-
|
|
1158
|
-
## 5.1.0-canary.4
|
|
1159
|
-
|
|
1160
|
-
## 5.1.0-canary.3
|
|
1161
|
-
|
|
1162
|
-
### Patch Changes
|
|
1163
|
-
|
|
1164
|
-
- [#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.
|
|
1165
|
-
|
|
1166
|
-
- Updated the @mui/material package
|
|
1167
|
-
- Removed dependencies on react-hook-form-mui and @playwright/test
|
|
1168
|
-
- Upgraded dependencies including type-fest and graphql-mesh
|
|
1169
|
-
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
1170
|
-
|
|
1171
|
-
## 5.1.0-canary.2
|
|
1172
|
-
|
|
1173
|
-
## 5.1.0-canary.1
|
|
1174
|
-
|
|
1175
|
-
## 5.1.0-canary.0
|
|
1176
|
-
|
|
1177
187
|
## 5.0.0
|
|
1178
188
|
|
|
1179
189
|
### Major Changes
|
|
@@ -1186,80 +196,18 @@
|
|
|
1186
196
|
|
|
1187
197
|
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))
|
|
1188
198
|
|
|
1189
|
-
## 5.0.0-canary.14
|
|
1190
|
-
|
|
1191
|
-
## 5.0.0-canary.13
|
|
1192
|
-
|
|
1193
|
-
### Major Changes
|
|
1194
|
-
|
|
1195
|
-
- [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@paales](https://github.com/paales))
|
|
1196
|
-
|
|
1197
|
-
## 4.14.0-canary.12
|
|
1198
|
-
|
|
1199
|
-
## 4.14.0-canary.11
|
|
1200
|
-
|
|
1201
|
-
## 4.14.0-canary.10
|
|
1202
|
-
|
|
1203
|
-
## 4.14.0-canary.9
|
|
1204
|
-
|
|
1205
|
-
## 4.14.0-canary.8
|
|
1206
|
-
|
|
1207
|
-
## 4.14.0-canary.7
|
|
1208
|
-
|
|
1209
|
-
## 4.14.0-canary.6
|
|
1210
|
-
|
|
1211
|
-
## 4.14.0-canary.5
|
|
1212
|
-
|
|
1213
|
-
## 4.14.0-canary.4
|
|
1214
|
-
|
|
1215
|
-
### Minor Changes
|
|
1216
|
-
|
|
1217
|
-
- [#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.
|
|
1218
|
-
|
|
1219
|
-
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))
|
|
1220
|
-
|
|
1221
|
-
## 4.14.0-canary.3
|
|
1222
|
-
|
|
1223
|
-
## 4.14.0-canary.2
|
|
1224
|
-
|
|
1225
|
-
## 4.13.2-canary.1
|
|
1226
|
-
|
|
1227
|
-
## 4.13.2-canary.0
|
|
1228
|
-
|
|
1229
|
-
## 4.13.3
|
|
1230
|
-
|
|
1231
|
-
## 4.13.2
|
|
1232
|
-
|
|
1233
199
|
## 4.13.1
|
|
1234
200
|
|
|
1235
201
|
### Patch Changes
|
|
1236
202
|
|
|
1237
203
|
- [#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
|
|
1238
204
|
|
|
1239
|
-
## 4.13.1-canary.2
|
|
1240
|
-
|
|
1241
|
-
## 4.13.1-canary.1
|
|
1242
|
-
|
|
1243
|
-
## 4.13.1-canary.0
|
|
1244
|
-
|
|
1245
|
-
### Patch Changes
|
|
1246
|
-
|
|
1247
|
-
- [`c6f6cb102`](https://github.com/graphcommerce-org/graphcommerce/commit/c6f6cb102d71b7b4b478cc2eeb8a9f2a784b5bbf) Thanks [@paales](https://github.com/paales)! - Remove spacing from InlineAccount on the checkout
|
|
1248
|
-
|
|
1249
205
|
## 4.13.0
|
|
1250
206
|
|
|
1251
207
|
### Patch Changes
|
|
1252
208
|
|
|
1253
209
|
- [#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
|
|
1254
210
|
|
|
1255
|
-
## 4.13.0-canary.1
|
|
1256
|
-
|
|
1257
|
-
### Patch Changes
|
|
1258
|
-
|
|
1259
|
-
- [`abb15ef4a`](https://github.com/graphcommerce-org/graphcommerce/commit/abb15ef4a79b12eddb32cc006e5d1d31dd06ac2d) Thanks [@paales](https://github.com/paales)! - Added canary releases to GraphCommerce
|
|
1260
|
-
|
|
1261
|
-
## 4.13.0-canary.0
|
|
1262
|
-
|
|
1263
211
|
## 4.9.5
|
|
1264
212
|
|
|
1265
213
|
### Patch Changes
|
|
@@ -1899,8 +847,8 @@
|
|
|
1899
847
|
Needs to be replaced with:
|
|
1900
848
|
|
|
1901
849
|
```tsx
|
|
1902
|
-
import { Trans } from '@lingui/react'
|
|
1903
850
|
import { i18n } from '@lingui/core'
|
|
851
|
+
import { Trans } from '@lingui/react'
|
|
1904
852
|
|
|
1905
853
|
function MyComponent() {
|
|
1906
854
|
const foo = 'bar'
|