@graphcommerce/magento-cart-shipping-address 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 +42 -941
- package/components/CustomerAddressForm/CustomerAddressActionCard.tsx +3 -3
- package/components/CustomerAddressForm/CustomerAddressForm.tsx +6 -5
- package/components/ShippingAddressForm/ShippingAddressForm.tsx +3 -3
- package/package.json +13 -13
- package/test/fillShippingAddressForm.ts +1 -1
- package/utils/findCustomerAddressFromCartAddress.ts +2 -2
- package/utils/isSameAddress.ts +1 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,118 +1,86 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 9.0.0
|
|
3
|
+
## 9.0.0
|
|
4
4
|
|
|
5
|
-
|
|
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
|
|
5
|
+
### Minor Changes
|
|
32
6
|
|
|
33
|
-
|
|
7
|
+
- [#2319](https://github.com/graphcommerce-org/graphcommerce/pull/2319) [`a3409e8`](https://github.com/graphcommerce-org/graphcommerce/commit/a3409e8a629ee95413da6547cbdcf48aa2502c23) - Created a new `<TelephoneElement />` component to make re-use easier. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
34
8
|
|
|
35
|
-
|
|
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))
|
|
36
10
|
|
|
37
|
-
|
|
11
|
+
- [#2307](https://github.com/graphcommerce-org/graphcommerce/pull/2307) [`20cb571`](https://github.com/graphcommerce-org/graphcommerce/commit/20cb57171ae5bff0b86a341ea4db59ea3f4f639a) - Add a 'save in address book' checkbox to the shipping address form. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
38
12
|
|
|
39
|
-
|
|
13
|
+
- [#2313](https://github.com/graphcommerce-org/graphcommerce/pull/2313) [`511e75c`](https://github.com/graphcommerce-org/graphcommerce/commit/511e75c3f8c077e617ed17e5042796e2411f312f) - Add the `customerNote` field to the shipping and customer address forms. Added configuration `customerAddressNoteEnable` to enable or disable the field. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
40
14
|
|
|
41
|
-
|
|
42
|
-
|
|
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))
|
|
15
|
+
- [#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
16
|
|
|
45
17
|
### Patch Changes
|
|
46
18
|
|
|
47
|
-
- [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`3043f94`](https://github.com/graphcommerce-org/graphcommerce/commit/3043f945c4caa2931c46f1f9ad940fd80b07e999) - In the shipping step show errors with a ApolloCartErrorSnackbar instead of a ApolloCartErrorAlert ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
48
|
-
|
|
49
|
-
- [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`3101681`](https://github.com/graphcommerce-org/graphcommerce/commit/3101681180e1a5a0cfba1bb89d72deb02cafdbbf) - When saving a shipping address it would always save the company after it was once saved. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
50
|
-
|
|
51
|
-
## 9.0.0-canary.79
|
|
19
|
+
- [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`3043f94`](https://github.com/graphcommerce-org/graphcommerce/commit/3043f945c4caa2931c46f1f9ad940fd80b07e999) - In the shipping step show errors with a `<ApolloCartErrorSnackbar />` instead of a `<ApolloCartErrorAlert />`. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
52
20
|
|
|
53
|
-
|
|
21
|
+
- [#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))
|
|
54
22
|
|
|
55
|
-
|
|
23
|
+
- [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`3101681`](https://github.com/graphcommerce-org/graphcommerce/commit/3101681180e1a5a0cfba1bb89d72deb02cafdbbf) - When saving a shipping address it would always save the company after it was once saved. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
56
24
|
|
|
57
|
-
|
|
25
|
+
- [#2295](https://github.com/graphcommerce-org/graphcommerce/pull/2295) [`0ca6827`](https://github.com/graphcommerce-org/graphcommerce/commit/0ca682793bf7feb0cae2bd776a4eaa2899d980a0) - Fixed shipping address not getting set for logged-in customers with default address. ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
58
26
|
|
|
59
|
-
|
|
27
|
+
- [#2300](https://github.com/graphcommerce-org/graphcommerce/pull/2300) [`19adebe`](https://github.com/graphcommerce-org/graphcommerce/commit/19adebe2ff896c65d21543fc9243a36393747e06) - Fixed `<CustomerAddressForm/>` resetting to a saved address when trying to use a new address. ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
60
28
|
|
|
61
|
-
|
|
29
|
+
- [#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))
|
|
62
30
|
|
|
63
|
-
|
|
31
|
+
- [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`43bd04a`](https://github.com/graphcommerce-org/graphcommerce/commit/43bd04a777c5800cc7e01bee1e123a5aad82f194) - The billing and shipping address of a customer would not be recognized as the same address although they would effectively be the same ([@FrankHarland](https://github.com/FrankHarland))
|
|
64
32
|
|
|
65
|
-
|
|
33
|
+
- [#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))
|
|
66
34
|
|
|
67
|
-
|
|
35
|
+
- [#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))
|
|
68
36
|
|
|
69
|
-
## 9.0.0-canary.
|
|
37
|
+
## 9.0.0-canary.118
|
|
70
38
|
|
|
71
|
-
## 9.0.0-canary.
|
|
39
|
+
## 9.0.0-canary.117
|
|
72
40
|
|
|
73
|
-
## 9.0.0-canary.
|
|
41
|
+
## 9.0.0-canary.116
|
|
74
42
|
|
|
75
|
-
## 9.0.0-canary.
|
|
43
|
+
## 9.0.0-canary.115
|
|
76
44
|
|
|
77
|
-
## 9.0.0-canary.
|
|
45
|
+
## 9.0.0-canary.114
|
|
78
46
|
|
|
79
|
-
## 9.0.0-canary.
|
|
47
|
+
## 9.0.0-canary.113
|
|
80
48
|
|
|
81
|
-
## 9.0.0-canary.
|
|
49
|
+
## 9.0.0-canary.112
|
|
82
50
|
|
|
83
|
-
## 9.0.0-canary.
|
|
51
|
+
## 9.0.0-canary.111
|
|
84
52
|
|
|
85
|
-
## 9.0.0-canary.
|
|
53
|
+
## 9.0.0-canary.110
|
|
86
54
|
|
|
87
|
-
## 9.0.0-canary.
|
|
55
|
+
## 9.0.0-canary.109
|
|
88
56
|
|
|
89
|
-
## 9.0.0-canary.
|
|
57
|
+
## 9.0.0-canary.108
|
|
90
58
|
|
|
91
|
-
|
|
59
|
+
### Patch Changes
|
|
92
60
|
|
|
93
|
-
|
|
61
|
+
- [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
94
62
|
|
|
95
|
-
## 9.0.0-canary.
|
|
63
|
+
## 9.0.0-canary.107
|
|
96
64
|
|
|
97
|
-
## 9.0.0-canary.
|
|
65
|
+
## 9.0.0-canary.106
|
|
98
66
|
|
|
99
|
-
## 9.0.0-canary.
|
|
67
|
+
## 9.0.0-canary.105
|
|
100
68
|
|
|
101
|
-
## 9.0.0-canary.
|
|
69
|
+
## 9.0.0-canary.104
|
|
102
70
|
|
|
103
|
-
##
|
|
71
|
+
## 9.0.0-canary.103
|
|
104
72
|
|
|
105
|
-
##
|
|
73
|
+
## 9.0.0-canary.80
|
|
106
74
|
|
|
107
|
-
|
|
75
|
+
### Minor Changes
|
|
108
76
|
|
|
109
|
-
|
|
77
|
+
- [#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))
|
|
110
78
|
|
|
111
|
-
|
|
79
|
+
### Patch Changes
|
|
112
80
|
|
|
113
|
-
|
|
81
|
+
- [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`3043f94`](https://github.com/graphcommerce-org/graphcommerce/commit/3043f945c4caa2931c46f1f9ad940fd80b07e999) - In the shipping step show errors with a ApolloCartErrorSnackbar instead of a ApolloCartErrorAlert ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
114
82
|
|
|
115
|
-
|
|
83
|
+
- [#2341](https://github.com/graphcommerce-org/graphcommerce/pull/2341) [`3101681`](https://github.com/graphcommerce-org/graphcommerce/commit/3101681180e1a5a0cfba1bb89d72deb02cafdbbf) - When saving a shipping address it would always save the company after it was once saved. ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
116
84
|
|
|
117
85
|
## 8.1.0-canary.46
|
|
118
86
|
|
|
@@ -120,18 +88,6 @@
|
|
|
120
88
|
|
|
121
89
|
- [#2313](https://github.com/graphcommerce-org/graphcommerce/pull/2313) [`511e75c`](https://github.com/graphcommerce-org/graphcommerce/commit/511e75c3f8c077e617ed17e5042796e2411f312f) - Add the customerNote field to the shipping and customer address forms ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
122
90
|
|
|
123
|
-
## 8.1.0-canary.45
|
|
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
91
|
## 8.1.0-canary.39
|
|
136
92
|
|
|
137
93
|
### Minor Changes
|
|
@@ -154,78 +110,12 @@
|
|
|
154
110
|
|
|
155
111
|
- [#2300](https://github.com/graphcommerce-org/graphcommerce/pull/2300) [`19adebe`](https://github.com/graphcommerce-org/graphcommerce/commit/19adebe2ff896c65d21543fc9243a36393747e06) - Fixed CustomerAddressForm resetting to a saved address when trying to use a new address ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
156
112
|
|
|
157
|
-
## 8.1.0-canary.36
|
|
158
|
-
|
|
159
|
-
## 8.1.0-canary.35
|
|
160
|
-
|
|
161
|
-
## 8.1.0-canary.34
|
|
162
|
-
|
|
163
|
-
## 8.1.0-canary.33
|
|
164
|
-
|
|
165
|
-
## 8.1.0-canary.32
|
|
166
|
-
|
|
167
|
-
## 8.1.0-canary.31
|
|
168
|
-
|
|
169
113
|
## 8.1.0-canary.30
|
|
170
114
|
|
|
171
115
|
### Patch Changes
|
|
172
116
|
|
|
173
117
|
- [#2295](https://github.com/graphcommerce-org/graphcommerce/pull/2295) [`0ca6827`](https://github.com/graphcommerce-org/graphcommerce/commit/0ca682793bf7feb0cae2bd776a4eaa2899d980a0) - Fixed shipping address not getting set for logged-in customers with default address ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
174
118
|
|
|
175
|
-
## 8.1.0-canary.29
|
|
176
|
-
|
|
177
|
-
## 8.1.0-canary.28
|
|
178
|
-
|
|
179
|
-
## 8.1.0-canary.27
|
|
180
|
-
|
|
181
|
-
## 8.1.0-canary.26
|
|
182
|
-
|
|
183
|
-
## 8.1.0-canary.25
|
|
184
|
-
|
|
185
|
-
## 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
|
-
## 8.1.0-canary.7
|
|
220
|
-
|
|
221
|
-
## 8.1.0-canary.6
|
|
222
|
-
|
|
223
|
-
## 8.1.0-canary.5
|
|
224
|
-
|
|
225
|
-
## 8.0.6-canary.4
|
|
226
|
-
|
|
227
|
-
## 8.0.6-canary.3
|
|
228
|
-
|
|
229
119
|
## 8.0.6-canary.2
|
|
230
120
|
|
|
231
121
|
### Patch Changes
|
|
@@ -236,48 +126,12 @@
|
|
|
236
126
|
|
|
237
127
|
- [#2234](https://github.com/graphcommerce-org/graphcommerce/pull/2234) [`43bd04a`](https://github.com/graphcommerce-org/graphcommerce/commit/43bd04a777c5800cc7e01bee1e123a5aad82f194) - The billing and shipping address of a customer would not be recognized as the same address although they would effectively be the same ([@FrankHarland](https://github.com/FrankHarland))
|
|
238
128
|
|
|
239
|
-
## 8.0.6-canary.1
|
|
240
|
-
|
|
241
|
-
## 8.0.6-canary.0
|
|
242
|
-
|
|
243
129
|
## 8.0.5
|
|
244
130
|
|
|
245
131
|
### Patch Changes
|
|
246
132
|
|
|
247
133
|
- [#2237](https://github.com/graphcommerce-org/graphcommerce/pull/2237) [`8d385fb`](https://github.com/graphcommerce-org/graphcommerce/commit/8d385fb83751c97ea62621a163989eddfd1a2f22) - When the checkout address is saved, the billing address would diverge from the shipping address in some cases. In other cases it wouldn't be set at all or would be set to the shipping address. ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
248
134
|
|
|
249
|
-
## 8.0.5-canary.10
|
|
250
|
-
|
|
251
|
-
## 8.0.5-canary.9
|
|
252
|
-
|
|
253
|
-
## 8.0.5-canary.8
|
|
254
|
-
|
|
255
|
-
## 8.0.5-canary.7
|
|
256
|
-
|
|
257
|
-
## 8.0.5-canary.6
|
|
258
|
-
|
|
259
|
-
## 8.0.5-canary.5
|
|
260
|
-
|
|
261
|
-
## 8.0.5-canary.4
|
|
262
|
-
|
|
263
|
-
### Patch Changes
|
|
264
|
-
|
|
265
|
-
- [#2237](https://github.com/graphcommerce-org/graphcommerce/pull/2237) [`8d385fb`](https://github.com/graphcommerce-org/graphcommerce/commit/8d385fb83751c97ea62621a163989eddfd1a2f22) - When the checkout address is saved, the billing address would diverge from the shipping address in some cases. In other cases it wouldn't be set at all or would be set to the shipping address. ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
266
|
-
|
|
267
|
-
## 8.0.5-canary.3
|
|
268
|
-
|
|
269
|
-
## 8.0.5-canary.2
|
|
270
|
-
|
|
271
|
-
## 8.0.5-canary.1
|
|
272
|
-
|
|
273
|
-
## 8.0.5-canary.0
|
|
274
|
-
|
|
275
|
-
## 8.0.4
|
|
276
|
-
|
|
277
|
-
## 8.0.4-canary.1
|
|
278
|
-
|
|
279
|
-
## 8.0.4-canary.0
|
|
280
|
-
|
|
281
135
|
## 8.0.3
|
|
282
136
|
|
|
283
137
|
### Patch Changes
|
|
@@ -286,50 +140,6 @@
|
|
|
286
140
|
|
|
287
141
|
- [#2206](https://github.com/graphcommerce-org/graphcommerce/pull/2206) [`646db64`](https://github.com/graphcommerce-org/graphcommerce/commit/646db640ec09c1c82584f5543ab487a44ab8d260) - Solves an issue where the billing address of a logged in customer would not set set when a shipping address was already set ([@paales](https://github.com/paales))
|
|
288
142
|
|
|
289
|
-
## 8.0.3-canary.6
|
|
290
|
-
|
|
291
|
-
## 8.0.3-canary.5
|
|
292
|
-
|
|
293
|
-
## 8.0.3-canary.4
|
|
294
|
-
|
|
295
|
-
## 8.0.3-canary.3
|
|
296
|
-
|
|
297
|
-
### Patch Changes
|
|
298
|
-
|
|
299
|
-
- [#2206](https://github.com/graphcommerce-org/graphcommerce/pull/2206) [`646db64`](https://github.com/graphcommerce-org/graphcommerce/commit/646db640ec09c1c82584f5543ab487a44ab8d260) - Solves an issue where the billing address of a logged in customer would not set set when a shipping address was already set ([@paales](https://github.com/paales))
|
|
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
|
-
## 8.0.3-canary.1
|
|
308
|
-
|
|
309
|
-
## 8.0.3-canary.0
|
|
310
|
-
|
|
311
|
-
## 8.0.2
|
|
312
|
-
|
|
313
|
-
## 8.0.2-canary.3
|
|
314
|
-
|
|
315
|
-
## 8.0.2-canary.2
|
|
316
|
-
|
|
317
|
-
## 8.0.2-canary.1
|
|
318
|
-
|
|
319
|
-
## 8.0.2-canary.0
|
|
320
|
-
|
|
321
|
-
## 8.0.1
|
|
322
|
-
|
|
323
|
-
## 8.0.1-canary.4
|
|
324
|
-
|
|
325
|
-
## 8.0.1-canary.3
|
|
326
|
-
|
|
327
|
-
## 8.0.1-canary.2
|
|
328
|
-
|
|
329
|
-
## 8.0.1-canary.1
|
|
330
|
-
|
|
331
|
-
## 8.0.1-canary.0
|
|
332
|
-
|
|
333
143
|
## 8.0.0
|
|
334
144
|
|
|
335
145
|
### Patch Changes
|
|
@@ -338,236 +148,12 @@
|
|
|
338
148
|
|
|
339
149
|
- [#2118](https://github.com/graphcommerce-org/graphcommerce/pull/2118) [`0cdaad2`](https://github.com/graphcommerce-org/graphcommerce/commit/0cdaad28fb9a20fb5b0b1d339f197b938aa3595a) - Fixed bug where if the customer created a new address during checkout it would not be persisted when navigating back from the payment step. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
340
150
|
|
|
341
|
-
## 8.0.0-canary.100
|
|
342
|
-
|
|
343
|
-
## 8.0.0-canary.99
|
|
344
|
-
|
|
345
|
-
## 8.0.0-canary.98
|
|
346
|
-
|
|
347
|
-
## 8.0.0-canary.97
|
|
348
|
-
|
|
349
|
-
## 8.0.0-canary.96
|
|
350
|
-
|
|
351
|
-
## 8.0.0-canary.95
|
|
352
|
-
|
|
353
|
-
## 8.0.0-canary.94
|
|
354
|
-
|
|
355
|
-
## 8.0.0-canary.93
|
|
356
|
-
|
|
357
|
-
## 8.0.0-canary.92
|
|
358
|
-
|
|
359
|
-
## 8.0.0-canary.91
|
|
360
|
-
|
|
361
|
-
## 8.0.0-canary.90
|
|
362
|
-
|
|
363
|
-
## 8.0.0-canary.89
|
|
364
|
-
|
|
365
|
-
## 8.0.0-canary.88
|
|
366
|
-
|
|
367
|
-
## 8.0.0-canary.87
|
|
368
|
-
|
|
369
|
-
## 8.0.0-canary.86
|
|
370
|
-
|
|
371
|
-
## 8.0.0-canary.85
|
|
372
|
-
|
|
373
|
-
## 8.0.0-canary.84
|
|
374
|
-
|
|
375
|
-
## 8.0.0-canary.83
|
|
376
|
-
|
|
377
|
-
## 8.0.0-canary.82
|
|
378
|
-
|
|
379
|
-
## 8.0.0-canary.81
|
|
380
|
-
|
|
381
|
-
## 8.0.0-canary.80
|
|
382
|
-
|
|
383
|
-
## 8.0.0-canary.79
|
|
384
|
-
|
|
385
|
-
## 8.0.0-canary.78
|
|
386
|
-
|
|
387
|
-
## 8.0.0-canary.77
|
|
388
|
-
|
|
389
|
-
## 8.0.0-canary.76
|
|
390
|
-
|
|
391
|
-
## 8.0.0-canary.75
|
|
392
|
-
|
|
393
|
-
## 8.0.0-canary.74
|
|
394
|
-
|
|
395
|
-
## 8.0.0-canary.73
|
|
396
|
-
|
|
397
|
-
## 8.0.0-canary.72
|
|
398
|
-
|
|
399
|
-
## 8.0.0-canary.71
|
|
400
|
-
|
|
401
|
-
## 8.0.0-canary.70
|
|
402
|
-
|
|
403
|
-
## 8.0.0-canary.69
|
|
404
|
-
|
|
405
|
-
## 7.1.0-canary.68
|
|
406
|
-
|
|
407
|
-
## 7.1.0-canary.67
|
|
408
|
-
|
|
409
|
-
## 7.1.0-canary.66
|
|
410
|
-
|
|
411
|
-
## 7.1.0-canary.65
|
|
412
|
-
|
|
413
|
-
## 7.1.0-canary.64
|
|
414
|
-
|
|
415
|
-
## 7.1.0-canary.63
|
|
416
|
-
|
|
417
|
-
## 7.1.0-canary.62
|
|
418
|
-
|
|
419
|
-
## 7.1.0-canary.61
|
|
420
|
-
|
|
421
|
-
## 7.1.0-canary.60
|
|
422
|
-
|
|
423
|
-
## 7.1.0-canary.59
|
|
424
|
-
|
|
425
|
-
## 7.1.0-canary.58
|
|
426
|
-
|
|
427
|
-
## 7.1.0-canary.57
|
|
428
|
-
|
|
429
|
-
## 7.1.0-canary.56
|
|
430
|
-
|
|
431
|
-
## 7.1.0-canary.55
|
|
432
|
-
|
|
433
|
-
## 7.1.0-canary.54
|
|
434
|
-
|
|
435
|
-
## 7.1.0-canary.53
|
|
436
|
-
|
|
437
|
-
## 7.1.0-canary.52
|
|
438
|
-
|
|
439
|
-
## 7.1.0-canary.51
|
|
440
|
-
|
|
441
|
-
## 7.1.0-canary.50
|
|
442
|
-
|
|
443
|
-
## 7.1.0-canary.49
|
|
444
|
-
|
|
445
|
-
### Patch Changes
|
|
446
|
-
|
|
447
|
-
- [#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))
|
|
448
|
-
|
|
449
|
-
## 7.1.0-canary.48
|
|
450
|
-
|
|
451
|
-
### Patch Changes
|
|
452
|
-
|
|
453
|
-
- [#2118](https://github.com/graphcommerce-org/graphcommerce/pull/2118) [`0cdaad28f`](https://github.com/graphcommerce-org/graphcommerce/commit/0cdaad28fb9a20fb5b0b1d339f197b938aa3595a) - Fixed bug where if the customer created a new address during checkout it would not be persisted when navigating back from the payment step. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
454
|
-
|
|
455
|
-
## 7.1.0-canary.47
|
|
456
|
-
|
|
457
|
-
## 7.1.0-canary.46
|
|
458
|
-
|
|
459
|
-
## 7.1.0-canary.45
|
|
460
|
-
|
|
461
|
-
## 7.1.0-canary.38
|
|
462
|
-
|
|
463
|
-
## 7.1.0-canary.37
|
|
464
|
-
|
|
465
|
-
## 7.1.0-canary.36
|
|
466
|
-
|
|
467
|
-
## 7.1.0-canary.35
|
|
468
|
-
|
|
469
|
-
## 7.1.0-canary.34
|
|
470
|
-
|
|
471
|
-
## 7.1.0-canary.33
|
|
472
|
-
|
|
473
|
-
## 7.1.0-canary.32
|
|
474
|
-
|
|
475
|
-
## 7.1.0-canary.31
|
|
476
|
-
|
|
477
|
-
## 7.1.0-canary.30
|
|
478
|
-
|
|
479
|
-
## 7.1.0-canary.29
|
|
480
|
-
|
|
481
|
-
## 7.1.0-canary.28
|
|
482
|
-
|
|
483
|
-
## 7.1.0-canary.27
|
|
484
|
-
|
|
485
|
-
## 7.1.0-canary.26
|
|
486
|
-
|
|
487
|
-
## 7.1.0-canary.25
|
|
488
|
-
|
|
489
|
-
## 7.1.0-canary.24
|
|
490
|
-
|
|
491
|
-
## 7.1.0-canary.23
|
|
492
|
-
|
|
493
|
-
## 7.1.0-canary.22
|
|
494
|
-
|
|
495
|
-
## 7.1.0-canary.21
|
|
496
|
-
|
|
497
|
-
## 7.1.0-canary.20
|
|
498
|
-
|
|
499
|
-
## 7.1.0-canary.19
|
|
500
|
-
|
|
501
|
-
## 7.1.0-canary.18
|
|
502
|
-
|
|
503
|
-
## 7.1.0-canary.17
|
|
504
|
-
|
|
505
|
-
## 7.1.0-canary.16
|
|
506
|
-
|
|
507
|
-
## 7.1.0-canary.15
|
|
508
|
-
|
|
509
|
-
## 7.1.0-canary.14
|
|
510
|
-
|
|
511
|
-
## 7.1.0-canary.13
|
|
512
|
-
|
|
513
|
-
## 7.1.0-canary.12
|
|
514
|
-
|
|
515
|
-
## 7.1.0-canary.11
|
|
516
|
-
|
|
517
|
-
## 7.1.0-canary.10
|
|
518
|
-
|
|
519
|
-
## 7.1.0-canary.9
|
|
520
|
-
|
|
521
|
-
## 7.1.0-canary.8
|
|
522
|
-
|
|
523
|
-
## 7.0.2-canary.7
|
|
524
|
-
|
|
525
|
-
## 7.0.2-canary.6
|
|
526
|
-
|
|
527
|
-
## 7.0.2-canary.5
|
|
528
|
-
|
|
529
151
|
## 7.0.1
|
|
530
152
|
|
|
531
153
|
### Patch Changes
|
|
532
154
|
|
|
533
155
|
- [#2054](https://github.com/graphcommerce-org/graphcommerce/pull/2054) [`603ae9fc2`](https://github.com/graphcommerce-org/graphcommerce/commit/603ae9fc28c9ce4e74a797c1dc32925518a0888a) - CustomerAddressForm's ActionCardListForm error wasn't translated ([@carlocarels90](https://github.com/carlocarels90))
|
|
534
156
|
|
|
535
|
-
## 7.0.1-canary.15
|
|
536
|
-
|
|
537
|
-
## 7.0.1-canary.14
|
|
538
|
-
|
|
539
|
-
## 7.0.1-canary.13
|
|
540
|
-
|
|
541
|
-
## 7.0.1-canary.12
|
|
542
|
-
|
|
543
|
-
## 7.0.1-canary.11
|
|
544
|
-
|
|
545
|
-
## 7.0.1-canary.10
|
|
546
|
-
|
|
547
|
-
## 7.0.1-canary.9
|
|
548
|
-
|
|
549
|
-
## 7.0.1-canary.8
|
|
550
|
-
|
|
551
|
-
## 7.0.1-canary.7
|
|
552
|
-
|
|
553
|
-
### Patch Changes
|
|
554
|
-
|
|
555
|
-
- [#2054](https://github.com/graphcommerce-org/graphcommerce/pull/2054) [`603ae9fc2`](https://github.com/graphcommerce-org/graphcommerce/commit/603ae9fc28c9ce4e74a797c1dc32925518a0888a) - CustomerAddressForm's ActionCardListForm error wasn't translated ([@carlocarels90](https://github.com/carlocarels90))
|
|
556
|
-
|
|
557
|
-
## 7.0.1-canary.6
|
|
558
|
-
|
|
559
|
-
## 7.0.1-canary.5
|
|
560
|
-
|
|
561
|
-
## 7.0.1-canary.4
|
|
562
|
-
|
|
563
|
-
## 7.0.1-canary.3
|
|
564
|
-
|
|
565
|
-
## 7.0.1-canary.2
|
|
566
|
-
|
|
567
|
-
## 7.0.1-canary.1
|
|
568
|
-
|
|
569
|
-
## 7.0.1-canary.0
|
|
570
|
-
|
|
571
157
|
## 7.0.0
|
|
572
158
|
|
|
573
159
|
### Patch Changes
|
|
@@ -580,404 +166,6 @@
|
|
|
580
166
|
|
|
581
167
|
- [#2016](https://github.com/graphcommerce-org/graphcommerce/pull/2016) [`227ddcee8`](https://github.com/graphcommerce-org/graphcommerce/commit/227ddcee8808715928371c1f3a4c7925032df0ef) - Made cardProps on CustomerAddressActionCards overridable. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
582
168
|
|
|
583
|
-
## 6.2.0-canary.98
|
|
584
|
-
|
|
585
|
-
## 6.2.0-canary.97
|
|
586
|
-
|
|
587
|
-
## 6.2.0-canary.96
|
|
588
|
-
|
|
589
|
-
## 6.2.0-canary.95
|
|
590
|
-
|
|
591
|
-
## 6.2.0-canary.94
|
|
592
|
-
|
|
593
|
-
## 6.2.0-canary.93
|
|
594
|
-
|
|
595
|
-
## 6.2.0-canary.92
|
|
596
|
-
|
|
597
|
-
## 6.2.0-canary.91
|
|
598
|
-
|
|
599
|
-
## 6.2.0-canary.90
|
|
600
|
-
|
|
601
|
-
## 6.2.0-canary.89
|
|
602
|
-
|
|
603
|
-
## 6.2.0-canary.88
|
|
604
|
-
|
|
605
|
-
## 6.2.0-canary.87
|
|
606
|
-
|
|
607
|
-
## 6.2.0-canary.86
|
|
608
|
-
|
|
609
|
-
## 6.2.0-canary.85
|
|
610
|
-
|
|
611
|
-
## 6.2.0-canary.84
|
|
612
|
-
|
|
613
|
-
## 6.2.0-canary.83
|
|
614
|
-
|
|
615
|
-
## 6.2.0-canary.82
|
|
616
|
-
|
|
617
|
-
### Patch Changes
|
|
618
|
-
|
|
619
|
-
- [#2021](https://github.com/graphcommerce-org/graphcommerce/pull/2021) [`06ab7d24d`](https://github.com/graphcommerce-org/graphcommerce/commit/06ab7d24dcf345c6acd39471df544a726a166ece) - Ensure 'addition' parameter is non-empty in onBeforeSubmit ([@carlocarels90](https://github.com/carlocarels90))
|
|
620
|
-
|
|
621
|
-
## 6.2.0-canary.81
|
|
622
|
-
|
|
623
|
-
## 6.2.0-canary.80
|
|
624
|
-
|
|
625
|
-
## 6.2.0-canary.79
|
|
626
|
-
|
|
627
|
-
## 6.2.0-canary.78
|
|
628
|
-
|
|
629
|
-
## 6.2.0-canary.77
|
|
630
|
-
|
|
631
|
-
## 6.2.0-canary.76
|
|
632
|
-
|
|
633
|
-
## 6.2.0-canary.75
|
|
634
|
-
|
|
635
|
-
### Patch Changes
|
|
636
|
-
|
|
637
|
-
- [#2016](https://github.com/graphcommerce-org/graphcommerce/pull/2016) [`227ddcee8`](https://github.com/graphcommerce-org/graphcommerce/commit/227ddcee8808715928371c1f3a4c7925032df0ef) - Made cardProps on CustomerAddressActionCards overridable. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
638
|
-
|
|
639
|
-
## 6.2.0-canary.74
|
|
640
|
-
|
|
641
|
-
### Patch Changes
|
|
642
|
-
|
|
643
|
-
- [#2006](https://github.com/graphcommerce-org/graphcommerce/pull/2006) [`80b60cb40`](https://github.com/graphcommerce-org/graphcommerce/commit/80b60cb404882260bd0e8184f3e54f4720925c96) - Bugfix for unintentionally overriding the billing address even if a default address was set. Also made prefix optional when creating an address ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
644
|
-
|
|
645
|
-
## 6.2.0-canary.73
|
|
646
|
-
|
|
647
|
-
## 6.2.0-canary.72
|
|
648
|
-
|
|
649
|
-
## 6.2.0-canary.71
|
|
650
|
-
|
|
651
|
-
## 6.2.0-canary.70
|
|
652
|
-
|
|
653
|
-
## 6.2.0-canary.69
|
|
654
|
-
|
|
655
|
-
## 6.2.0-canary.68
|
|
656
|
-
|
|
657
|
-
## 6.2.0-canary.67
|
|
658
|
-
|
|
659
|
-
## 6.2.0-canary.66
|
|
660
|
-
|
|
661
|
-
## 6.2.0-canary.65
|
|
662
|
-
|
|
663
|
-
## 6.2.0-canary.64
|
|
664
|
-
|
|
665
|
-
## 6.2.0-canary.63
|
|
666
|
-
|
|
667
|
-
## 6.2.0-canary.62
|
|
668
|
-
|
|
669
|
-
## 6.2.0-canary.61
|
|
670
|
-
|
|
671
|
-
## 6.2.0-canary.60
|
|
672
|
-
|
|
673
|
-
### Patch Changes
|
|
674
|
-
|
|
675
|
-
- [#1987](https://github.com/graphcommerce-org/graphcommerce/pull/1987) [`96ac01045`](https://github.com/graphcommerce-org/graphcommerce/commit/96ac010454b57208ede11bf33d89b71b099a7bb3) - When there is a default_shipping address on the customer, but it isn’t on the cart yet, When there is a default_shipping address on the customer, make sure it gets submitted on load ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
676
|
-
|
|
677
|
-
## 6.2.0-canary.59
|
|
678
|
-
|
|
679
|
-
## 6.2.0-canary.58
|
|
680
|
-
|
|
681
|
-
## 6.2.0-canary.57
|
|
682
|
-
|
|
683
|
-
## 6.2.0-canary.56
|
|
684
|
-
|
|
685
|
-
## 6.2.0-canary.55
|
|
686
|
-
|
|
687
|
-
## 6.2.0-canary.54
|
|
688
|
-
|
|
689
|
-
## 6.2.0-canary.53
|
|
690
|
-
|
|
691
|
-
## 6.2.0-canary.52
|
|
692
|
-
|
|
693
|
-
## 6.2.0-canary.51
|
|
694
|
-
|
|
695
|
-
## 6.2.0-canary.50
|
|
696
|
-
|
|
697
|
-
## 6.2.0-canary.49
|
|
698
|
-
|
|
699
|
-
## 6.2.0-canary.48
|
|
700
|
-
|
|
701
|
-
## 6.2.0-canary.47
|
|
702
|
-
|
|
703
|
-
## 6.2.0-canary.46
|
|
704
|
-
|
|
705
|
-
## 6.2.0-canary.45
|
|
706
|
-
|
|
707
|
-
## 6.2.0-canary.44
|
|
708
|
-
|
|
709
|
-
## 6.2.0-canary.43
|
|
710
|
-
|
|
711
|
-
## 6.2.0-canary.42
|
|
712
|
-
|
|
713
|
-
## 6.2.0-canary.41
|
|
714
|
-
|
|
715
|
-
## 6.2.0-canary.40
|
|
716
|
-
|
|
717
|
-
## 6.2.0-canary.39
|
|
718
|
-
|
|
719
|
-
## 6.2.0-canary.38
|
|
720
|
-
|
|
721
|
-
## 6.2.0-canary.37
|
|
722
|
-
|
|
723
|
-
## 6.2.0-canary.36
|
|
724
|
-
|
|
725
|
-
## 6.2.0-canary.35
|
|
726
|
-
|
|
727
|
-
## 6.2.0-canary.34
|
|
728
|
-
|
|
729
|
-
## 6.2.0-canary.33
|
|
730
|
-
|
|
731
|
-
## 6.2.0-canary.32
|
|
732
|
-
|
|
733
|
-
## 6.2.0-canary.31
|
|
734
|
-
|
|
735
|
-
## 6.2.0-canary.30
|
|
736
|
-
|
|
737
|
-
## 6.2.0-canary.29
|
|
738
|
-
|
|
739
|
-
## 6.2.0-canary.28
|
|
740
|
-
|
|
741
|
-
## 6.2.0-canary.27
|
|
742
|
-
|
|
743
|
-
## 6.2.0-canary.26
|
|
744
|
-
|
|
745
|
-
## 6.2.0-canary.25
|
|
746
|
-
|
|
747
|
-
## 6.2.0-canary.24
|
|
748
|
-
|
|
749
|
-
## 6.2.0-canary.23
|
|
750
|
-
|
|
751
|
-
## 6.2.0-canary.22
|
|
752
|
-
|
|
753
|
-
## 6.2.0-canary.21
|
|
754
|
-
|
|
755
|
-
## 6.2.0-canary.20
|
|
756
|
-
|
|
757
|
-
## 6.2.0-canary.19
|
|
758
|
-
|
|
759
|
-
## 6.2.0-canary.18
|
|
760
|
-
|
|
761
|
-
## 6.2.0-canary.17
|
|
762
|
-
|
|
763
|
-
## 6.2.0-canary.16
|
|
764
|
-
|
|
765
|
-
## 6.2.0-canary.15
|
|
766
|
-
|
|
767
|
-
## 6.2.0-canary.14
|
|
768
|
-
|
|
769
|
-
## 6.2.0-canary.13
|
|
770
|
-
|
|
771
|
-
## 6.2.0-canary.12
|
|
772
|
-
|
|
773
|
-
## 6.2.0-canary.11
|
|
774
|
-
|
|
775
|
-
## 6.2.0-canary.10
|
|
776
|
-
|
|
777
|
-
## 6.2.0-canary.9
|
|
778
|
-
|
|
779
|
-
## 6.2.0-canary.8
|
|
780
|
-
|
|
781
|
-
## 6.2.0-canary.7
|
|
782
|
-
|
|
783
|
-
## 6.2.0-canary.6
|
|
784
|
-
|
|
785
|
-
## 6.1.1-canary.5
|
|
786
|
-
|
|
787
|
-
## 6.1.1-canary.4
|
|
788
|
-
|
|
789
|
-
## 6.1.1-canary.3
|
|
790
|
-
|
|
791
|
-
## 6.1.1-canary.2
|
|
792
|
-
|
|
793
|
-
## 6.1.1-canary.1
|
|
794
|
-
|
|
795
|
-
## 6.1.1-canary.0
|
|
796
|
-
|
|
797
|
-
## 6.1.0
|
|
798
|
-
|
|
799
|
-
## 6.0.2-canary.22
|
|
800
|
-
|
|
801
|
-
## 6.0.2-canary.21
|
|
802
|
-
|
|
803
|
-
## 6.0.2-canary.20
|
|
804
|
-
|
|
805
|
-
## 6.0.2-canary.19
|
|
806
|
-
|
|
807
|
-
## 6.0.2-canary.18
|
|
808
|
-
|
|
809
|
-
## 6.0.2-canary.17
|
|
810
|
-
|
|
811
|
-
## 6.0.2-canary.16
|
|
812
|
-
|
|
813
|
-
## 6.0.2-canary.15
|
|
814
|
-
|
|
815
|
-
## 6.0.2-canary.14
|
|
816
|
-
|
|
817
|
-
## 6.0.2-canary.13
|
|
818
|
-
|
|
819
|
-
## 6.0.2-canary.12
|
|
820
|
-
|
|
821
|
-
## 6.0.2-canary.11
|
|
822
|
-
|
|
823
|
-
## 6.0.2-canary.10
|
|
824
|
-
|
|
825
|
-
## 6.0.2-canary.9
|
|
826
|
-
|
|
827
|
-
## 6.0.2-canary.8
|
|
828
|
-
|
|
829
|
-
## 6.0.2-canary.7
|
|
830
|
-
|
|
831
|
-
## 6.0.2-canary.6
|
|
832
|
-
|
|
833
|
-
## 6.0.2-canary.5
|
|
834
|
-
|
|
835
|
-
## 6.0.2-canary.4
|
|
836
|
-
|
|
837
|
-
## 6.0.2-canary.3
|
|
838
|
-
|
|
839
|
-
## 6.0.2-canary.2
|
|
840
|
-
|
|
841
|
-
## 6.0.2-canary.1
|
|
842
|
-
|
|
843
|
-
## 6.0.2-canary.0
|
|
844
|
-
|
|
845
|
-
## 6.0.1
|
|
846
|
-
|
|
847
|
-
## 6.0.1-canary.7
|
|
848
|
-
|
|
849
|
-
## 6.0.1-canary.6
|
|
850
|
-
|
|
851
|
-
## 6.0.1-canary.5
|
|
852
|
-
|
|
853
|
-
## 6.0.1-canary.4
|
|
854
|
-
|
|
855
|
-
## 6.0.1-canary.3
|
|
856
|
-
|
|
857
|
-
## 6.0.1-canary.2
|
|
858
|
-
|
|
859
|
-
## 6.0.1-canary.1
|
|
860
|
-
|
|
861
|
-
## 6.0.1-canary.0
|
|
862
|
-
|
|
863
|
-
## 6.0.0
|
|
864
|
-
|
|
865
|
-
## 6.0.0-canary.54
|
|
866
|
-
|
|
867
|
-
## 6.0.0-canary.53
|
|
868
|
-
|
|
869
|
-
## 6.0.0-canary.52
|
|
870
|
-
|
|
871
|
-
## 6.0.0-canary.51
|
|
872
|
-
|
|
873
|
-
## 6.0.0-canary.50
|
|
874
|
-
|
|
875
|
-
## 6.0.0-canary.49
|
|
876
|
-
|
|
877
|
-
## 6.0.0-canary.48
|
|
878
|
-
|
|
879
|
-
## 6.0.0-canary.47
|
|
880
|
-
|
|
881
|
-
## 6.0.0-canary.46
|
|
882
|
-
|
|
883
|
-
## 6.0.0-canary.45
|
|
884
|
-
|
|
885
|
-
## 6.0.0-canary.44
|
|
886
|
-
|
|
887
|
-
## 6.0.0-canary.43
|
|
888
|
-
|
|
889
|
-
## 6.0.0-canary.42
|
|
890
|
-
|
|
891
|
-
## 6.0.0-canary.41
|
|
892
|
-
|
|
893
|
-
## 6.0.0-canary.40
|
|
894
|
-
|
|
895
|
-
## 6.0.0-canary.39
|
|
896
|
-
|
|
897
|
-
## 6.0.0-canary.38
|
|
898
|
-
|
|
899
|
-
## 6.0.0-canary.37
|
|
900
|
-
|
|
901
|
-
## 6.0.0-canary.36
|
|
902
|
-
|
|
903
|
-
## 6.0.0-canary.35
|
|
904
|
-
|
|
905
|
-
## 6.0.0-canary.34
|
|
906
|
-
|
|
907
|
-
## 6.0.0-canary.33
|
|
908
|
-
|
|
909
|
-
## 6.0.0-canary.32
|
|
910
|
-
|
|
911
|
-
## 6.0.0-canary.31
|
|
912
|
-
|
|
913
|
-
## 6.0.0-canary.30
|
|
914
|
-
|
|
915
|
-
## 6.0.0-canary.29
|
|
916
|
-
|
|
917
|
-
## 6.0.0-canary.28
|
|
918
|
-
|
|
919
|
-
## 6.0.0-canary.27
|
|
920
|
-
|
|
921
|
-
## 6.0.0-canary.26
|
|
922
|
-
|
|
923
|
-
## 6.0.0-canary.25
|
|
924
|
-
|
|
925
|
-
## 6.0.0-canary.24
|
|
926
|
-
|
|
927
|
-
## 6.0.0-canary.23
|
|
928
|
-
|
|
929
|
-
## 6.0.0-canary.22
|
|
930
|
-
|
|
931
|
-
## 6.0.0-canary.21
|
|
932
|
-
|
|
933
|
-
## 6.0.0-canary.20
|
|
934
|
-
|
|
935
|
-
## 5.2.0-canary.19
|
|
936
|
-
|
|
937
|
-
## 5.2.0-canary.18
|
|
938
|
-
|
|
939
|
-
## 5.2.0-canary.17
|
|
940
|
-
|
|
941
|
-
## 5.2.0-canary.16
|
|
942
|
-
|
|
943
|
-
## 5.2.0-canary.15
|
|
944
|
-
|
|
945
|
-
## 5.2.0-canary.14
|
|
946
|
-
|
|
947
|
-
## 5.2.0-canary.13
|
|
948
|
-
|
|
949
|
-
## 5.2.0-canary.12
|
|
950
|
-
|
|
951
|
-
## 5.2.0-canary.11
|
|
952
|
-
|
|
953
|
-
## 5.2.0-canary.10
|
|
954
|
-
|
|
955
|
-
## 5.2.0-canary.9
|
|
956
|
-
|
|
957
|
-
## 5.2.0-canary.8
|
|
958
|
-
|
|
959
|
-
## 5.2.0-canary.7
|
|
960
|
-
|
|
961
|
-
## 5.2.0-canary.6
|
|
962
|
-
|
|
963
|
-
## 5.2.0-canary.5
|
|
964
|
-
|
|
965
|
-
## 5.2.0-canary.4
|
|
966
|
-
|
|
967
|
-
## 5.2.0-canary.3
|
|
968
|
-
|
|
969
|
-
## 5.2.0-canary.2
|
|
970
|
-
|
|
971
|
-
## 5.2.0-canary.1
|
|
972
|
-
|
|
973
|
-
## 5.2.0-canary.0
|
|
974
|
-
|
|
975
|
-
## 5.1.1
|
|
976
|
-
|
|
977
|
-
## 5.1.1-canary.1
|
|
978
|
-
|
|
979
|
-
## 5.1.1-canary.0
|
|
980
|
-
|
|
981
169
|
## 5.1.0
|
|
982
170
|
|
|
983
171
|
### Patch Changes
|
|
@@ -989,105 +177,18 @@
|
|
|
989
177
|
- Upgraded dependencies including type-fest and graphql-mesh
|
|
990
178
|
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
991
179
|
|
|
992
|
-
## 5.1.0-canary.11
|
|
993
|
-
|
|
994
|
-
## 5.1.0-canary.10
|
|
995
|
-
|
|
996
|
-
## 5.1.0-canary.9
|
|
997
|
-
|
|
998
|
-
## 5.1.0-canary.8
|
|
999
|
-
|
|
1000
|
-
## 5.1.0-canary.7
|
|
1001
|
-
|
|
1002
|
-
## 5.1.0-canary.6
|
|
1003
|
-
|
|
1004
|
-
## 5.1.0-canary.5
|
|
1005
|
-
|
|
1006
|
-
## 5.1.0-canary.4
|
|
1007
|
-
|
|
1008
|
-
## 5.1.0-canary.3
|
|
1009
|
-
|
|
1010
|
-
### Patch Changes
|
|
1011
|
-
|
|
1012
|
-
- [#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.
|
|
1013
|
-
|
|
1014
|
-
- Updated the @mui/material package
|
|
1015
|
-
- Removed dependencies on react-hook-form-mui and @playwright/test
|
|
1016
|
-
- Upgraded dependencies including type-fest and graphql-mesh
|
|
1017
|
-
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
1018
|
-
|
|
1019
|
-
## 5.1.0-canary.2
|
|
1020
|
-
|
|
1021
|
-
## 5.1.0-canary.1
|
|
1022
|
-
|
|
1023
|
-
## 5.1.0-canary.0
|
|
1024
|
-
|
|
1025
180
|
## 5.0.0
|
|
1026
181
|
|
|
1027
182
|
### Major Changes
|
|
1028
183
|
|
|
1029
184
|
- [#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))
|
|
1030
185
|
|
|
1031
|
-
## 5.0.0-canary.14
|
|
1032
|
-
|
|
1033
|
-
## 5.0.0-canary.13
|
|
1034
|
-
|
|
1035
|
-
### Major Changes
|
|
1036
|
-
|
|
1037
|
-
- [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@paales](https://github.com/paales))
|
|
1038
|
-
|
|
1039
|
-
## 4.14.0-canary.12
|
|
1040
|
-
|
|
1041
|
-
## 4.14.0-canary.11
|
|
1042
|
-
|
|
1043
|
-
## 4.14.0-canary.10
|
|
1044
|
-
|
|
1045
|
-
## 4.14.0-canary.9
|
|
1046
|
-
|
|
1047
|
-
## 4.14.0-canary.8
|
|
1048
|
-
|
|
1049
|
-
## 4.14.0-canary.7
|
|
1050
|
-
|
|
1051
|
-
## 4.14.0-canary.6
|
|
1052
|
-
|
|
1053
|
-
## 4.14.0-canary.5
|
|
1054
|
-
|
|
1055
|
-
## 4.14.0-canary.4
|
|
1056
|
-
|
|
1057
|
-
## 4.14.0-canary.3
|
|
1058
|
-
|
|
1059
|
-
## 4.14.0-canary.2
|
|
1060
|
-
|
|
1061
|
-
## 4.13.2-canary.1
|
|
1062
|
-
|
|
1063
|
-
## 4.13.2-canary.0
|
|
1064
|
-
|
|
1065
|
-
## 4.13.3
|
|
1066
|
-
|
|
1067
|
-
## 4.13.2
|
|
1068
|
-
|
|
1069
|
-
## 4.13.1
|
|
1070
|
-
|
|
1071
|
-
## 4.13.1-canary.2
|
|
1072
|
-
|
|
1073
|
-
## 4.13.1-canary.1
|
|
1074
|
-
|
|
1075
|
-
## 4.13.1-canary.0
|
|
1076
|
-
|
|
1077
186
|
## 4.13.0
|
|
1078
187
|
|
|
1079
188
|
### Patch Changes
|
|
1080
189
|
|
|
1081
190
|
- [#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
|
|
1082
191
|
|
|
1083
|
-
## 4.13.0-canary.1
|
|
1084
|
-
|
|
1085
|
-
### Patch Changes
|
|
1086
|
-
|
|
1087
|
-
- [`abb15ef4a`](https://github.com/graphcommerce-org/graphcommerce/commit/abb15ef4a79b12eddb32cc006e5d1d31dd06ac2d) Thanks [@paales](https://github.com/paales)! - Added canary releases to GraphCommerce
|
|
1088
|
-
|
|
1089
|
-
## 4.13.0-canary.0
|
|
1090
|
-
|
|
1091
192
|
## 3.5.9
|
|
1092
193
|
|
|
1093
194
|
### Patch Changes
|
|
@@ -1652,7 +753,7 @@
|
|
|
1652
753
|
All occurences of `<Trans>` and `t` need to be replaced:
|
|
1653
754
|
|
|
1654
755
|
```tsx
|
|
1655
|
-
import {
|
|
756
|
+
import { t, Trans } from '@lingui/macro'
|
|
1656
757
|
|
|
1657
758
|
function MyComponent() {
|
|
1658
759
|
const foo = 'bar'
|
|
@@ -1667,8 +768,8 @@
|
|
|
1667
768
|
Needs to be replaced with:
|
|
1668
769
|
|
|
1669
770
|
```tsx
|
|
1670
|
-
import { Trans } from '@lingui/react'
|
|
1671
771
|
import { i18n } from '@lingui/core'
|
|
772
|
+
import { Trans } from '@lingui/react'
|
|
1672
773
|
|
|
1673
774
|
function MyComponent() {
|
|
1674
775
|
const foo = 'bar'
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ActionCardItemRenderProps } from '@graphcommerce/ecommerce-ui'
|
|
2
|
-
import { CustomerAddressFragment } from '@graphcommerce/magento-customer/components/CreateCustomerAddressForm/CustomerAddress.gql'
|
|
1
|
+
import type { ActionCardItemRenderProps } from '@graphcommerce/ecommerce-ui'
|
|
2
|
+
import type { CustomerAddressFragment } from '@graphcommerce/magento-customer/components/CreateCustomerAddressForm/CustomerAddress.gql'
|
|
3
3
|
import { useFindCountry } from '@graphcommerce/magento-store'
|
|
4
4
|
import { ActionCard, IconSvg, iconHome } from '@graphcommerce/next-ui'
|
|
5
5
|
import { Trans } from '@lingui/react'
|
|
6
6
|
import { Button } from '@mui/material'
|
|
7
7
|
import { useRouter } from 'next/router'
|
|
8
8
|
|
|
9
|
-
type CustomerAddressActionCardProps = ActionCardItemRenderProps<
|
|
9
|
+
export type CustomerAddressActionCardProps = ActionCardItemRenderProps<
|
|
10
10
|
CustomerAddressFragment | null | undefined
|
|
11
11
|
>
|
|
12
12
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
+
import type { UseFormComposeOptions } from '@graphcommerce/ecommerce-ui'
|
|
1
2
|
import {
|
|
2
3
|
ActionCardListForm,
|
|
3
4
|
FormAutoSubmit,
|
|
4
5
|
FormPersist,
|
|
5
6
|
TextFieldElement,
|
|
6
|
-
UseFormComposeOptions,
|
|
7
7
|
useFormCompose,
|
|
8
8
|
} from '@graphcommerce/ecommerce-ui'
|
|
9
9
|
import { useQuery } from '@graphcommerce/graphql'
|
|
@@ -16,20 +16,21 @@ import { CustomerDocument } from '@graphcommerce/magento-customer'
|
|
|
16
16
|
import { FormRow, filterNonNullableKeys } from '@graphcommerce/next-ui'
|
|
17
17
|
import { i18n } from '@lingui/core'
|
|
18
18
|
import { Trans } from '@lingui/macro'
|
|
19
|
-
import {
|
|
19
|
+
import type { SxProps, Theme } from '@mui/material'
|
|
20
|
+
import { Box } from '@mui/material'
|
|
20
21
|
import React, { useEffect } from 'react'
|
|
21
22
|
import { findCustomerAddressFromCartAddress } from '../../utils/findCustomerAddressFromCartAddress'
|
|
22
23
|
import { GetAddressesDocument } from '../ShippingAddressForm/GetAddresses.gql'
|
|
23
24
|
import { CustomerAddressActionCard } from './CustomerAddressActionCard'
|
|
24
25
|
import { SetCustomerBillingAddressOnCartDocument } from './SetCustomerBillingAddressOnCart.gql'
|
|
25
26
|
import { SetCustomerShippingAddressOnCartDocument } from './SetCustomerShippingAddressOnCart.gql'
|
|
26
|
-
import {
|
|
27
|
-
SetCustomerShippingBillingAddressOnCartDocument,
|
|
27
|
+
import type {
|
|
28
28
|
SetCustomerShippingBillingAddressOnCartMutation,
|
|
29
29
|
SetCustomerShippingBillingAddressOnCartMutationVariables,
|
|
30
30
|
} from './SetCustomerShippingBillingAddressOnCart.gql'
|
|
31
|
+
import { SetCustomerShippingBillingAddressOnCartDocument } from './SetCustomerShippingBillingAddressOnCart.gql'
|
|
31
32
|
|
|
32
|
-
type CustomerAddressListProps = Pick<UseFormComposeOptions, 'step'> & {
|
|
33
|
+
export type CustomerAddressListProps = Pick<UseFormComposeOptions, 'step'> & {
|
|
33
34
|
children?: React.ReactNode
|
|
34
35
|
sx?: SxProps<Theme>
|
|
35
36
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
import type { UseFormComposeOptions } from '@graphcommerce/ecommerce-ui'
|
|
1
2
|
import {
|
|
2
3
|
CheckboxElement,
|
|
3
4
|
FormAutoSubmit,
|
|
4
5
|
FormPersist,
|
|
5
6
|
TelephoneElement,
|
|
6
7
|
TextFieldElement,
|
|
7
|
-
UseFormComposeOptions,
|
|
8
8
|
useFormCompose,
|
|
9
9
|
} from '@graphcommerce/ecommerce-ui'
|
|
10
10
|
import { useQuery } from '@graphcommerce/graphql'
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
useCartQuery,
|
|
14
14
|
useFormGqlMutationCart,
|
|
15
15
|
} from '@graphcommerce/magento-cart'
|
|
16
|
-
import { CartAddressFragment } from '@graphcommerce/magento-cart/components/CartAddress/CartAddress.gql'
|
|
16
|
+
import type { CartAddressFragment } from '@graphcommerce/magento-cart/components/CartAddress/CartAddress.gql'
|
|
17
17
|
import {
|
|
18
18
|
AddressFields,
|
|
19
19
|
CompanyFields,
|
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
import { CountryRegionsDocument, StoreConfigDocument } from '@graphcommerce/magento-store'
|
|
25
25
|
import { Form, FormRow } from '@graphcommerce/next-ui'
|
|
26
26
|
import { Trans } from '@lingui/macro'
|
|
27
|
-
import { SxProps, Theme } from '@mui/material'
|
|
27
|
+
import type { SxProps, Theme } from '@mui/material'
|
|
28
28
|
import React from 'react'
|
|
29
29
|
import { isCartAddressACustomerAddress } from '../../utils/findCustomerAddressFromCartAddress'
|
|
30
30
|
import { isSameAddress } from '../../utils/isSameAddress'
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-cart-shipping-address",
|
|
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,22 +12,22 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/ecommerce-ui": "^9.0.0
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.0
|
|
17
|
-
"@graphcommerce/graphql": "^9.0.0
|
|
18
|
-
"@graphcommerce/graphql-mesh": "^9.0.0
|
|
19
|
-
"@graphcommerce/image": "^9.0.0
|
|
20
|
-
"@graphcommerce/magento-cart": "^9.0.0
|
|
21
|
-
"@graphcommerce/magento-customer": "^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/typescript-config-pwa": "^9.0.0
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^9.0.0",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.0",
|
|
17
|
+
"@graphcommerce/graphql": "^9.0.0",
|
|
18
|
+
"@graphcommerce/graphql-mesh": "^9.0.0",
|
|
19
|
+
"@graphcommerce/image": "^9.0.0",
|
|
20
|
+
"@graphcommerce/magento-cart": "^9.0.0",
|
|
21
|
+
"@graphcommerce/magento-customer": "^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/typescript-config-pwa": "^9.0.0",
|
|
26
26
|
"@lingui/core": "^4.2.1",
|
|
27
27
|
"@lingui/macro": "^4.2.1",
|
|
28
28
|
"@lingui/react": "^4.2.1",
|
|
29
29
|
"@mui/material": "^5.10.16",
|
|
30
|
-
"framer-motion": "^
|
|
30
|
+
"framer-motion": "^11.0.0",
|
|
31
31
|
"next": "*",
|
|
32
32
|
"react": "^18.2.0",
|
|
33
33
|
"react-dom": "^18.2.0"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CartAddressFragment } from '@graphcommerce/magento-cart/components/CartAddress/CartAddress.gql'
|
|
2
|
-
import { CustomerAddressFragment } from '@graphcommerce/magento-customer/components/CreateCustomerAddressForm/CustomerAddress.gql'
|
|
1
|
+
import type { CartAddressFragment } from '@graphcommerce/magento-cart/components/CartAddress/CartAddress.gql'
|
|
2
|
+
import type { CustomerAddressFragment } from '@graphcommerce/magento-customer/components/CreateCustomerAddressForm/CustomerAddress.gql'
|
|
3
3
|
import { filterNonNullableKeys } from '@graphcommerce/next-ui'
|
|
4
4
|
|
|
5
5
|
export function findCustomerAddressFromCartAddress<CustomerAddress extends CustomerAddressFragment>(
|
package/utils/isSameAddress.ts
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import { CartAddressFragment } from '@graphcommerce/magento-cart/components/CartAddress/CartAddress.gql'
|
|
2
|
-
import { nonNullable } from '@graphcommerce/next-ui'
|
|
3
|
-
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
4
|
-
import { equal } from '@wry/equality'
|
|
1
|
+
import type { CartAddressFragment } from '@graphcommerce/magento-cart/components/CartAddress/CartAddress.gql'
|
|
5
2
|
|
|
6
3
|
type PartialNullable<T> = {
|
|
7
4
|
[P in keyof T]?: T[P] | null
|