@graphcommerce/magento-cart-shipping-method 9.0.0-canary.99 → 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 -938
- 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,172 +1,72 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 9.0.0
|
|
4
|
-
|
|
5
|
-
## 9.0.0-canary.98
|
|
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
|
-
## 9.0.0-canary.81
|
|
40
|
-
|
|
41
|
-
## 9.0.0-canary.80
|
|
3
|
+
## 9.0.0
|
|
42
4
|
|
|
43
5
|
### Minor Changes
|
|
44
6
|
|
|
45
|
-
- [#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))
|
|
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
|
-
## 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))
|
|
70
8
|
|
|
71
9
|
### Patch Changes
|
|
72
10
|
|
|
73
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))
|
|
74
12
|
|
|
75
|
-
|
|
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
|
|
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.40
|
|
130
|
-
|
|
131
|
-
## 8.1.0-canary.39
|
|
132
|
-
|
|
133
|
-
## 8.1.0-canary.38
|
|
134
|
-
|
|
135
|
-
## 8.1.0-canary.37
|
|
136
|
-
|
|
137
|
-
## 8.1.0-canary.36
|
|
138
|
-
|
|
139
|
-
## 8.1.0-canary.35
|
|
140
|
-
|
|
141
|
-
## 8.1.0-canary.34
|
|
142
|
-
|
|
143
|
-
## 8.1.0-canary.33
|
|
43
|
+
### Patch Changes
|
|
144
44
|
|
|
145
|
-
|
|
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))
|
|
146
46
|
|
|
147
|
-
|
|
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))
|
|
148
48
|
|
|
149
|
-
##
|
|
49
|
+
## 9.0.0-canary.107
|
|
150
50
|
|
|
151
|
-
##
|
|
51
|
+
## 9.0.0-canary.106
|
|
152
52
|
|
|
153
|
-
##
|
|
53
|
+
## 9.0.0-canary.105
|
|
154
54
|
|
|
155
|
-
##
|
|
55
|
+
## 9.0.0-canary.104
|
|
156
56
|
|
|
157
|
-
##
|
|
57
|
+
## 9.0.0-canary.103
|
|
158
58
|
|
|
159
|
-
##
|
|
59
|
+
## 9.0.0-canary.80
|
|
160
60
|
|
|
161
|
-
|
|
61
|
+
### Minor Changes
|
|
162
62
|
|
|
163
|
-
|
|
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))
|
|
164
64
|
|
|
165
|
-
##
|
|
65
|
+
## 9.0.0-canary.68
|
|
166
66
|
|
|
167
|
-
|
|
67
|
+
### Patch Changes
|
|
168
68
|
|
|
169
|
-
|
|
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))
|
|
170
70
|
|
|
171
71
|
## 8.1.0-canary.19
|
|
172
72
|
|
|
@@ -174,116 +74,12 @@
|
|
|
174
74
|
|
|
175
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))
|
|
176
76
|
|
|
177
|
-
## 8.1.0-canary.18
|
|
178
|
-
|
|
179
|
-
## 8.1.0-canary.17
|
|
180
|
-
|
|
181
|
-
## 8.1.0-canary.16
|
|
182
|
-
|
|
183
|
-
## 8.1.0-canary.15
|
|
184
|
-
|
|
185
|
-
## 8.1.0-canary.14
|
|
186
|
-
|
|
187
|
-
## 8.1.0-canary.13
|
|
188
|
-
|
|
189
|
-
## 8.1.0-canary.12
|
|
190
|
-
|
|
191
|
-
## 8.1.0-canary.11
|
|
192
|
-
|
|
193
|
-
## 8.1.0-canary.10
|
|
194
|
-
|
|
195
|
-
## 8.1.0-canary.9
|
|
196
|
-
|
|
197
|
-
## 8.1.0-canary.8
|
|
198
|
-
|
|
199
|
-
## 8.1.0-canary.7
|
|
200
|
-
|
|
201
|
-
## 8.1.0-canary.6
|
|
202
|
-
|
|
203
|
-
## 8.1.0-canary.5
|
|
204
|
-
|
|
205
|
-
## 8.0.6-canary.4
|
|
206
|
-
|
|
207
|
-
## 8.0.6-canary.3
|
|
208
|
-
|
|
209
77
|
## 8.0.6-canary.2
|
|
210
78
|
|
|
211
79
|
### Patch Changes
|
|
212
80
|
|
|
213
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))
|
|
214
82
|
|
|
215
|
-
## 8.0.6-canary.1
|
|
216
|
-
|
|
217
|
-
## 8.0.6-canary.0
|
|
218
|
-
|
|
219
|
-
## 8.0.5
|
|
220
|
-
|
|
221
|
-
## 8.0.5-canary.10
|
|
222
|
-
|
|
223
|
-
## 8.0.5-canary.9
|
|
224
|
-
|
|
225
|
-
## 8.0.5-canary.8
|
|
226
|
-
|
|
227
|
-
## 8.0.5-canary.7
|
|
228
|
-
|
|
229
|
-
## 8.0.5-canary.6
|
|
230
|
-
|
|
231
|
-
## 8.0.5-canary.5
|
|
232
|
-
|
|
233
|
-
## 8.0.5-canary.4
|
|
234
|
-
|
|
235
|
-
## 8.0.5-canary.3
|
|
236
|
-
|
|
237
|
-
## 8.0.5-canary.2
|
|
238
|
-
|
|
239
|
-
## 8.0.5-canary.1
|
|
240
|
-
|
|
241
|
-
## 8.0.5-canary.0
|
|
242
|
-
|
|
243
|
-
## 8.0.4
|
|
244
|
-
|
|
245
|
-
## 8.0.4-canary.1
|
|
246
|
-
|
|
247
|
-
## 8.0.4-canary.0
|
|
248
|
-
|
|
249
|
-
## 8.0.3
|
|
250
|
-
|
|
251
|
-
## 8.0.3-canary.6
|
|
252
|
-
|
|
253
|
-
## 8.0.3-canary.5
|
|
254
|
-
|
|
255
|
-
## 8.0.3-canary.4
|
|
256
|
-
|
|
257
|
-
## 8.0.3-canary.3
|
|
258
|
-
|
|
259
|
-
## 8.0.3-canary.2
|
|
260
|
-
|
|
261
|
-
## 8.0.3-canary.1
|
|
262
|
-
|
|
263
|
-
## 8.0.3-canary.0
|
|
264
|
-
|
|
265
|
-
## 8.0.2
|
|
266
|
-
|
|
267
|
-
## 8.0.2-canary.3
|
|
268
|
-
|
|
269
|
-
## 8.0.2-canary.2
|
|
270
|
-
|
|
271
|
-
## 8.0.2-canary.1
|
|
272
|
-
|
|
273
|
-
## 8.0.2-canary.0
|
|
274
|
-
|
|
275
|
-
## 8.0.1
|
|
276
|
-
|
|
277
|
-
## 8.0.1-canary.4
|
|
278
|
-
|
|
279
|
-
## 8.0.1-canary.3
|
|
280
|
-
|
|
281
|
-
## 8.0.1-canary.2
|
|
282
|
-
|
|
283
|
-
## 8.0.1-canary.1
|
|
284
|
-
|
|
285
|
-
## 8.0.1-canary.0
|
|
286
|
-
|
|
287
83
|
## 8.0.0
|
|
288
84
|
|
|
289
85
|
### Patch Changes
|
|
@@ -292,632 +88,18 @@
|
|
|
292
88
|
|
|
293
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))
|
|
294
90
|
|
|
295
|
-
## 8.0.0-canary.100
|
|
296
|
-
|
|
297
|
-
## 8.0.0-canary.99
|
|
298
|
-
|
|
299
|
-
## 8.0.0-canary.98
|
|
300
|
-
|
|
301
|
-
## 8.0.0-canary.97
|
|
302
|
-
|
|
303
|
-
## 8.0.0-canary.96
|
|
304
|
-
|
|
305
|
-
## 8.0.0-canary.95
|
|
306
|
-
|
|
307
|
-
## 8.0.0-canary.94
|
|
308
|
-
|
|
309
|
-
## 8.0.0-canary.93
|
|
310
|
-
|
|
311
|
-
## 8.0.0-canary.92
|
|
312
|
-
|
|
313
|
-
## 8.0.0-canary.91
|
|
314
|
-
|
|
315
|
-
## 8.0.0-canary.90
|
|
316
|
-
|
|
317
|
-
## 8.0.0-canary.89
|
|
318
|
-
|
|
319
|
-
## 8.0.0-canary.88
|
|
320
|
-
|
|
321
|
-
## 8.0.0-canary.87
|
|
322
|
-
|
|
323
|
-
## 8.0.0-canary.86
|
|
324
|
-
|
|
325
|
-
## 8.0.0-canary.85
|
|
326
|
-
|
|
327
|
-
## 8.0.0-canary.84
|
|
328
|
-
|
|
329
|
-
## 8.0.0-canary.83
|
|
330
|
-
|
|
331
|
-
## 8.0.0-canary.82
|
|
332
|
-
|
|
333
|
-
## 8.0.0-canary.81
|
|
334
|
-
|
|
335
|
-
## 8.0.0-canary.80
|
|
336
|
-
|
|
337
|
-
## 8.0.0-canary.79
|
|
338
|
-
|
|
339
|
-
## 8.0.0-canary.78
|
|
340
|
-
|
|
341
|
-
## 8.0.0-canary.77
|
|
342
|
-
|
|
343
|
-
## 8.0.0-canary.76
|
|
344
|
-
|
|
345
|
-
## 8.0.0-canary.75
|
|
346
|
-
|
|
347
|
-
## 8.0.0-canary.74
|
|
348
|
-
|
|
349
|
-
## 8.0.0-canary.73
|
|
350
|
-
|
|
351
|
-
## 8.0.0-canary.72
|
|
352
|
-
|
|
353
|
-
## 8.0.0-canary.71
|
|
354
|
-
|
|
355
|
-
## 8.0.0-canary.70
|
|
356
|
-
|
|
357
|
-
## 8.0.0-canary.69
|
|
358
|
-
|
|
359
|
-
## 7.1.0-canary.68
|
|
360
|
-
|
|
361
|
-
## 7.1.0-canary.67
|
|
362
|
-
|
|
363
|
-
## 7.1.0-canary.66
|
|
364
|
-
|
|
365
|
-
## 7.1.0-canary.65
|
|
366
|
-
|
|
367
|
-
## 7.1.0-canary.64
|
|
368
|
-
|
|
369
|
-
## 7.1.0-canary.63
|
|
370
|
-
|
|
371
|
-
## 7.1.0-canary.62
|
|
372
|
-
|
|
373
|
-
## 7.1.0-canary.61
|
|
374
|
-
|
|
375
|
-
## 7.1.0-canary.60
|
|
376
|
-
|
|
377
|
-
## 7.1.0-canary.59
|
|
378
|
-
|
|
379
|
-
## 7.1.0-canary.58
|
|
380
|
-
|
|
381
|
-
## 7.1.0-canary.57
|
|
382
|
-
|
|
383
|
-
## 7.1.0-canary.56
|
|
384
|
-
|
|
385
|
-
## 7.1.0-canary.55
|
|
386
|
-
|
|
387
|
-
## 7.1.0-canary.54
|
|
388
|
-
|
|
389
|
-
## 7.1.0-canary.53
|
|
390
|
-
|
|
391
|
-
## 7.1.0-canary.52
|
|
392
|
-
|
|
393
|
-
## 7.1.0-canary.51
|
|
394
|
-
|
|
395
|
-
## 7.1.0-canary.50
|
|
396
|
-
|
|
397
|
-
## 7.1.0-canary.49
|
|
398
|
-
|
|
399
|
-
### Patch Changes
|
|
400
|
-
|
|
401
|
-
- [#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))
|
|
402
|
-
|
|
403
|
-
## 7.1.0-canary.48
|
|
404
|
-
|
|
405
|
-
## 7.1.0-canary.47
|
|
406
|
-
|
|
407
|
-
## 7.1.0-canary.46
|
|
408
|
-
|
|
409
|
-
## 7.1.0-canary.45
|
|
410
|
-
|
|
411
|
-
## 7.1.0-canary.38
|
|
412
|
-
|
|
413
|
-
## 7.1.0-canary.37
|
|
414
|
-
|
|
415
|
-
## 7.1.0-canary.36
|
|
416
|
-
|
|
417
|
-
## 7.1.0-canary.35
|
|
418
|
-
|
|
419
|
-
## 7.1.0-canary.34
|
|
420
|
-
|
|
421
|
-
## 7.1.0-canary.33
|
|
422
|
-
|
|
423
|
-
## 7.1.0-canary.32
|
|
424
|
-
|
|
425
|
-
## 7.1.0-canary.31
|
|
426
|
-
|
|
427
|
-
## 7.1.0-canary.30
|
|
428
|
-
|
|
429
|
-
## 7.1.0-canary.29
|
|
430
|
-
|
|
431
|
-
## 7.1.0-canary.28
|
|
432
|
-
|
|
433
|
-
## 7.1.0-canary.27
|
|
434
|
-
|
|
435
|
-
## 7.1.0-canary.26
|
|
436
|
-
|
|
437
|
-
## 7.1.0-canary.25
|
|
438
|
-
|
|
439
|
-
## 7.1.0-canary.24
|
|
440
|
-
|
|
441
|
-
## 7.1.0-canary.23
|
|
442
|
-
|
|
443
|
-
## 7.1.0-canary.22
|
|
444
|
-
|
|
445
|
-
## 7.1.0-canary.21
|
|
446
|
-
|
|
447
|
-
### Patch Changes
|
|
448
|
-
|
|
449
|
-
- [#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))
|
|
450
|
-
|
|
451
|
-
## 7.1.0-canary.20
|
|
452
|
-
|
|
453
|
-
## 7.1.0-canary.19
|
|
454
|
-
|
|
455
|
-
## 7.1.0-canary.18
|
|
456
|
-
|
|
457
|
-
## 7.1.0-canary.17
|
|
458
|
-
|
|
459
|
-
## 7.1.0-canary.16
|
|
460
|
-
|
|
461
|
-
## 7.1.0-canary.15
|
|
462
|
-
|
|
463
|
-
## 7.1.0-canary.14
|
|
464
|
-
|
|
465
|
-
## 7.1.0-canary.13
|
|
466
|
-
|
|
467
|
-
## 7.1.0-canary.12
|
|
468
|
-
|
|
469
|
-
## 7.1.0-canary.11
|
|
470
|
-
|
|
471
|
-
## 7.1.0-canary.10
|
|
472
|
-
|
|
473
|
-
## 7.1.0-canary.9
|
|
474
|
-
|
|
475
|
-
## 7.1.0-canary.8
|
|
476
|
-
|
|
477
|
-
## 7.0.2-canary.7
|
|
478
|
-
|
|
479
|
-
## 7.0.2-canary.6
|
|
480
|
-
|
|
481
|
-
## 7.0.2-canary.5
|
|
482
|
-
|
|
483
|
-
## 7.0.1
|
|
484
|
-
|
|
485
|
-
## 7.0.1-canary.15
|
|
486
|
-
|
|
487
|
-
## 7.0.1-canary.14
|
|
488
|
-
|
|
489
|
-
## 7.0.1-canary.13
|
|
490
|
-
|
|
491
|
-
## 7.0.1-canary.12
|
|
492
|
-
|
|
493
|
-
## 7.0.1-canary.11
|
|
494
|
-
|
|
495
|
-
## 7.0.1-canary.10
|
|
496
|
-
|
|
497
|
-
## 7.0.1-canary.9
|
|
498
|
-
|
|
499
|
-
## 7.0.1-canary.8
|
|
500
|
-
|
|
501
|
-
## 7.0.1-canary.7
|
|
502
|
-
|
|
503
|
-
## 7.0.1-canary.6
|
|
504
|
-
|
|
505
|
-
## 7.0.1-canary.5
|
|
506
|
-
|
|
507
|
-
## 7.0.1-canary.4
|
|
508
|
-
|
|
509
|
-
## 7.0.1-canary.3
|
|
510
|
-
|
|
511
|
-
## 7.0.1-canary.2
|
|
512
|
-
|
|
513
|
-
## 7.0.1-canary.1
|
|
514
|
-
|
|
515
|
-
## 7.0.1-canary.0
|
|
516
|
-
|
|
517
91
|
## 7.0.0
|
|
518
92
|
|
|
519
93
|
### Minor Changes
|
|
520
94
|
|
|
521
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))
|
|
522
96
|
|
|
523
|
-
## 6.2.0-canary.98
|
|
524
|
-
|
|
525
|
-
## 6.2.0-canary.97
|
|
526
|
-
|
|
527
|
-
## 6.2.0-canary.96
|
|
528
|
-
|
|
529
|
-
## 6.2.0-canary.95
|
|
530
|
-
|
|
531
|
-
## 6.2.0-canary.94
|
|
532
|
-
|
|
533
|
-
## 6.2.0-canary.93
|
|
534
|
-
|
|
535
|
-
## 6.2.0-canary.92
|
|
536
|
-
|
|
537
|
-
## 6.2.0-canary.91
|
|
538
|
-
|
|
539
|
-
## 6.2.0-canary.90
|
|
540
|
-
|
|
541
|
-
## 6.2.0-canary.89
|
|
542
|
-
|
|
543
|
-
## 6.2.0-canary.88
|
|
544
|
-
|
|
545
|
-
## 6.2.0-canary.87
|
|
546
|
-
|
|
547
|
-
## 6.2.0-canary.86
|
|
548
|
-
|
|
549
|
-
## 6.2.0-canary.85
|
|
550
|
-
|
|
551
|
-
## 6.2.0-canary.84
|
|
552
|
-
|
|
553
|
-
## 6.2.0-canary.83
|
|
554
|
-
|
|
555
|
-
## 6.2.0-canary.82
|
|
556
|
-
|
|
557
|
-
## 6.2.0-canary.81
|
|
558
|
-
|
|
559
|
-
## 6.2.0-canary.80
|
|
560
|
-
|
|
561
|
-
## 6.2.0-canary.79
|
|
562
|
-
|
|
563
|
-
## 6.2.0-canary.78
|
|
564
|
-
|
|
565
|
-
## 6.2.0-canary.77
|
|
566
|
-
|
|
567
|
-
## 6.2.0-canary.76
|
|
568
|
-
|
|
569
|
-
## 6.2.0-canary.75
|
|
570
|
-
|
|
571
|
-
## 6.2.0-canary.74
|
|
572
|
-
|
|
573
|
-
## 6.2.0-canary.73
|
|
574
|
-
|
|
575
|
-
## 6.2.0-canary.72
|
|
576
|
-
|
|
577
|
-
## 6.2.0-canary.71
|
|
578
|
-
|
|
579
|
-
## 6.2.0-canary.70
|
|
580
|
-
|
|
581
|
-
## 6.2.0-canary.69
|
|
582
|
-
|
|
583
|
-
## 6.2.0-canary.68
|
|
584
|
-
|
|
585
|
-
## 6.2.0-canary.67
|
|
586
|
-
|
|
587
|
-
## 6.2.0-canary.66
|
|
588
|
-
|
|
589
|
-
## 6.2.0-canary.65
|
|
590
|
-
|
|
591
|
-
## 6.2.0-canary.64
|
|
592
|
-
|
|
593
|
-
## 6.2.0-canary.63
|
|
594
|
-
|
|
595
|
-
## 6.2.0-canary.62
|
|
596
|
-
|
|
597
|
-
## 6.2.0-canary.61
|
|
598
|
-
|
|
599
|
-
## 6.2.0-canary.60
|
|
600
|
-
|
|
601
|
-
### Patch Changes
|
|
602
|
-
|
|
603
|
-
- [#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))
|
|
604
|
-
|
|
605
|
-
## 6.2.0-canary.59
|
|
606
|
-
|
|
607
|
-
## 6.2.0-canary.58
|
|
608
|
-
|
|
609
|
-
## 6.2.0-canary.57
|
|
610
|
-
|
|
611
|
-
## 6.2.0-canary.56
|
|
612
|
-
|
|
613
|
-
## 6.2.0-canary.55
|
|
614
|
-
|
|
615
|
-
## 6.2.0-canary.54
|
|
616
|
-
|
|
617
|
-
## 6.2.0-canary.53
|
|
618
|
-
|
|
619
|
-
## 6.2.0-canary.52
|
|
620
|
-
|
|
621
|
-
## 6.2.0-canary.51
|
|
622
|
-
|
|
623
|
-
## 6.2.0-canary.50
|
|
624
|
-
|
|
625
|
-
## 6.2.0-canary.49
|
|
626
|
-
|
|
627
|
-
## 6.2.0-canary.48
|
|
628
|
-
|
|
629
|
-
## 6.2.0-canary.47
|
|
630
|
-
|
|
631
|
-
## 6.2.0-canary.46
|
|
632
|
-
|
|
633
|
-
## 6.2.0-canary.45
|
|
634
|
-
|
|
635
|
-
## 6.2.0-canary.44
|
|
636
|
-
|
|
637
|
-
## 6.2.0-canary.43
|
|
638
|
-
|
|
639
|
-
## 6.2.0-canary.42
|
|
640
|
-
|
|
641
|
-
## 6.2.0-canary.41
|
|
642
|
-
|
|
643
|
-
## 6.2.0-canary.40
|
|
644
|
-
|
|
645
|
-
## 6.2.0-canary.39
|
|
646
|
-
|
|
647
|
-
## 6.2.0-canary.38
|
|
648
|
-
|
|
649
|
-
## 6.2.0-canary.37
|
|
650
|
-
|
|
651
|
-
## 6.2.0-canary.36
|
|
652
|
-
|
|
653
|
-
## 6.2.0-canary.35
|
|
654
|
-
|
|
655
|
-
## 6.2.0-canary.34
|
|
656
|
-
|
|
657
|
-
## 6.2.0-canary.33
|
|
658
|
-
|
|
659
|
-
## 6.2.0-canary.32
|
|
660
|
-
|
|
661
|
-
## 6.2.0-canary.31
|
|
662
|
-
|
|
663
|
-
## 6.2.0-canary.30
|
|
664
|
-
|
|
665
|
-
## 6.2.0-canary.29
|
|
666
|
-
|
|
667
|
-
## 6.2.0-canary.28
|
|
668
|
-
|
|
669
|
-
## 6.2.0-canary.27
|
|
670
|
-
|
|
671
|
-
## 6.2.0-canary.26
|
|
672
|
-
|
|
673
|
-
## 6.2.0-canary.25
|
|
674
|
-
|
|
675
|
-
## 6.2.0-canary.24
|
|
676
|
-
|
|
677
|
-
## 6.2.0-canary.23
|
|
678
|
-
|
|
679
|
-
## 6.2.0-canary.22
|
|
680
|
-
|
|
681
|
-
## 6.2.0-canary.21
|
|
682
|
-
|
|
683
|
-
## 6.2.0-canary.20
|
|
684
|
-
|
|
685
|
-
## 6.2.0-canary.19
|
|
686
|
-
|
|
687
|
-
### Patch Changes
|
|
688
|
-
|
|
689
|
-
- [#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))
|
|
690
|
-
|
|
691
|
-
## 6.2.0-canary.18
|
|
692
|
-
|
|
693
|
-
## 6.2.0-canary.17
|
|
694
|
-
|
|
695
|
-
## 6.2.0-canary.16
|
|
696
|
-
|
|
697
|
-
## 6.2.0-canary.15
|
|
698
|
-
|
|
699
|
-
## 6.2.0-canary.14
|
|
700
|
-
|
|
701
|
-
## 6.2.0-canary.13
|
|
702
|
-
|
|
703
|
-
## 6.2.0-canary.12
|
|
704
|
-
|
|
705
|
-
## 6.2.0-canary.11
|
|
706
|
-
|
|
707
|
-
## 6.2.0-canary.10
|
|
708
|
-
|
|
709
|
-
## 6.2.0-canary.9
|
|
710
|
-
|
|
711
|
-
## 6.2.0-canary.8
|
|
712
|
-
|
|
713
|
-
## 6.2.0-canary.7
|
|
714
|
-
|
|
715
|
-
## 6.2.0-canary.6
|
|
716
|
-
|
|
717
|
-
## 6.1.1-canary.5
|
|
718
|
-
|
|
719
|
-
## 6.1.1-canary.4
|
|
720
|
-
|
|
721
|
-
## 6.1.1-canary.3
|
|
722
|
-
|
|
723
|
-
## 6.1.1-canary.2
|
|
724
|
-
|
|
725
|
-
## 6.1.1-canary.1
|
|
726
|
-
|
|
727
|
-
## 6.1.1-canary.0
|
|
728
|
-
|
|
729
|
-
## 6.1.0
|
|
730
|
-
|
|
731
|
-
## 6.0.2-canary.22
|
|
732
|
-
|
|
733
|
-
## 6.0.2-canary.21
|
|
734
|
-
|
|
735
|
-
## 6.0.2-canary.20
|
|
736
|
-
|
|
737
|
-
## 6.0.2-canary.19
|
|
738
|
-
|
|
739
|
-
## 6.0.2-canary.18
|
|
740
|
-
|
|
741
|
-
## 6.0.2-canary.17
|
|
742
|
-
|
|
743
|
-
## 6.0.2-canary.16
|
|
744
|
-
|
|
745
|
-
## 6.0.2-canary.15
|
|
746
|
-
|
|
747
|
-
## 6.0.2-canary.14
|
|
748
|
-
|
|
749
|
-
## 6.0.2-canary.13
|
|
750
|
-
|
|
751
|
-
## 6.0.2-canary.12
|
|
752
|
-
|
|
753
|
-
## 6.0.2-canary.11
|
|
754
|
-
|
|
755
|
-
## 6.0.2-canary.10
|
|
756
|
-
|
|
757
|
-
## 6.0.2-canary.9
|
|
758
|
-
|
|
759
|
-
## 6.0.2-canary.8
|
|
760
|
-
|
|
761
|
-
## 6.0.2-canary.7
|
|
762
|
-
|
|
763
|
-
## 6.0.2-canary.6
|
|
764
|
-
|
|
765
|
-
## 6.0.2-canary.5
|
|
766
|
-
|
|
767
|
-
## 6.0.2-canary.4
|
|
768
|
-
|
|
769
|
-
## 6.0.2-canary.3
|
|
770
|
-
|
|
771
|
-
## 6.0.2-canary.2
|
|
772
|
-
|
|
773
|
-
## 6.0.2-canary.1
|
|
774
|
-
|
|
775
|
-
## 6.0.2-canary.0
|
|
776
|
-
|
|
777
|
-
## 6.0.1
|
|
778
|
-
|
|
779
|
-
## 6.0.1-canary.7
|
|
780
|
-
|
|
781
|
-
## 6.0.1-canary.6
|
|
782
|
-
|
|
783
|
-
## 6.0.1-canary.5
|
|
784
|
-
|
|
785
|
-
## 6.0.1-canary.4
|
|
786
|
-
|
|
787
|
-
## 6.0.1-canary.3
|
|
788
|
-
|
|
789
|
-
## 6.0.1-canary.2
|
|
790
|
-
|
|
791
|
-
## 6.0.1-canary.1
|
|
792
|
-
|
|
793
|
-
## 6.0.1-canary.0
|
|
794
|
-
|
|
795
97
|
## 6.0.0
|
|
796
98
|
|
|
797
99
|
### Patch Changes
|
|
798
100
|
|
|
799
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))
|
|
800
102
|
|
|
801
|
-
## 6.0.0-canary.54
|
|
802
|
-
|
|
803
|
-
## 6.0.0-canary.53
|
|
804
|
-
|
|
805
|
-
## 6.0.0-canary.52
|
|
806
|
-
|
|
807
|
-
## 6.0.0-canary.51
|
|
808
|
-
|
|
809
|
-
## 6.0.0-canary.50
|
|
810
|
-
|
|
811
|
-
## 6.0.0-canary.49
|
|
812
|
-
|
|
813
|
-
## 6.0.0-canary.48
|
|
814
|
-
|
|
815
|
-
## 6.0.0-canary.47
|
|
816
|
-
|
|
817
|
-
## 6.0.0-canary.46
|
|
818
|
-
|
|
819
|
-
## 6.0.0-canary.45
|
|
820
|
-
|
|
821
|
-
## 6.0.0-canary.44
|
|
822
|
-
|
|
823
|
-
## 6.0.0-canary.43
|
|
824
|
-
|
|
825
|
-
## 6.0.0-canary.42
|
|
826
|
-
|
|
827
|
-
## 6.0.0-canary.41
|
|
828
|
-
|
|
829
|
-
## 6.0.0-canary.40
|
|
830
|
-
|
|
831
|
-
## 6.0.0-canary.39
|
|
832
|
-
|
|
833
|
-
## 6.0.0-canary.38
|
|
834
|
-
|
|
835
|
-
## 6.0.0-canary.37
|
|
836
|
-
|
|
837
|
-
## 6.0.0-canary.36
|
|
838
|
-
|
|
839
|
-
## 6.0.0-canary.35
|
|
840
|
-
|
|
841
|
-
## 6.0.0-canary.34
|
|
842
|
-
|
|
843
|
-
## 6.0.0-canary.33
|
|
844
|
-
|
|
845
|
-
## 6.0.0-canary.32
|
|
846
|
-
|
|
847
|
-
## 6.0.0-canary.31
|
|
848
|
-
|
|
849
|
-
## 6.0.0-canary.30
|
|
850
|
-
|
|
851
|
-
## 6.0.0-canary.29
|
|
852
|
-
|
|
853
|
-
## 6.0.0-canary.28
|
|
854
|
-
|
|
855
|
-
## 6.0.0-canary.27
|
|
856
|
-
|
|
857
|
-
## 6.0.0-canary.26
|
|
858
|
-
|
|
859
|
-
## 6.0.0-canary.25
|
|
860
|
-
|
|
861
|
-
## 6.0.0-canary.24
|
|
862
|
-
|
|
863
|
-
## 6.0.0-canary.23
|
|
864
|
-
|
|
865
|
-
## 6.0.0-canary.22
|
|
866
|
-
|
|
867
|
-
## 6.0.0-canary.21
|
|
868
|
-
|
|
869
|
-
## 6.0.0-canary.20
|
|
870
|
-
|
|
871
|
-
## 5.2.0-canary.19
|
|
872
|
-
|
|
873
|
-
## 5.2.0-canary.18
|
|
874
|
-
|
|
875
|
-
## 5.2.0-canary.17
|
|
876
|
-
|
|
877
|
-
## 5.2.0-canary.16
|
|
878
|
-
|
|
879
|
-
## 5.2.0-canary.15
|
|
880
|
-
|
|
881
|
-
## 5.2.0-canary.14
|
|
882
|
-
|
|
883
|
-
## 5.2.0-canary.13
|
|
884
|
-
|
|
885
|
-
## 5.2.0-canary.12
|
|
886
|
-
|
|
887
|
-
## 5.2.0-canary.11
|
|
888
|
-
|
|
889
|
-
## 5.2.0-canary.10
|
|
890
|
-
|
|
891
|
-
## 5.2.0-canary.9
|
|
892
|
-
|
|
893
|
-
## 5.2.0-canary.8
|
|
894
|
-
|
|
895
|
-
## 5.2.0-canary.7
|
|
896
|
-
|
|
897
|
-
## 5.2.0-canary.6
|
|
898
|
-
|
|
899
|
-
## 5.2.0-canary.5
|
|
900
|
-
|
|
901
|
-
## 5.2.0-canary.4
|
|
902
|
-
|
|
903
|
-
### Patch Changes
|
|
904
|
-
|
|
905
|
-
- [#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))
|
|
906
|
-
|
|
907
|
-
## 5.2.0-canary.3
|
|
908
|
-
|
|
909
|
-
## 5.2.0-canary.2
|
|
910
|
-
|
|
911
|
-
## 5.2.0-canary.1
|
|
912
|
-
|
|
913
|
-
## 5.2.0-canary.0
|
|
914
|
-
|
|
915
|
-
## 5.1.1
|
|
916
|
-
|
|
917
|
-
## 5.1.1-canary.1
|
|
918
|
-
|
|
919
|
-
## 5.1.1-canary.0
|
|
920
|
-
|
|
921
103
|
## 5.1.0
|
|
922
104
|
|
|
923
105
|
### Patch Changes
|
|
@@ -929,105 +111,18 @@
|
|
|
929
111
|
- Upgraded dependencies including type-fest and graphql-mesh
|
|
930
112
|
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
931
113
|
|
|
932
|
-
## 5.1.0-canary.11
|
|
933
|
-
|
|
934
|
-
## 5.1.0-canary.10
|
|
935
|
-
|
|
936
|
-
## 5.1.0-canary.9
|
|
937
|
-
|
|
938
|
-
## 5.1.0-canary.8
|
|
939
|
-
|
|
940
|
-
## 5.1.0-canary.7
|
|
941
|
-
|
|
942
|
-
## 5.1.0-canary.6
|
|
943
|
-
|
|
944
|
-
## 5.1.0-canary.5
|
|
945
|
-
|
|
946
|
-
## 5.1.0-canary.4
|
|
947
|
-
|
|
948
|
-
## 5.1.0-canary.3
|
|
949
|
-
|
|
950
|
-
### Patch Changes
|
|
951
|
-
|
|
952
|
-
- [#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.
|
|
953
|
-
|
|
954
|
-
- Updated the @mui/material package
|
|
955
|
-
- Removed dependencies on react-hook-form-mui and @playwright/test
|
|
956
|
-
- Upgraded dependencies including type-fest and graphql-mesh
|
|
957
|
-
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
958
|
-
|
|
959
|
-
## 5.1.0-canary.2
|
|
960
|
-
|
|
961
|
-
## 5.1.0-canary.1
|
|
962
|
-
|
|
963
|
-
## 5.1.0-canary.0
|
|
964
|
-
|
|
965
114
|
## 5.0.0
|
|
966
115
|
|
|
967
116
|
### Major Changes
|
|
968
117
|
|
|
969
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))
|
|
970
119
|
|
|
971
|
-
## 5.0.0-canary.14
|
|
972
|
-
|
|
973
|
-
## 5.0.0-canary.13
|
|
974
|
-
|
|
975
|
-
### Major Changes
|
|
976
|
-
|
|
977
|
-
- [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@paales](https://github.com/paales))
|
|
978
|
-
|
|
979
|
-
## 4.14.0-canary.12
|
|
980
|
-
|
|
981
|
-
## 4.14.0-canary.11
|
|
982
|
-
|
|
983
|
-
## 4.14.0-canary.10
|
|
984
|
-
|
|
985
|
-
## 4.14.0-canary.9
|
|
986
|
-
|
|
987
|
-
## 4.14.0-canary.8
|
|
988
|
-
|
|
989
|
-
## 4.14.0-canary.7
|
|
990
|
-
|
|
991
|
-
## 4.14.0-canary.6
|
|
992
|
-
|
|
993
|
-
## 4.14.0-canary.5
|
|
994
|
-
|
|
995
|
-
## 4.14.0-canary.4
|
|
996
|
-
|
|
997
|
-
## 4.14.0-canary.3
|
|
998
|
-
|
|
999
|
-
## 4.14.0-canary.2
|
|
1000
|
-
|
|
1001
|
-
## 4.13.2-canary.1
|
|
1002
|
-
|
|
1003
|
-
## 4.13.2-canary.0
|
|
1004
|
-
|
|
1005
|
-
## 4.13.3
|
|
1006
|
-
|
|
1007
|
-
## 4.13.2
|
|
1008
|
-
|
|
1009
|
-
## 4.13.1
|
|
1010
|
-
|
|
1011
|
-
## 4.13.1-canary.2
|
|
1012
|
-
|
|
1013
|
-
## 4.13.1-canary.1
|
|
1014
|
-
|
|
1015
|
-
## 4.13.1-canary.0
|
|
1016
|
-
|
|
1017
120
|
## 4.13.0
|
|
1018
121
|
|
|
1019
122
|
### Patch Changes
|
|
1020
123
|
|
|
1021
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
|
|
1022
125
|
|
|
1023
|
-
## 4.13.0-canary.1
|
|
1024
|
-
|
|
1025
|
-
### Patch Changes
|
|
1026
|
-
|
|
1027
|
-
- [`abb15ef4a`](https://github.com/graphcommerce-org/graphcommerce/commit/abb15ef4a79b12eddb32cc006e5d1d31dd06ac2d) Thanks [@paales](https://github.com/paales)! - Added canary releases to GraphCommerce
|
|
1028
|
-
|
|
1029
|
-
## 4.13.0-canary.0
|
|
1030
|
-
|
|
1031
126
|
## 3.7.9
|
|
1032
127
|
|
|
1033
128
|
### Patch Changes
|
|
@@ -1622,7 +717,7 @@
|
|
|
1622
717
|
All occurences of `<Trans>` and `t` need to be replaced:
|
|
1623
718
|
|
|
1624
719
|
```tsx
|
|
1625
|
-
import {
|
|
720
|
+
import { t, Trans } from '@lingui/macro'
|
|
1626
721
|
|
|
1627
722
|
function MyComponent() {
|
|
1628
723
|
const foo = 'bar'
|
|
@@ -1637,8 +732,8 @@
|
|
|
1637
732
|
Needs to be replaced with:
|
|
1638
733
|
|
|
1639
734
|
```tsx
|
|
1640
|
-
import { Trans } from '@lingui/react'
|
|
1641
735
|
import { i18n } from '@lingui/core'
|
|
736
|
+
import { Trans } from '@lingui/react'
|
|
1642
737
|
|
|
1643
738
|
function MyComponent() {
|
|
1644
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
|