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