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