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