@graphcommerce/magento-cart-shipping-method 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 +33 -936
- package/components/ShippingMethodForm/ShippingMethodActionCard.tsx +3 -3
- package/components/ShippingMethodForm/ShippingMethodForm.tsx +8 -10
- package/package.json +14 -14
- package/AvailableShippingMethod/AvailableShippingMethod.tsx +0 -116
- /package/{AvailableShippingMethod → components/ShippingMethodForm}/AvailableShippingMethod.graphql +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,170 +1,72 @@
|
|
|
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
|
-
## 9.0.0-canary.81
|
|
38
|
-
|
|
39
|
-
## 9.0.0-canary.80
|
|
3
|
+
## 9.0.0
|
|
40
4
|
|
|
41
5
|
### Minor Changes
|
|
42
6
|
|
|
43
|
-
- [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`1d6512d`](https://github.com/graphcommerce-org/graphcommerce/commit/1d6512d4118cfb46602aa1f2432c3566fdb3261d) - Rename experimental_useV2 prop to deprecated_useV1 in useFromGql and enable it by default ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
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
|
-
## 9.0.0-canary.68
|
|
7
|
+
- [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`1d6512d`](https://github.com/graphcommerce-org/graphcommerce/commit/1d6512d4118cfb46602aa1f2432c3566fdb3261d) - Rename `experimental_useV2` prop to `deprecated_useV1` in `useFromGql` and enable it by default. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
68
8
|
|
|
69
9
|
### Patch Changes
|
|
70
10
|
|
|
71
11
|
- [#2340](https://github.com/graphcommerce-org/graphcommerce/pull/2340) [`18691c7`](https://github.com/graphcommerce-org/graphcommerce/commit/18691c71e6940e8baa8f93c3b798be4d6e5a8a9a) - Select the only available shipping method as the current cart shipping method when there is only one shipping method available. ([@LaurensFranken](https://github.com/LaurensFranken))
|
|
72
12
|
|
|
73
|
-
|
|
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
|
|
13
|
+
- [#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))
|
|
98
14
|
|
|
99
|
-
|
|
15
|
+
- [#2264](https://github.com/graphcommerce-org/graphcommerce/pull/2264) [`e5291a4`](https://github.com/graphcommerce-org/graphcommerce/commit/e5291a426c57635f69fb9ec44f4abe150f04c9ed) - Prevent rendering `null` when `method_title` is not provided. ([@carlocarels90](https://github.com/carlocarels90))
|
|
100
16
|
|
|
101
|
-
|
|
17
|
+
- [#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))
|
|
102
18
|
|
|
103
|
-
|
|
19
|
+
- [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`49937fd`](https://github.com/graphcommerce-org/graphcommerce/commit/49937fd765338e25899d427ee4d799fa7978faeb) - Allow changing various props for internal components ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
104
20
|
|
|
105
|
-
##
|
|
21
|
+
## 9.0.0-canary.118
|
|
106
22
|
|
|
107
|
-
##
|
|
23
|
+
## 9.0.0-canary.117
|
|
108
24
|
|
|
109
|
-
##
|
|
25
|
+
## 9.0.0-canary.116
|
|
110
26
|
|
|
111
|
-
##
|
|
27
|
+
## 9.0.0-canary.115
|
|
112
28
|
|
|
113
|
-
##
|
|
29
|
+
## 9.0.0-canary.114
|
|
114
30
|
|
|
115
|
-
##
|
|
31
|
+
## 9.0.0-canary.113
|
|
116
32
|
|
|
117
|
-
##
|
|
33
|
+
## 9.0.0-canary.112
|
|
118
34
|
|
|
119
|
-
##
|
|
35
|
+
## 9.0.0-canary.111
|
|
120
36
|
|
|
121
|
-
##
|
|
37
|
+
## 9.0.0-canary.110
|
|
122
38
|
|
|
123
|
-
##
|
|
39
|
+
## 9.0.0-canary.109
|
|
124
40
|
|
|
125
|
-
##
|
|
41
|
+
## 9.0.0-canary.108
|
|
126
42
|
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
## 8.1.0-canary.39
|
|
130
|
-
|
|
131
|
-
## 8.1.0-canary.38
|
|
132
|
-
|
|
133
|
-
## 8.1.0-canary.37
|
|
134
|
-
|
|
135
|
-
## 8.1.0-canary.36
|
|
136
|
-
|
|
137
|
-
## 8.1.0-canary.35
|
|
138
|
-
|
|
139
|
-
## 8.1.0-canary.34
|
|
140
|
-
|
|
141
|
-
## 8.1.0-canary.33
|
|
43
|
+
### Patch Changes
|
|
142
44
|
|
|
143
|
-
|
|
45
|
+
- [#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))
|
|
144
46
|
|
|
145
|
-
|
|
47
|
+
- [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`49937fd`](https://github.com/graphcommerce-org/graphcommerce/commit/49937fd765338e25899d427ee4d799fa7978faeb) - Allow changing various props for internal components ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
146
48
|
|
|
147
|
-
##
|
|
49
|
+
## 9.0.0-canary.107
|
|
148
50
|
|
|
149
|
-
##
|
|
51
|
+
## 9.0.0-canary.106
|
|
150
52
|
|
|
151
|
-
##
|
|
53
|
+
## 9.0.0-canary.105
|
|
152
54
|
|
|
153
|
-
##
|
|
55
|
+
## 9.0.0-canary.104
|
|
154
56
|
|
|
155
|
-
##
|
|
57
|
+
## 9.0.0-canary.103
|
|
156
58
|
|
|
157
|
-
##
|
|
59
|
+
## 9.0.0-canary.80
|
|
158
60
|
|
|
159
|
-
|
|
61
|
+
### Minor Changes
|
|
160
62
|
|
|
161
|
-
|
|
63
|
+
- [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`1d6512d`](https://github.com/graphcommerce-org/graphcommerce/commit/1d6512d4118cfb46602aa1f2432c3566fdb3261d) - Rename experimental_useV2 prop to deprecated_useV1 in useFromGql and enable it by default ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
162
64
|
|
|
163
|
-
##
|
|
65
|
+
## 9.0.0-canary.68
|
|
164
66
|
|
|
165
|
-
|
|
67
|
+
### Patch Changes
|
|
166
68
|
|
|
167
|
-
|
|
69
|
+
- [#2340](https://github.com/graphcommerce-org/graphcommerce/pull/2340) [`18691c7`](https://github.com/graphcommerce-org/graphcommerce/commit/18691c71e6940e8baa8f93c3b798be4d6e5a8a9a) - Select the only available shipping method as the current cart shipping method when there is only one shipping method available. ([@LaurensFranken](https://github.com/LaurensFranken))
|
|
168
70
|
|
|
169
71
|
## 8.1.0-canary.19
|
|
170
72
|
|
|
@@ -172,116 +74,12 @@
|
|
|
172
74
|
|
|
173
75
|
- [#2264](https://github.com/graphcommerce-org/graphcommerce/pull/2264) [`e5291a4`](https://github.com/graphcommerce-org/graphcommerce/commit/e5291a426c57635f69fb9ec44f4abe150f04c9ed) - prevent rendering 'null' when method_title is not provided ([@carlocarels90](https://github.com/carlocarels90))
|
|
174
76
|
|
|
175
|
-
## 8.1.0-canary.18
|
|
176
|
-
|
|
177
|
-
## 8.1.0-canary.17
|
|
178
|
-
|
|
179
|
-
## 8.1.0-canary.16
|
|
180
|
-
|
|
181
|
-
## 8.1.0-canary.15
|
|
182
|
-
|
|
183
|
-
## 8.1.0-canary.14
|
|
184
|
-
|
|
185
|
-
## 8.1.0-canary.13
|
|
186
|
-
|
|
187
|
-
## 8.1.0-canary.12
|
|
188
|
-
|
|
189
|
-
## 8.1.0-canary.11
|
|
190
|
-
|
|
191
|
-
## 8.1.0-canary.10
|
|
192
|
-
|
|
193
|
-
## 8.1.0-canary.9
|
|
194
|
-
|
|
195
|
-
## 8.1.0-canary.8
|
|
196
|
-
|
|
197
|
-
## 8.1.0-canary.7
|
|
198
|
-
|
|
199
|
-
## 8.1.0-canary.6
|
|
200
|
-
|
|
201
|
-
## 8.1.0-canary.5
|
|
202
|
-
|
|
203
|
-
## 8.0.6-canary.4
|
|
204
|
-
|
|
205
|
-
## 8.0.6-canary.3
|
|
206
|
-
|
|
207
77
|
## 8.0.6-canary.2
|
|
208
78
|
|
|
209
79
|
### Patch Changes
|
|
210
80
|
|
|
211
81
|
- [#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))
|
|
212
82
|
|
|
213
|
-
## 8.0.6-canary.1
|
|
214
|
-
|
|
215
|
-
## 8.0.6-canary.0
|
|
216
|
-
|
|
217
|
-
## 8.0.5
|
|
218
|
-
|
|
219
|
-
## 8.0.5-canary.10
|
|
220
|
-
|
|
221
|
-
## 8.0.5-canary.9
|
|
222
|
-
|
|
223
|
-
## 8.0.5-canary.8
|
|
224
|
-
|
|
225
|
-
## 8.0.5-canary.7
|
|
226
|
-
|
|
227
|
-
## 8.0.5-canary.6
|
|
228
|
-
|
|
229
|
-
## 8.0.5-canary.5
|
|
230
|
-
|
|
231
|
-
## 8.0.5-canary.4
|
|
232
|
-
|
|
233
|
-
## 8.0.5-canary.3
|
|
234
|
-
|
|
235
|
-
## 8.0.5-canary.2
|
|
236
|
-
|
|
237
|
-
## 8.0.5-canary.1
|
|
238
|
-
|
|
239
|
-
## 8.0.5-canary.0
|
|
240
|
-
|
|
241
|
-
## 8.0.4
|
|
242
|
-
|
|
243
|
-
## 8.0.4-canary.1
|
|
244
|
-
|
|
245
|
-
## 8.0.4-canary.0
|
|
246
|
-
|
|
247
|
-
## 8.0.3
|
|
248
|
-
|
|
249
|
-
## 8.0.3-canary.6
|
|
250
|
-
|
|
251
|
-
## 8.0.3-canary.5
|
|
252
|
-
|
|
253
|
-
## 8.0.3-canary.4
|
|
254
|
-
|
|
255
|
-
## 8.0.3-canary.3
|
|
256
|
-
|
|
257
|
-
## 8.0.3-canary.2
|
|
258
|
-
|
|
259
|
-
## 8.0.3-canary.1
|
|
260
|
-
|
|
261
|
-
## 8.0.3-canary.0
|
|
262
|
-
|
|
263
|
-
## 8.0.2
|
|
264
|
-
|
|
265
|
-
## 8.0.2-canary.3
|
|
266
|
-
|
|
267
|
-
## 8.0.2-canary.2
|
|
268
|
-
|
|
269
|
-
## 8.0.2-canary.1
|
|
270
|
-
|
|
271
|
-
## 8.0.2-canary.0
|
|
272
|
-
|
|
273
|
-
## 8.0.1
|
|
274
|
-
|
|
275
|
-
## 8.0.1-canary.4
|
|
276
|
-
|
|
277
|
-
## 8.0.1-canary.3
|
|
278
|
-
|
|
279
|
-
## 8.0.1-canary.2
|
|
280
|
-
|
|
281
|
-
## 8.0.1-canary.1
|
|
282
|
-
|
|
283
|
-
## 8.0.1-canary.0
|
|
284
|
-
|
|
285
83
|
## 8.0.0
|
|
286
84
|
|
|
287
85
|
### Patch Changes
|
|
@@ -290,632 +88,18 @@
|
|
|
290
88
|
|
|
291
89
|
- [#2115](https://github.com/graphcommerce-org/graphcommerce/pull/2115) [`105a1af`](https://github.com/graphcommerce-org/graphcommerce/commit/105a1af8b820de8873e430ae398f1922d39a9110) - Disabled ripple animations on all ActionCard ‘Select’ and ‘Change’ so the rendering is more subtle during checkout. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
292
90
|
|
|
293
|
-
## 8.0.0-canary.100
|
|
294
|
-
|
|
295
|
-
## 8.0.0-canary.99
|
|
296
|
-
|
|
297
|
-
## 8.0.0-canary.98
|
|
298
|
-
|
|
299
|
-
## 8.0.0-canary.97
|
|
300
|
-
|
|
301
|
-
## 8.0.0-canary.96
|
|
302
|
-
|
|
303
|
-
## 8.0.0-canary.95
|
|
304
|
-
|
|
305
|
-
## 8.0.0-canary.94
|
|
306
|
-
|
|
307
|
-
## 8.0.0-canary.93
|
|
308
|
-
|
|
309
|
-
## 8.0.0-canary.92
|
|
310
|
-
|
|
311
|
-
## 8.0.0-canary.91
|
|
312
|
-
|
|
313
|
-
## 8.0.0-canary.90
|
|
314
|
-
|
|
315
|
-
## 8.0.0-canary.89
|
|
316
|
-
|
|
317
|
-
## 8.0.0-canary.88
|
|
318
|
-
|
|
319
|
-
## 8.0.0-canary.87
|
|
320
|
-
|
|
321
|
-
## 8.0.0-canary.86
|
|
322
|
-
|
|
323
|
-
## 8.0.0-canary.85
|
|
324
|
-
|
|
325
|
-
## 8.0.0-canary.84
|
|
326
|
-
|
|
327
|
-
## 8.0.0-canary.83
|
|
328
|
-
|
|
329
|
-
## 8.0.0-canary.82
|
|
330
|
-
|
|
331
|
-
## 8.0.0-canary.81
|
|
332
|
-
|
|
333
|
-
## 8.0.0-canary.80
|
|
334
|
-
|
|
335
|
-
## 8.0.0-canary.79
|
|
336
|
-
|
|
337
|
-
## 8.0.0-canary.78
|
|
338
|
-
|
|
339
|
-
## 8.0.0-canary.77
|
|
340
|
-
|
|
341
|
-
## 8.0.0-canary.76
|
|
342
|
-
|
|
343
|
-
## 8.0.0-canary.75
|
|
344
|
-
|
|
345
|
-
## 8.0.0-canary.74
|
|
346
|
-
|
|
347
|
-
## 8.0.0-canary.73
|
|
348
|
-
|
|
349
|
-
## 8.0.0-canary.72
|
|
350
|
-
|
|
351
|
-
## 8.0.0-canary.71
|
|
352
|
-
|
|
353
|
-
## 8.0.0-canary.70
|
|
354
|
-
|
|
355
|
-
## 8.0.0-canary.69
|
|
356
|
-
|
|
357
|
-
## 7.1.0-canary.68
|
|
358
|
-
|
|
359
|
-
## 7.1.0-canary.67
|
|
360
|
-
|
|
361
|
-
## 7.1.0-canary.66
|
|
362
|
-
|
|
363
|
-
## 7.1.0-canary.65
|
|
364
|
-
|
|
365
|
-
## 7.1.0-canary.64
|
|
366
|
-
|
|
367
|
-
## 7.1.0-canary.63
|
|
368
|
-
|
|
369
|
-
## 7.1.0-canary.62
|
|
370
|
-
|
|
371
|
-
## 7.1.0-canary.61
|
|
372
|
-
|
|
373
|
-
## 7.1.0-canary.60
|
|
374
|
-
|
|
375
|
-
## 7.1.0-canary.59
|
|
376
|
-
|
|
377
|
-
## 7.1.0-canary.58
|
|
378
|
-
|
|
379
|
-
## 7.1.0-canary.57
|
|
380
|
-
|
|
381
|
-
## 7.1.0-canary.56
|
|
382
|
-
|
|
383
|
-
## 7.1.0-canary.55
|
|
384
|
-
|
|
385
|
-
## 7.1.0-canary.54
|
|
386
|
-
|
|
387
|
-
## 7.1.0-canary.53
|
|
388
|
-
|
|
389
|
-
## 7.1.0-canary.52
|
|
390
|
-
|
|
391
|
-
## 7.1.0-canary.51
|
|
392
|
-
|
|
393
|
-
## 7.1.0-canary.50
|
|
394
|
-
|
|
395
|
-
## 7.1.0-canary.49
|
|
396
|
-
|
|
397
|
-
### Patch Changes
|
|
398
|
-
|
|
399
|
-
- [#2115](https://github.com/graphcommerce-org/graphcommerce/pull/2115) [`105a1af8b`](https://github.com/graphcommerce-org/graphcommerce/commit/105a1af8b820de8873e430ae398f1922d39a9110) - Disabled Ripple on all ActionCard ‘Select’ and ‘Change’ so the rendering is more subtle during checkout. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
400
|
-
|
|
401
|
-
## 7.1.0-canary.48
|
|
402
|
-
|
|
403
|
-
## 7.1.0-canary.47
|
|
404
|
-
|
|
405
|
-
## 7.1.0-canary.46
|
|
406
|
-
|
|
407
|
-
## 7.1.0-canary.45
|
|
408
|
-
|
|
409
|
-
## 7.1.0-canary.38
|
|
410
|
-
|
|
411
|
-
## 7.1.0-canary.37
|
|
412
|
-
|
|
413
|
-
## 7.1.0-canary.36
|
|
414
|
-
|
|
415
|
-
## 7.1.0-canary.35
|
|
416
|
-
|
|
417
|
-
## 7.1.0-canary.34
|
|
418
|
-
|
|
419
|
-
## 7.1.0-canary.33
|
|
420
|
-
|
|
421
|
-
## 7.1.0-canary.32
|
|
422
|
-
|
|
423
|
-
## 7.1.0-canary.31
|
|
424
|
-
|
|
425
|
-
## 7.1.0-canary.30
|
|
426
|
-
|
|
427
|
-
## 7.1.0-canary.29
|
|
428
|
-
|
|
429
|
-
## 7.1.0-canary.28
|
|
430
|
-
|
|
431
|
-
## 7.1.0-canary.27
|
|
432
|
-
|
|
433
|
-
## 7.1.0-canary.26
|
|
434
|
-
|
|
435
|
-
## 7.1.0-canary.25
|
|
436
|
-
|
|
437
|
-
## 7.1.0-canary.24
|
|
438
|
-
|
|
439
|
-
## 7.1.0-canary.23
|
|
440
|
-
|
|
441
|
-
## 7.1.0-canary.22
|
|
442
|
-
|
|
443
|
-
## 7.1.0-canary.21
|
|
444
|
-
|
|
445
|
-
### Patch Changes
|
|
446
|
-
|
|
447
|
-
- [#2093](https://github.com/graphcommerce-org/graphcommerce/pull/2093) [`112b041f0`](https://github.com/graphcommerce-org/graphcommerce/commit/112b041f01a33fbd521ce3eb3955844f96b29917) - Created a new experimental mutation abort feature inside `useFormGql`. This will allow redundant mutations to be canceled. This feature can be enabled via the `experimental_useV2` prop on the `useFormGql` component ([@mikekeehnen](https://github.com/mikekeehnen))
|
|
448
|
-
|
|
449
|
-
## 7.1.0-canary.20
|
|
450
|
-
|
|
451
|
-
## 7.1.0-canary.19
|
|
452
|
-
|
|
453
|
-
## 7.1.0-canary.18
|
|
454
|
-
|
|
455
|
-
## 7.1.0-canary.17
|
|
456
|
-
|
|
457
|
-
## 7.1.0-canary.16
|
|
458
|
-
|
|
459
|
-
## 7.1.0-canary.15
|
|
460
|
-
|
|
461
|
-
## 7.1.0-canary.14
|
|
462
|
-
|
|
463
|
-
## 7.1.0-canary.13
|
|
464
|
-
|
|
465
|
-
## 7.1.0-canary.12
|
|
466
|
-
|
|
467
|
-
## 7.1.0-canary.11
|
|
468
|
-
|
|
469
|
-
## 7.1.0-canary.10
|
|
470
|
-
|
|
471
|
-
## 7.1.0-canary.9
|
|
472
|
-
|
|
473
|
-
## 7.1.0-canary.8
|
|
474
|
-
|
|
475
|
-
## 7.0.2-canary.7
|
|
476
|
-
|
|
477
|
-
## 7.0.2-canary.6
|
|
478
|
-
|
|
479
|
-
## 7.0.2-canary.5
|
|
480
|
-
|
|
481
|
-
## 7.0.1
|
|
482
|
-
|
|
483
|
-
## 7.0.1-canary.15
|
|
484
|
-
|
|
485
|
-
## 7.0.1-canary.14
|
|
486
|
-
|
|
487
|
-
## 7.0.1-canary.13
|
|
488
|
-
|
|
489
|
-
## 7.0.1-canary.12
|
|
490
|
-
|
|
491
|
-
## 7.0.1-canary.11
|
|
492
|
-
|
|
493
|
-
## 7.0.1-canary.10
|
|
494
|
-
|
|
495
|
-
## 7.0.1-canary.9
|
|
496
|
-
|
|
497
|
-
## 7.0.1-canary.8
|
|
498
|
-
|
|
499
|
-
## 7.0.1-canary.7
|
|
500
|
-
|
|
501
|
-
## 7.0.1-canary.6
|
|
502
|
-
|
|
503
|
-
## 7.0.1-canary.5
|
|
504
|
-
|
|
505
|
-
## 7.0.1-canary.4
|
|
506
|
-
|
|
507
|
-
## 7.0.1-canary.3
|
|
508
|
-
|
|
509
|
-
## 7.0.1-canary.2
|
|
510
|
-
|
|
511
|
-
## 7.0.1-canary.1
|
|
512
|
-
|
|
513
|
-
## 7.0.1-canary.0
|
|
514
|
-
|
|
515
91
|
## 7.0.0
|
|
516
92
|
|
|
517
93
|
### Minor Changes
|
|
518
94
|
|
|
519
95
|
- [#1935](https://github.com/graphcommerce-org/graphcommerce/pull/1935) [`9bba82de1`](https://github.com/graphcommerce-org/graphcommerce/commit/9bba82de1a47742bd3c97b3bf3e4017b214f401d) - Show a shipping method placeholder when no shipping methods are available yet, to allow shipping method validation to work before an address is filled out ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
520
96
|
|
|
521
|
-
## 6.2.0-canary.98
|
|
522
|
-
|
|
523
|
-
## 6.2.0-canary.97
|
|
524
|
-
|
|
525
|
-
## 6.2.0-canary.96
|
|
526
|
-
|
|
527
|
-
## 6.2.0-canary.95
|
|
528
|
-
|
|
529
|
-
## 6.2.0-canary.94
|
|
530
|
-
|
|
531
|
-
## 6.2.0-canary.93
|
|
532
|
-
|
|
533
|
-
## 6.2.0-canary.92
|
|
534
|
-
|
|
535
|
-
## 6.2.0-canary.91
|
|
536
|
-
|
|
537
|
-
## 6.2.0-canary.90
|
|
538
|
-
|
|
539
|
-
## 6.2.0-canary.89
|
|
540
|
-
|
|
541
|
-
## 6.2.0-canary.88
|
|
542
|
-
|
|
543
|
-
## 6.2.0-canary.87
|
|
544
|
-
|
|
545
|
-
## 6.2.0-canary.86
|
|
546
|
-
|
|
547
|
-
## 6.2.0-canary.85
|
|
548
|
-
|
|
549
|
-
## 6.2.0-canary.84
|
|
550
|
-
|
|
551
|
-
## 6.2.0-canary.83
|
|
552
|
-
|
|
553
|
-
## 6.2.0-canary.82
|
|
554
|
-
|
|
555
|
-
## 6.2.0-canary.81
|
|
556
|
-
|
|
557
|
-
## 6.2.0-canary.80
|
|
558
|
-
|
|
559
|
-
## 6.2.0-canary.79
|
|
560
|
-
|
|
561
|
-
## 6.2.0-canary.78
|
|
562
|
-
|
|
563
|
-
## 6.2.0-canary.77
|
|
564
|
-
|
|
565
|
-
## 6.2.0-canary.76
|
|
566
|
-
|
|
567
|
-
## 6.2.0-canary.75
|
|
568
|
-
|
|
569
|
-
## 6.2.0-canary.74
|
|
570
|
-
|
|
571
|
-
## 6.2.0-canary.73
|
|
572
|
-
|
|
573
|
-
## 6.2.0-canary.72
|
|
574
|
-
|
|
575
|
-
## 6.2.0-canary.71
|
|
576
|
-
|
|
577
|
-
## 6.2.0-canary.70
|
|
578
|
-
|
|
579
|
-
## 6.2.0-canary.69
|
|
580
|
-
|
|
581
|
-
## 6.2.0-canary.68
|
|
582
|
-
|
|
583
|
-
## 6.2.0-canary.67
|
|
584
|
-
|
|
585
|
-
## 6.2.0-canary.66
|
|
586
|
-
|
|
587
|
-
## 6.2.0-canary.65
|
|
588
|
-
|
|
589
|
-
## 6.2.0-canary.64
|
|
590
|
-
|
|
591
|
-
## 6.2.0-canary.63
|
|
592
|
-
|
|
593
|
-
## 6.2.0-canary.62
|
|
594
|
-
|
|
595
|
-
## 6.2.0-canary.61
|
|
596
|
-
|
|
597
|
-
## 6.2.0-canary.60
|
|
598
|
-
|
|
599
|
-
### Patch Changes
|
|
600
|
-
|
|
601
|
-
- [#1987](https://github.com/graphcommerce-org/graphcommerce/pull/1987) [`72564b3b7`](https://github.com/graphcommerce-org/graphcommerce/commit/72564b3b7e34745a0c99ddc353cc4dde1b3ff9d2) - Always show the shipping method form, even when it is stil loading ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
602
|
-
|
|
603
|
-
## 6.2.0-canary.59
|
|
604
|
-
|
|
605
|
-
## 6.2.0-canary.58
|
|
606
|
-
|
|
607
|
-
## 6.2.0-canary.57
|
|
608
|
-
|
|
609
|
-
## 6.2.0-canary.56
|
|
610
|
-
|
|
611
|
-
## 6.2.0-canary.55
|
|
612
|
-
|
|
613
|
-
## 6.2.0-canary.54
|
|
614
|
-
|
|
615
|
-
## 6.2.0-canary.53
|
|
616
|
-
|
|
617
|
-
## 6.2.0-canary.52
|
|
618
|
-
|
|
619
|
-
## 6.2.0-canary.51
|
|
620
|
-
|
|
621
|
-
## 6.2.0-canary.50
|
|
622
|
-
|
|
623
|
-
## 6.2.0-canary.49
|
|
624
|
-
|
|
625
|
-
## 6.2.0-canary.48
|
|
626
|
-
|
|
627
|
-
## 6.2.0-canary.47
|
|
628
|
-
|
|
629
|
-
## 6.2.0-canary.46
|
|
630
|
-
|
|
631
|
-
## 6.2.0-canary.45
|
|
632
|
-
|
|
633
|
-
## 6.2.0-canary.44
|
|
634
|
-
|
|
635
|
-
## 6.2.0-canary.43
|
|
636
|
-
|
|
637
|
-
## 6.2.0-canary.42
|
|
638
|
-
|
|
639
|
-
## 6.2.0-canary.41
|
|
640
|
-
|
|
641
|
-
## 6.2.0-canary.40
|
|
642
|
-
|
|
643
|
-
## 6.2.0-canary.39
|
|
644
|
-
|
|
645
|
-
## 6.2.0-canary.38
|
|
646
|
-
|
|
647
|
-
## 6.2.0-canary.37
|
|
648
|
-
|
|
649
|
-
## 6.2.0-canary.36
|
|
650
|
-
|
|
651
|
-
## 6.2.0-canary.35
|
|
652
|
-
|
|
653
|
-
## 6.2.0-canary.34
|
|
654
|
-
|
|
655
|
-
## 6.2.0-canary.33
|
|
656
|
-
|
|
657
|
-
## 6.2.0-canary.32
|
|
658
|
-
|
|
659
|
-
## 6.2.0-canary.31
|
|
660
|
-
|
|
661
|
-
## 6.2.0-canary.30
|
|
662
|
-
|
|
663
|
-
## 6.2.0-canary.29
|
|
664
|
-
|
|
665
|
-
## 6.2.0-canary.28
|
|
666
|
-
|
|
667
|
-
## 6.2.0-canary.27
|
|
668
|
-
|
|
669
|
-
## 6.2.0-canary.26
|
|
670
|
-
|
|
671
|
-
## 6.2.0-canary.25
|
|
672
|
-
|
|
673
|
-
## 6.2.0-canary.24
|
|
674
|
-
|
|
675
|
-
## 6.2.0-canary.23
|
|
676
|
-
|
|
677
|
-
## 6.2.0-canary.22
|
|
678
|
-
|
|
679
|
-
## 6.2.0-canary.21
|
|
680
|
-
|
|
681
|
-
## 6.2.0-canary.20
|
|
682
|
-
|
|
683
|
-
## 6.2.0-canary.19
|
|
684
|
-
|
|
685
|
-
### Patch Changes
|
|
686
|
-
|
|
687
|
-
- [#1935](https://github.com/graphcommerce-org/graphcommerce/pull/1935) [`9bba82de1`](https://github.com/graphcommerce-org/graphcommerce/commit/9bba82de1a47742bd3c97b3bf3e4017b214f401d) - Show shipping method placeholder when no shipping methods are available yet, to allow shipping method validation to work before an address is filled out ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
688
|
-
|
|
689
|
-
## 6.2.0-canary.18
|
|
690
|
-
|
|
691
|
-
## 6.2.0-canary.17
|
|
692
|
-
|
|
693
|
-
## 6.2.0-canary.16
|
|
694
|
-
|
|
695
|
-
## 6.2.0-canary.15
|
|
696
|
-
|
|
697
|
-
## 6.2.0-canary.14
|
|
698
|
-
|
|
699
|
-
## 6.2.0-canary.13
|
|
700
|
-
|
|
701
|
-
## 6.2.0-canary.12
|
|
702
|
-
|
|
703
|
-
## 6.2.0-canary.11
|
|
704
|
-
|
|
705
|
-
## 6.2.0-canary.10
|
|
706
|
-
|
|
707
|
-
## 6.2.0-canary.9
|
|
708
|
-
|
|
709
|
-
## 6.2.0-canary.8
|
|
710
|
-
|
|
711
|
-
## 6.2.0-canary.7
|
|
712
|
-
|
|
713
|
-
## 6.2.0-canary.6
|
|
714
|
-
|
|
715
|
-
## 6.1.1-canary.5
|
|
716
|
-
|
|
717
|
-
## 6.1.1-canary.4
|
|
718
|
-
|
|
719
|
-
## 6.1.1-canary.3
|
|
720
|
-
|
|
721
|
-
## 6.1.1-canary.2
|
|
722
|
-
|
|
723
|
-
## 6.1.1-canary.1
|
|
724
|
-
|
|
725
|
-
## 6.1.1-canary.0
|
|
726
|
-
|
|
727
|
-
## 6.1.0
|
|
728
|
-
|
|
729
|
-
## 6.0.2-canary.22
|
|
730
|
-
|
|
731
|
-
## 6.0.2-canary.21
|
|
732
|
-
|
|
733
|
-
## 6.0.2-canary.20
|
|
734
|
-
|
|
735
|
-
## 6.0.2-canary.19
|
|
736
|
-
|
|
737
|
-
## 6.0.2-canary.18
|
|
738
|
-
|
|
739
|
-
## 6.0.2-canary.17
|
|
740
|
-
|
|
741
|
-
## 6.0.2-canary.16
|
|
742
|
-
|
|
743
|
-
## 6.0.2-canary.15
|
|
744
|
-
|
|
745
|
-
## 6.0.2-canary.14
|
|
746
|
-
|
|
747
|
-
## 6.0.2-canary.13
|
|
748
|
-
|
|
749
|
-
## 6.0.2-canary.12
|
|
750
|
-
|
|
751
|
-
## 6.0.2-canary.11
|
|
752
|
-
|
|
753
|
-
## 6.0.2-canary.10
|
|
754
|
-
|
|
755
|
-
## 6.0.2-canary.9
|
|
756
|
-
|
|
757
|
-
## 6.0.2-canary.8
|
|
758
|
-
|
|
759
|
-
## 6.0.2-canary.7
|
|
760
|
-
|
|
761
|
-
## 6.0.2-canary.6
|
|
762
|
-
|
|
763
|
-
## 6.0.2-canary.5
|
|
764
|
-
|
|
765
|
-
## 6.0.2-canary.4
|
|
766
|
-
|
|
767
|
-
## 6.0.2-canary.3
|
|
768
|
-
|
|
769
|
-
## 6.0.2-canary.2
|
|
770
|
-
|
|
771
|
-
## 6.0.2-canary.1
|
|
772
|
-
|
|
773
|
-
## 6.0.2-canary.0
|
|
774
|
-
|
|
775
|
-
## 6.0.1
|
|
776
|
-
|
|
777
|
-
## 6.0.1-canary.7
|
|
778
|
-
|
|
779
|
-
## 6.0.1-canary.6
|
|
780
|
-
|
|
781
|
-
## 6.0.1-canary.5
|
|
782
|
-
|
|
783
|
-
## 6.0.1-canary.4
|
|
784
|
-
|
|
785
|
-
## 6.0.1-canary.3
|
|
786
|
-
|
|
787
|
-
## 6.0.1-canary.2
|
|
788
|
-
|
|
789
|
-
## 6.0.1-canary.1
|
|
790
|
-
|
|
791
|
-
## 6.0.1-canary.0
|
|
792
|
-
|
|
793
97
|
## 6.0.0
|
|
794
98
|
|
|
795
99
|
### Patch Changes
|
|
796
100
|
|
|
797
101
|
- [#1773](https://github.com/graphcommerce-org/graphcommerce/pull/1773) [`cf501ba04`](https://github.com/graphcommerce-org/graphcommerce/commit/cf501ba045d337f4693c9f90f6f756dc39fec478) - Shipping method prices would show the wrong tax value. ([@paales](https://github.com/paales))
|
|
798
102
|
|
|
799
|
-
## 6.0.0-canary.54
|
|
800
|
-
|
|
801
|
-
## 6.0.0-canary.53
|
|
802
|
-
|
|
803
|
-
## 6.0.0-canary.52
|
|
804
|
-
|
|
805
|
-
## 6.0.0-canary.51
|
|
806
|
-
|
|
807
|
-
## 6.0.0-canary.50
|
|
808
|
-
|
|
809
|
-
## 6.0.0-canary.49
|
|
810
|
-
|
|
811
|
-
## 6.0.0-canary.48
|
|
812
|
-
|
|
813
|
-
## 6.0.0-canary.47
|
|
814
|
-
|
|
815
|
-
## 6.0.0-canary.46
|
|
816
|
-
|
|
817
|
-
## 6.0.0-canary.45
|
|
818
|
-
|
|
819
|
-
## 6.0.0-canary.44
|
|
820
|
-
|
|
821
|
-
## 6.0.0-canary.43
|
|
822
|
-
|
|
823
|
-
## 6.0.0-canary.42
|
|
824
|
-
|
|
825
|
-
## 6.0.0-canary.41
|
|
826
|
-
|
|
827
|
-
## 6.0.0-canary.40
|
|
828
|
-
|
|
829
|
-
## 6.0.0-canary.39
|
|
830
|
-
|
|
831
|
-
## 6.0.0-canary.38
|
|
832
|
-
|
|
833
|
-
## 6.0.0-canary.37
|
|
834
|
-
|
|
835
|
-
## 6.0.0-canary.36
|
|
836
|
-
|
|
837
|
-
## 6.0.0-canary.35
|
|
838
|
-
|
|
839
|
-
## 6.0.0-canary.34
|
|
840
|
-
|
|
841
|
-
## 6.0.0-canary.33
|
|
842
|
-
|
|
843
|
-
## 6.0.0-canary.32
|
|
844
|
-
|
|
845
|
-
## 6.0.0-canary.31
|
|
846
|
-
|
|
847
|
-
## 6.0.0-canary.30
|
|
848
|
-
|
|
849
|
-
## 6.0.0-canary.29
|
|
850
|
-
|
|
851
|
-
## 6.0.0-canary.28
|
|
852
|
-
|
|
853
|
-
## 6.0.0-canary.27
|
|
854
|
-
|
|
855
|
-
## 6.0.0-canary.26
|
|
856
|
-
|
|
857
|
-
## 6.0.0-canary.25
|
|
858
|
-
|
|
859
|
-
## 6.0.0-canary.24
|
|
860
|
-
|
|
861
|
-
## 6.0.0-canary.23
|
|
862
|
-
|
|
863
|
-
## 6.0.0-canary.22
|
|
864
|
-
|
|
865
|
-
## 6.0.0-canary.21
|
|
866
|
-
|
|
867
|
-
## 6.0.0-canary.20
|
|
868
|
-
|
|
869
|
-
## 5.2.0-canary.19
|
|
870
|
-
|
|
871
|
-
## 5.2.0-canary.18
|
|
872
|
-
|
|
873
|
-
## 5.2.0-canary.17
|
|
874
|
-
|
|
875
|
-
## 5.2.0-canary.16
|
|
876
|
-
|
|
877
|
-
## 5.2.0-canary.15
|
|
878
|
-
|
|
879
|
-
## 5.2.0-canary.14
|
|
880
|
-
|
|
881
|
-
## 5.2.0-canary.13
|
|
882
|
-
|
|
883
|
-
## 5.2.0-canary.12
|
|
884
|
-
|
|
885
|
-
## 5.2.0-canary.11
|
|
886
|
-
|
|
887
|
-
## 5.2.0-canary.10
|
|
888
|
-
|
|
889
|
-
## 5.2.0-canary.9
|
|
890
|
-
|
|
891
|
-
## 5.2.0-canary.8
|
|
892
|
-
|
|
893
|
-
## 5.2.0-canary.7
|
|
894
|
-
|
|
895
|
-
## 5.2.0-canary.6
|
|
896
|
-
|
|
897
|
-
## 5.2.0-canary.5
|
|
898
|
-
|
|
899
|
-
## 5.2.0-canary.4
|
|
900
|
-
|
|
901
|
-
### Patch Changes
|
|
902
|
-
|
|
903
|
-
- [#1773](https://github.com/graphcommerce-org/graphcommerce/pull/1773) [`cf501ba04`](https://github.com/graphcommerce-org/graphcommerce/commit/cf501ba045d337f4693c9f90f6f756dc39fec478) - Solve issue where the shipping method price is shown with the wrong tax. ([@paales](https://github.com/paales))
|
|
904
|
-
|
|
905
|
-
## 5.2.0-canary.3
|
|
906
|
-
|
|
907
|
-
## 5.2.0-canary.2
|
|
908
|
-
|
|
909
|
-
## 5.2.0-canary.1
|
|
910
|
-
|
|
911
|
-
## 5.2.0-canary.0
|
|
912
|
-
|
|
913
|
-
## 5.1.1
|
|
914
|
-
|
|
915
|
-
## 5.1.1-canary.1
|
|
916
|
-
|
|
917
|
-
## 5.1.1-canary.0
|
|
918
|
-
|
|
919
103
|
## 5.1.0
|
|
920
104
|
|
|
921
105
|
### Patch Changes
|
|
@@ -927,105 +111,18 @@
|
|
|
927
111
|
- Upgraded dependencies including type-fest and graphql-mesh
|
|
928
112
|
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
929
113
|
|
|
930
|
-
## 5.1.0-canary.11
|
|
931
|
-
|
|
932
|
-
## 5.1.0-canary.10
|
|
933
|
-
|
|
934
|
-
## 5.1.0-canary.9
|
|
935
|
-
|
|
936
|
-
## 5.1.0-canary.8
|
|
937
|
-
|
|
938
|
-
## 5.1.0-canary.7
|
|
939
|
-
|
|
940
|
-
## 5.1.0-canary.6
|
|
941
|
-
|
|
942
|
-
## 5.1.0-canary.5
|
|
943
|
-
|
|
944
|
-
## 5.1.0-canary.4
|
|
945
|
-
|
|
946
|
-
## 5.1.0-canary.3
|
|
947
|
-
|
|
948
|
-
### Patch Changes
|
|
949
|
-
|
|
950
|
-
- [#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.
|
|
951
|
-
|
|
952
|
-
- Updated the @mui/material package
|
|
953
|
-
- Removed dependencies on react-hook-form-mui and @playwright/test
|
|
954
|
-
- Upgraded dependencies including type-fest and graphql-mesh
|
|
955
|
-
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
956
|
-
|
|
957
|
-
## 5.1.0-canary.2
|
|
958
|
-
|
|
959
|
-
## 5.1.0-canary.1
|
|
960
|
-
|
|
961
|
-
## 5.1.0-canary.0
|
|
962
|
-
|
|
963
114
|
## 5.0.0
|
|
964
115
|
|
|
965
116
|
### Major Changes
|
|
966
117
|
|
|
967
118
|
- [#1734](https://github.com/graphcommerce-org/graphcommerce/pull/1734) [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@github-actions](https://github.com/apps/github-actions))
|
|
968
119
|
|
|
969
|
-
## 5.0.0-canary.14
|
|
970
|
-
|
|
971
|
-
## 5.0.0-canary.13
|
|
972
|
-
|
|
973
|
-
### Major Changes
|
|
974
|
-
|
|
975
|
-
- [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@paales](https://github.com/paales))
|
|
976
|
-
|
|
977
|
-
## 4.14.0-canary.12
|
|
978
|
-
|
|
979
|
-
## 4.14.0-canary.11
|
|
980
|
-
|
|
981
|
-
## 4.14.0-canary.10
|
|
982
|
-
|
|
983
|
-
## 4.14.0-canary.9
|
|
984
|
-
|
|
985
|
-
## 4.14.0-canary.8
|
|
986
|
-
|
|
987
|
-
## 4.14.0-canary.7
|
|
988
|
-
|
|
989
|
-
## 4.14.0-canary.6
|
|
990
|
-
|
|
991
|
-
## 4.14.0-canary.5
|
|
992
|
-
|
|
993
|
-
## 4.14.0-canary.4
|
|
994
|
-
|
|
995
|
-
## 4.14.0-canary.3
|
|
996
|
-
|
|
997
|
-
## 4.14.0-canary.2
|
|
998
|
-
|
|
999
|
-
## 4.13.2-canary.1
|
|
1000
|
-
|
|
1001
|
-
## 4.13.2-canary.0
|
|
1002
|
-
|
|
1003
|
-
## 4.13.3
|
|
1004
|
-
|
|
1005
|
-
## 4.13.2
|
|
1006
|
-
|
|
1007
|
-
## 4.13.1
|
|
1008
|
-
|
|
1009
|
-
## 4.13.1-canary.2
|
|
1010
|
-
|
|
1011
|
-
## 4.13.1-canary.1
|
|
1012
|
-
|
|
1013
|
-
## 4.13.1-canary.0
|
|
1014
|
-
|
|
1015
120
|
## 4.13.0
|
|
1016
121
|
|
|
1017
122
|
### Patch Changes
|
|
1018
123
|
|
|
1019
124
|
- [#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
|
|
1020
125
|
|
|
1021
|
-
## 4.13.0-canary.1
|
|
1022
|
-
|
|
1023
|
-
### Patch Changes
|
|
1024
|
-
|
|
1025
|
-
- [`abb15ef4a`](https://github.com/graphcommerce-org/graphcommerce/commit/abb15ef4a79b12eddb32cc006e5d1d31dd06ac2d) Thanks [@paales](https://github.com/paales)! - Added canary releases to GraphCommerce
|
|
1026
|
-
|
|
1027
|
-
## 4.13.0-canary.0
|
|
1028
|
-
|
|
1029
126
|
## 3.7.9
|
|
1030
127
|
|
|
1031
128
|
### Patch Changes
|
|
@@ -1620,7 +717,7 @@
|
|
|
1620
717
|
All occurences of `<Trans>` and `t` need to be replaced:
|
|
1621
718
|
|
|
1622
719
|
```tsx
|
|
1623
|
-
import {
|
|
720
|
+
import { t, Trans } from '@lingui/macro'
|
|
1624
721
|
|
|
1625
722
|
function MyComponent() {
|
|
1626
723
|
const foo = 'bar'
|
|
@@ -1635,8 +732,8 @@
|
|
|
1635
732
|
Needs to be replaced with:
|
|
1636
733
|
|
|
1637
734
|
```tsx
|
|
1638
|
-
import { Trans } from '@lingui/react'
|
|
1639
735
|
import { i18n } from '@lingui/core'
|
|
736
|
+
import { Trans } from '@lingui/react'
|
|
1640
737
|
|
|
1641
738
|
function MyComponent() {
|
|
1642
739
|
const foo = 'bar'
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ActionCardItemRenderProps } from '@graphcommerce/ecommerce-ui'
|
|
1
|
+
import type { ActionCardItemRenderProps } from '@graphcommerce/ecommerce-ui'
|
|
2
2
|
import { useDisplayInclTax } from '@graphcommerce/magento-cart/hooks'
|
|
3
3
|
import { Money } from '@graphcommerce/magento-store'
|
|
4
4
|
import { ActionCard } from '@graphcommerce/next-ui'
|
|
5
5
|
import { Trans } from '@lingui/react'
|
|
6
6
|
import { Button, Chip } from '@mui/material'
|
|
7
|
-
import { AvailableShippingMethodFragment } from '
|
|
7
|
+
import type { AvailableShippingMethodFragment } from './AvailableShippingMethod.gql'
|
|
8
8
|
|
|
9
|
-
type ShippingMethodActionCardProps = ActionCardItemRenderProps<
|
|
9
|
+
export type ShippingMethodActionCardProps = ActionCardItemRenderProps<
|
|
10
10
|
AvailableShippingMethodFragment | null | undefined
|
|
11
11
|
>
|
|
12
12
|
|
|
@@ -1,33 +1,29 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
ActionCardItemRenderProps,
|
|
4
|
-
ActionCardListForm,
|
|
5
|
-
} from '@graphcommerce/ecommerce-ui'
|
|
1
|
+
import type { ActionCardItemBase, ActionCardItemRenderProps } from '@graphcommerce/ecommerce-ui'
|
|
2
|
+
import { ActionCardListForm } from '@graphcommerce/ecommerce-ui'
|
|
6
3
|
import {
|
|
7
4
|
ApolloCartErrorAlert,
|
|
8
5
|
useCartQuery,
|
|
9
6
|
useFormGqlMutationCart,
|
|
10
7
|
} from '@graphcommerce/magento-cart'
|
|
11
8
|
import { Form, FormHeader } from '@graphcommerce/next-ui'
|
|
9
|
+
import type { UseFormComposeOptions, UseFormGraphQlOptions } from '@graphcommerce/react-hook-form'
|
|
12
10
|
import {
|
|
13
11
|
FormAutoSubmit,
|
|
14
12
|
FormProvider,
|
|
15
13
|
useFormCompose,
|
|
16
|
-
UseFormComposeOptions,
|
|
17
|
-
UseFormGraphQlOptions,
|
|
18
14
|
useWatch,
|
|
19
15
|
} from '@graphcommerce/react-hook-form'
|
|
20
16
|
import { i18n } from '@lingui/core'
|
|
21
17
|
import { Trans } from '@lingui/react'
|
|
22
|
-
import { SxProps, Theme } from '@mui/material'
|
|
18
|
+
import type { SxProps, Theme } from '@mui/material'
|
|
23
19
|
import { useEffect, useMemo } from 'react'
|
|
24
20
|
import { GetShippingMethodsDocument } from './GetShippingMethods.gql'
|
|
25
21
|
import { ShippingMethodActionCard } from './ShippingMethodActionCard'
|
|
26
|
-
import {
|
|
27
|
-
ShippingMethodFormDocument,
|
|
22
|
+
import type {
|
|
28
23
|
ShippingMethodFormMutation,
|
|
29
24
|
ShippingMethodFormMutationVariables,
|
|
30
25
|
} from './ShippingMethodForm.gql'
|
|
26
|
+
import { ShippingMethodFormDocument } from './ShippingMethodForm.gql'
|
|
31
27
|
|
|
32
28
|
export type ShippingMethodFormProps = Pick<UseFormComposeOptions, 'step'> & {
|
|
33
29
|
sx?: SxProps<Theme>
|
|
@@ -61,6 +57,7 @@ export function ShippingMethodForm(props: ShippingMethodFormProps) {
|
|
|
61
57
|
...method,
|
|
62
58
|
disabled: !method?.available,
|
|
63
59
|
value: `${method?.carrier_code}-${method?.method_code ?? ''}`,
|
|
60
|
+
method_title: method?.method_title || '',
|
|
64
61
|
})),
|
|
65
62
|
[availableMethods],
|
|
66
63
|
)
|
|
@@ -149,6 +146,7 @@ export function ShippingMethodForm(props: ShippingMethodFormProps) {
|
|
|
149
146
|
)
|
|
150
147
|
}
|
|
151
148
|
|
|
149
|
+
/** @public */
|
|
152
150
|
export function useShippingMethod() {
|
|
153
151
|
return useWatch<{ carrierMethod?: string }>({ name: 'carrierMethod' })
|
|
154
152
|
}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-cart-shipping-method",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.0
|
|
5
|
+
"version": "9.0.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,23 +12,23 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/ecommerce-ui": "^9.0.0
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.0
|
|
17
|
-
"@graphcommerce/framer-scroller": "^9.0.0
|
|
18
|
-
"@graphcommerce/graphql": "^9.0.0
|
|
19
|
-
"@graphcommerce/image": "^9.0.0
|
|
20
|
-
"@graphcommerce/magento-cart": "^9.0.0
|
|
21
|
-
"@graphcommerce/magento-cart-shipping-address": "^9.0.0
|
|
22
|
-
"@graphcommerce/magento-store": "^9.0.0
|
|
23
|
-
"@graphcommerce/next-ui": "^9.0.0
|
|
24
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.0
|
|
25
|
-
"@graphcommerce/react-hook-form": "^9.0.0
|
|
26
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.0
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^9.0.0",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.0",
|
|
17
|
+
"@graphcommerce/framer-scroller": "^9.0.0",
|
|
18
|
+
"@graphcommerce/graphql": "^9.0.0",
|
|
19
|
+
"@graphcommerce/image": "^9.0.0",
|
|
20
|
+
"@graphcommerce/magento-cart": "^9.0.0",
|
|
21
|
+
"@graphcommerce/magento-cart-shipping-address": "^9.0.0",
|
|
22
|
+
"@graphcommerce/magento-store": "^9.0.0",
|
|
23
|
+
"@graphcommerce/next-ui": "^9.0.0",
|
|
24
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0",
|
|
25
|
+
"@graphcommerce/react-hook-form": "^9.0.0",
|
|
26
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.0",
|
|
27
27
|
"@lingui/core": "^4.2.1",
|
|
28
28
|
"@lingui/macro": "^4.2.1",
|
|
29
29
|
"@lingui/react": "^4.2.1",
|
|
30
30
|
"@mui/material": "^5.10.16",
|
|
31
|
-
"framer-motion": "^
|
|
31
|
+
"framer-motion": "^11.0.0",
|
|
32
32
|
"next": "*",
|
|
33
33
|
"react": "^18.2.0",
|
|
34
34
|
"react-dom": "^18.2.0"
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
import { useDisplayInclTax } from '@graphcommerce/magento-cart'
|
|
2
|
-
import { Money } from '@graphcommerce/magento-store'
|
|
3
|
-
import { ToggleButton, ToggleButtonProps, extendableComponent } from '@graphcommerce/next-ui'
|
|
4
|
-
import { Trans } from '@lingui/react'
|
|
5
|
-
import { Box, FormHelperText } from '@mui/material'
|
|
6
|
-
import React from 'react'
|
|
7
|
-
import type { SetOptional } from 'type-fest'
|
|
8
|
-
import { AvailableShippingMethodFragment } from './AvailableShippingMethod.gql'
|
|
9
|
-
|
|
10
|
-
export type AvailableShippingMethodProps = SetOptional<AvailableShippingMethodFragment, 'amount'> &
|
|
11
|
-
Omit<ToggleButtonProps, 'size'>
|
|
12
|
-
|
|
13
|
-
type OwnerProps = {
|
|
14
|
-
free?: boolean
|
|
15
|
-
error?: boolean
|
|
16
|
-
}
|
|
17
|
-
const name = 'AvailableShippingMethod' as const
|
|
18
|
-
const parts = ['root', 'title', 'additional', 'error', 'amount'] as const
|
|
19
|
-
const { withState } = extendableComponent<OwnerProps, typeof name, typeof parts>(name, parts)
|
|
20
|
-
|
|
21
|
-
export const AvailableShippingMethod = React.forwardRef(
|
|
22
|
-
(props: AvailableShippingMethodProps, ref) => {
|
|
23
|
-
const {
|
|
24
|
-
price_excl_tax,
|
|
25
|
-
price_incl_tax,
|
|
26
|
-
available,
|
|
27
|
-
disabled,
|
|
28
|
-
carrier_code,
|
|
29
|
-
carrier_title,
|
|
30
|
-
error_message,
|
|
31
|
-
method_code,
|
|
32
|
-
method_title,
|
|
33
|
-
children,
|
|
34
|
-
sx = [],
|
|
35
|
-
...toggleProps
|
|
36
|
-
} = props
|
|
37
|
-
|
|
38
|
-
const amount = useDisplayInclTax() ? price_incl_tax : price_excl_tax
|
|
39
|
-
|
|
40
|
-
const classes = withState({
|
|
41
|
-
free: amount?.value === 0,
|
|
42
|
-
error: !!error_message,
|
|
43
|
-
})
|
|
44
|
-
|
|
45
|
-
return (
|
|
46
|
-
<ToggleButton
|
|
47
|
-
{...toggleProps}
|
|
48
|
-
className={classes.root}
|
|
49
|
-
ref={ref}
|
|
50
|
-
disabled={!available}
|
|
51
|
-
size='large'
|
|
52
|
-
color='secondary'
|
|
53
|
-
sx={[
|
|
54
|
-
(theme) => ({
|
|
55
|
-
typography: 'body2',
|
|
56
|
-
textAlign: 'left',
|
|
57
|
-
justifyContent: 'space-between',
|
|
58
|
-
alignItems: 'normal',
|
|
59
|
-
display: 'grid',
|
|
60
|
-
gridTemplate: `
|
|
61
|
-
"title amount"
|
|
62
|
-
"additional additional"
|
|
63
|
-
"error error"
|
|
64
|
-
`,
|
|
65
|
-
gridTemplateColumns: 'auto min-content',
|
|
66
|
-
columnGap: theme.spacings.xxs,
|
|
67
|
-
}),
|
|
68
|
-
...(Array.isArray(sx) ? sx : [sx]),
|
|
69
|
-
]}
|
|
70
|
-
>
|
|
71
|
-
<Box
|
|
72
|
-
className={classes.title}
|
|
73
|
-
sx={{
|
|
74
|
-
typography: 'subtitle1',
|
|
75
|
-
gridArea: 'title',
|
|
76
|
-
}}
|
|
77
|
-
>
|
|
78
|
-
{carrier_title} {method_title}
|
|
79
|
-
</Box>
|
|
80
|
-
|
|
81
|
-
<Box
|
|
82
|
-
className={classes.amount}
|
|
83
|
-
sx={{
|
|
84
|
-
gridArea: 'amount',
|
|
85
|
-
typography: 'subtitle2',
|
|
86
|
-
'&.free': {
|
|
87
|
-
color: 'success.main',
|
|
88
|
-
},
|
|
89
|
-
}}
|
|
90
|
-
>
|
|
91
|
-
{amount?.value === 0 ? <Trans id='Free' /> : <Money {...amount} />}
|
|
92
|
-
</Box>
|
|
93
|
-
|
|
94
|
-
{error_message ? (
|
|
95
|
-
<FormHelperText
|
|
96
|
-
className={classes.error}
|
|
97
|
-
disabled={!available}
|
|
98
|
-
variant='standard'
|
|
99
|
-
sx={{ gridArea: 'error' }}
|
|
100
|
-
>
|
|
101
|
-
{error_message}
|
|
102
|
-
</FormHelperText>
|
|
103
|
-
) : (
|
|
104
|
-
children && (
|
|
105
|
-
<Box
|
|
106
|
-
className={classes.additional}
|
|
107
|
-
sx={{ typography: 'body2', gridArea: 'additional' }}
|
|
108
|
-
>
|
|
109
|
-
{children}
|
|
110
|
-
</Box>
|
|
111
|
-
)
|
|
112
|
-
)}
|
|
113
|
-
</ToggleButton>
|
|
114
|
-
)
|
|
115
|
-
},
|
|
116
|
-
)
|
/package/{AvailableShippingMethod → components/ShippingMethodForm}/AvailableShippingMethod.graphql
RENAMED
|
File without changes
|