@graphcommerce/magento-customer 3.6.43 → 4.0.1
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 +388 -260
- package/components/AccountAddress/index.tsx +38 -42
- package/components/AccountAddresses/index.tsx +46 -41
- package/components/AddressFields/index.tsx +2 -2
- package/components/AddressMultiLine/index.tsx +8 -6
- package/components/ApolloCustomerError/ApolloCustomerErrorAlert.tsx +2 -2
- package/components/ApolloCustomerError/ApolloCustomerErrorFullPage.tsx +3 -5
- package/components/ChangeNameForm/index.tsx +1 -2
- package/components/ChangePasswordForm/ChangePasswordForm.tsx +2 -4
- package/components/CreateCustomerAddressForm/index.tsx +3 -4
- package/components/CustomerFab/index.tsx +21 -16
- package/components/CustomerMenuFabItem/index.tsx +12 -28
- package/components/DeleteCustomerAddressForm/index.tsx +1 -1
- package/components/EditAddressForm/index.tsx +6 -17
- package/components/ForgotPasswordForm/ForgotPasswordForm.tsx +12 -17
- package/components/NameFields/index.tsx +1 -1
- package/components/ResetPasswordForm/index.tsx +1 -1
- package/components/SignInForm/SignInForm.tsx +7 -21
- package/components/SignInForm/SignInFormInline.tsx +35 -29
- package/components/SignUpForm/SignUpForm.tsx +1 -2
- package/components/SignUpForm/SignUpFormInline.tsx +25 -35
- package/components/UpdateCustomerEmailForm/index.tsx +1 -2
- package/components/UpdateDefaultAddressForm/index.tsx +3 -8
- package/hooks/useExtractCustomerErrors.tsx +1 -1
- package/hooks/useFormIsEmailAvailable.tsx +1 -1
- package/index.ts +1 -3
- package/link/{createAuthLink.ts → createCustomerTokenLink.ts} +2 -3
- package/package.json +18 -24
- package/typePolicies.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,367 +1,496 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [3.6.17](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@3.6.16...@graphcommerce/magento-customer@3.6.17) (2021-12-17)
|
|
3
|
+
## 4.0.1
|
|
7
4
|
|
|
5
|
+
### Patch Changes
|
|
8
6
|
|
|
9
|
-
|
|
7
|
+
- [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
|
|
8
|
+
Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
|
|
9
|
+
so that the packages link to back to the website and repository
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
[[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
|
|
12
|
+
- @graphcommerce/graphql@3.0.1
|
|
13
|
+
- @graphcommerce/image@3.0.1
|
|
14
|
+
- @graphcommerce/magento-graphql@3.0.1
|
|
15
|
+
- @graphcommerce/magento-store@4.0.1
|
|
16
|
+
- @graphcommerce/next-ui@4.0.1
|
|
17
|
+
- @graphcommerce/react-hook-form@3.0.1
|
|
10
18
|
|
|
11
|
-
|
|
19
|
+
## 4.0.0
|
|
12
20
|
|
|
21
|
+
### Major Changes
|
|
13
22
|
|
|
23
|
+
- [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
|
|
24
|
+
[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
|
|
25
|
+
Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
|
|
14
26
|
|
|
27
|
+
### Patch Changes
|
|
15
28
|
|
|
29
|
+
- Updated dependencies
|
|
30
|
+
[[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
|
|
31
|
+
- @graphcommerce/graphql@3.0.0
|
|
32
|
+
- @graphcommerce/image@3.0.0
|
|
33
|
+
- @graphcommerce/magento-graphql@3.0.0
|
|
34
|
+
- @graphcommerce/magento-store@4.0.0
|
|
35
|
+
- @graphcommerce/next-ui@4.0.0
|
|
36
|
+
- @graphcommerce/react-hook-form@3.0.0
|
|
16
37
|
|
|
17
|
-
|
|
38
|
+
All notable changes to this project will be documented in this file. See
|
|
39
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
18
40
|
|
|
41
|
+
## [3.6.17](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@3.6.16...@graphcommerce/magento-customer@3.6.17) (2021-12-17)
|
|
19
42
|
|
|
20
43
|
### Bug Fixes
|
|
21
44
|
|
|
22
|
-
|
|
23
|
-
|
|
45
|
+
- added various translations
|
|
46
|
+
([66c089d](https://github.com/ho-nl/m2-pwa/commit/66c089dc458e2d7b9f0318b2e14d88cb0e6effc8))
|
|
24
47
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
* added tons of translations ([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
|
|
48
|
+
# [3.6.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@3.5.6...@graphcommerce/magento-customer@3.6.0) (2021-11-12)
|
|
28
49
|
|
|
50
|
+
### Bug Fixes
|
|
29
51
|
|
|
52
|
+
- even more translations
|
|
53
|
+
([1a1f988](https://github.com/ho-nl/m2-pwa/commit/1a1f98837c704b978f6b42b619d9c52f540b2d48))
|
|
30
54
|
|
|
55
|
+
### Features
|
|
31
56
|
|
|
57
|
+
- added tons of translations
|
|
58
|
+
([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
|
|
32
59
|
|
|
33
60
|
## [3.5.5](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@3.5.4...@graphcommerce/magento-customer@3.5.5) (2021-11-12)
|
|
34
61
|
|
|
35
|
-
|
|
36
62
|
### Bug Fixes
|
|
37
63
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
64
|
+
- design
|
|
65
|
+
([a095309](https://github.com/ho-nl/m2-pwa/commit/a095309bb3d77228985e08e30f626cd26e878f57))
|
|
66
|
+
- login error message should wrap
|
|
67
|
+
([6b8e61f](https://github.com/ho-nl/m2-pwa/commit/6b8e61fa6523391e5faa3dfd37b9fcd648d831bb))
|
|
68
|
+
- snackbar styling and consistant grammar
|
|
69
|
+
([3f6a4f9](https://github.com/ho-nl/m2-pwa/commit/3f6a4f9a1c8b2d5220268d59d0c8e5a11c9ce6a8))
|
|
45
70
|
|
|
46
71
|
## [3.5.4](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@3.5.3...@graphcommerce/magento-customer@3.5.4) (2021-11-12)
|
|
47
72
|
|
|
48
|
-
|
|
49
73
|
### Bug Fixes
|
|
50
74
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
75
|
+
- **checkout-email-form:** spacing too large
|
|
76
|
+
([f54e217](https://github.com/ho-nl/m2-pwa/commit/f54e2170b5c47c1c33e74db45e3bcae3d3523c4e))
|
|
77
|
+
- **use-form-is-email-available:** invalid email resets sign in/up state
|
|
78
|
+
([87b3965](https://github.com/ho-nl/m2-pwa/commit/87b39656760372f2be69eca045e3db8120006137))
|
|
57
79
|
|
|
58
80
|
# [3.5.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@3.4.15...@graphcommerce/magento-customer@3.5.0) (2021-11-09)
|
|
59
81
|
|
|
60
|
-
|
|
61
82
|
### Features
|
|
62
83
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
84
|
+
- added translations to all pages
|
|
85
|
+
([8cf4ecd](https://github.com/ho-nl/m2-pwa/commit/8cf4ecd5db5edfec04ab205aa49f5de433d26579))
|
|
68
86
|
|
|
69
87
|
## [3.4.10](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@3.4.9...@graphcommerce/magento-customer@3.4.10) (2021-11-05)
|
|
70
88
|
|
|
71
|
-
|
|
72
89
|
### Bug Fixes
|
|
73
90
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
91
|
+
- **sign-up-form:** prevent throwing sign up errors
|
|
92
|
+
([3c5d059](https://github.com/ho-nl/m2-pwa/commit/3c5d059b6a3e6cedb4b6eb967235f4d27075fcd4))
|
|
93
|
+
- **signup-form:** fix helper text
|
|
94
|
+
([09025a4](https://github.com/ho-nl/m2-pwa/commit/09025a4ee6257d0be40b3b97455aebb4359ed4a7))
|
|
80
95
|
|
|
81
96
|
# [3.4.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@3.3.5...@graphcommerce/magento-customer@3.4.0) (2021-11-02)
|
|
82
97
|
|
|
83
|
-
|
|
84
98
|
### Bug Fixes
|
|
85
99
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
100
|
+
- move checkmark icons on select fields
|
|
101
|
+
([95ce54d](https://github.com/ho-nl/m2-pwa/commit/95ce54d7fd41d11120847f2fdf6b9097a2c93871))
|
|
102
|
+
- remove text='bold', make contained button text stronger by default
|
|
103
|
+
([cd277c9](https://github.com/ho-nl/m2-pwa/commit/cd277c9f434a4a765eac372467e5a05c822d5512))
|
|
104
|
+
- remove unused imports
|
|
105
|
+
([b832188](https://github.com/ho-nl/m2-pwa/commit/b8321887f10a4a026adc5ca39166eeef90e60669))
|
|
90
106
|
|
|
91
107
|
### Features
|
|
92
108
|
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
109
|
+
- darkTheme
|
|
110
|
+
([3ed6647](https://github.com/ho-nl/m2-pwa/commit/3ed664714670315bc9f20542549724f66cb5052d))
|
|
98
111
|
|
|
99
112
|
## [3.3.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@3.3.0...@graphcommerce/magento-customer@3.3.1) (2021-10-28)
|
|
100
113
|
|
|
101
|
-
|
|
102
114
|
### Bug Fixes
|
|
103
115
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
116
|
+
- External SVG's can't have alt tags
|
|
117
|
+
([1b1414a](https://github.com/ho-nl/m2-pwa/commit/1b1414a782d55d3acf7b0e6bcaa50f2ad5f18f39))
|
|
109
118
|
|
|
110
119
|
# [3.3.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@3.2.2...@graphcommerce/magento-customer@3.3.0) (2021-10-28)
|
|
111
120
|
|
|
112
|
-
|
|
113
121
|
### Bug Fixes
|
|
114
122
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
123
|
+
- remove double icons
|
|
124
|
+
([1654e34](https://github.com/ho-nl/m2-pwa/commit/1654e3441911f3c7c1600357f8f8e3032f5ee729))
|
|
125
|
+
- update SvgImage to SvgImageSimple
|
|
126
|
+
([f116543](https://github.com/ho-nl/m2-pwa/commit/f116543730853fa9782abff0ccacee7032e85789))
|
|
118
127
|
|
|
119
128
|
### Features
|
|
120
129
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
130
|
+
- dynamic icons, update SvgImage uses to SvgImageSimple
|
|
131
|
+
([3d3cc0e](https://github.com/ho-nl/m2-pwa/commit/3d3cc0e0336fcde1cce6ba19705f82c1edf9bfc6))
|
|
126
132
|
|
|
127
133
|
# [3.2.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@3.1.9...@graphcommerce/magento-customer@3.2.0) (2021-10-27)
|
|
128
134
|
|
|
129
|
-
|
|
130
135
|
### Features
|
|
131
136
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
+
- **nextjs:** upgraded to nextjs 12
|
|
138
|
+
([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
|
|
137
139
|
|
|
138
140
|
## [3.1.4](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@3.1.3...@graphcommerce/magento-customer@3.1.4) (2021-10-19)
|
|
139
141
|
|
|
140
|
-
|
|
141
142
|
### Bug Fixes
|
|
142
143
|
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
144
|
+
- build didn't succeed because of an unknown prop on MessageSnackbar
|
|
145
|
+
([4def2d1](https://github.com/ho-nl/m2-pwa/commit/4def2d16ad722e9dc9ae0fc63785107df2d83eab))
|
|
148
146
|
|
|
149
147
|
# [3.1.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@3.0.25...@graphcommerce/magento-customer@3.1.0) (2021-10-15)
|
|
150
148
|
|
|
151
|
-
|
|
152
149
|
### Features
|
|
153
150
|
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
151
|
+
- **CustomerFab:** allow custom styling
|
|
152
|
+
([da38425](https://github.com/ho-nl/m2-pwa/commit/da384252b5e6e1025e0e90d683f7c60691366fb5))
|
|
153
|
+
- **CustomerFab:** allow full customization instead of just styling
|
|
154
|
+
([b9f4248](https://github.com/ho-nl/m2-pwa/commit/b9f42483c157b56f7406bf51b74557278c64a597))
|
|
160
155
|
|
|
161
156
|
## [3.0.9](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@3.0.8...@graphcommerce/magento-customer@3.0.9) (2021-09-30)
|
|
162
157
|
|
|
163
|
-
|
|
164
158
|
### Bug Fixes
|
|
165
159
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
160
|
+
- dependency cycle issues causes release version issues
|
|
161
|
+
([f9d82e3](https://github.com/ho-nl/m2-pwa/commit/f9d82e3bf152acaf90f9d5328bc3d020ca1c53d8))
|
|
171
162
|
|
|
172
163
|
## [3.0.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@3.0.0...@graphcommerce/magento-customer@3.0.1) (2021-09-27)
|
|
173
164
|
|
|
174
165
|
**Note:** Version bump only for package @graphcommerce/magento-customer
|
|
175
166
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
167
|
# 3.0.0 (2021-09-27)
|
|
181
168
|
|
|
182
|
-
|
|
183
169
|
### Bug Fixes
|
|
184
170
|
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
171
|
+
- 400 bad request when authenticating
|
|
172
|
+
([004cf8d](https://github.com/ho-nl/m2-pwa/commit/004cf8de85a8813b6f0e674ecd7b2c82b2a65748))
|
|
173
|
+
- account flow (wip)
|
|
174
|
+
([0e75aeb](https://github.com/ho-nl/m2-pwa/commit/0e75aebcab3043f9dcd7fd095f9c46cb25d40d57))
|
|
175
|
+
- account tweaks
|
|
176
|
+
([26ca295](https://github.com/ho-nl/m2-pwa/commit/26ca2955fe7a3ed509aaa7df98cbb4854d636179))
|
|
177
|
+
- **account-addresses:** single address not shown
|
|
178
|
+
([798bb9c](https://github.com/ho-nl/m2-pwa/commit/798bb9ce2ae7347f161d1a7285e21a3aad0f835f))
|
|
179
|
+
- address fragments
|
|
180
|
+
([96e68c3](https://github.com/ho-nl/m2-pwa/commit/96e68c3f96e40dded50ec5859909a7326b47e37b))
|
|
181
|
+
- address multi line props bug
|
|
182
|
+
([2cb3071](https://github.com/ho-nl/m2-pwa/commit/2cb3071a05b75297b3a44915c31b77d4c46ff9cb))
|
|
183
|
+
- animate checkout login flow
|
|
184
|
+
([0fa32f6](https://github.com/ho-nl/m2-pwa/commit/0fa32f634b94a1f827cf2e4e44e2399a10efb7a1))
|
|
185
|
+
- **apollo customer error full page:** only show buttons when customer is unauthorized
|
|
186
|
+
([53df7b7](https://github.com/ho-nl/m2-pwa/commit/53df7b75680305e44a79855311e54632cc9e5e68))
|
|
187
|
+
- border bottom error
|
|
188
|
+
([4aeb1af](https://github.com/ho-nl/m2-pwa/commit/4aeb1af43eafb52774942370596709488346473f))
|
|
189
|
+
- cannot execute query error in checkout when signed in
|
|
190
|
+
([0004841](https://github.com/ho-nl/m2-pwa/commit/00048418afcf6199bf3714a7b472b6f70dcd99f0))
|
|
191
|
+
- cart item styling
|
|
192
|
+
([1def7f4](https://github.com/ho-nl/m2-pwa/commit/1def7f49ad4dd621aff6cfd058acc489e522650f))
|
|
193
|
+
- checkout login flow
|
|
194
|
+
([c6aace8](https://github.com/ho-nl/m2-pwa/commit/c6aace8cbf5319325fb2b2c0c9b778c080095d4c))
|
|
195
|
+
- **checkout:** ShippingAddressForm can’t correctly submit when region is not visible
|
|
196
|
+
([a459d09](https://github.com/ho-nl/m2-pwa/commit/a459d0929810080b5378ed54dda829416235b5e3))
|
|
197
|
+
- correct icon tracking link and order invoice
|
|
198
|
+
([fa8948b](https://github.com/ho-nl/m2-pwa/commit/fa8948b0ad58f215d5f26da32d74209efb4088c5))
|
|
199
|
+
- delete confirmation
|
|
200
|
+
([32233f6](https://github.com/ho-nl/m2-pwa/commit/32233f673fa7bba6ae148d234db7732aa2db012f))
|
|
201
|
+
- display empty country in country selector
|
|
202
|
+
([8b2a6a7](https://github.com/ho-nl/m2-pwa/commit/8b2a6a7af4ec1dec745dd96687712bc5a17b28d4))
|
|
203
|
+
- dynamic order state labels
|
|
204
|
+
([6169291](https://github.com/ho-nl/m2-pwa/commit/616929189dffb9ecbfda6de8be9e0cb0f3d2a54b))
|
|
205
|
+
- dynamic order tracking ID
|
|
206
|
+
([2116123](https://github.com/ho-nl/m2-pwa/commit/2116123edf0658ec1f1b51628b3be6b9e72ec216))
|
|
207
|
+
- header fab icons size
|
|
208
|
+
([772a721](https://github.com/ho-nl/m2-pwa/commit/772a7213a7ee8274ed006fcd6b6fb5123630a771))
|
|
209
|
+
- helper list styles
|
|
210
|
+
([2cb825d](https://github.com/ho-nl/m2-pwa/commit/2cb825d24edf8772b191c50ded521590c70966df))
|
|
211
|
+
- icon alignments & sizes
|
|
212
|
+
([3b349c9](https://github.com/ho-nl/m2-pwa/commit/3b349c96f08f25cad892cf224ee76e937fb338b8))
|
|
213
|
+
- ignore md files from triggering version updates
|
|
214
|
+
([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
|
215
|
+
- **image:** fix build
|
|
216
|
+
([b730cb6](https://github.com/ho-nl/m2-pwa/commit/b730cb6ae4e50dcf2f60e2046d6acf3047caacb3))
|
|
217
|
+
- **image:** make sure unoptimized images are preloaded correctly and remove preloads from lots of
|
|
218
|
+
images
|
|
219
|
+
([fb2b4fc](https://github.com/ho-nl/m2-pwa/commit/fb2b4fcb5336ff880a9b32775847d7b6738ba1ea))
|
|
220
|
+
- implement next-ui barrel imports
|
|
221
|
+
([75bea70](https://github.com/ho-nl/m2-pwa/commit/75bea703dba898f18a2a1dfa3243ebd0a4e6f0e1))
|
|
222
|
+
- inline signup form styles
|
|
223
|
+
([4199462](https://github.com/ho-nl/m2-pwa/commit/4199462fc6b39b0f67f7b3e37e26ac61c5d5126d))
|
|
224
|
+
- input checkmarks
|
|
225
|
+
([279c1c1](https://github.com/ho-nl/m2-pwa/commit/279c1c112ada46fdea102024298e8293d1a23293))
|
|
226
|
+
- list item icon
|
|
227
|
+
([4a4cec5](https://github.com/ho-nl/m2-pwa/commit/4a4cec581b3304a33315242029a7ed274ac7877c))
|
|
228
|
+
- **magento-store:** move useCountry/useRegion to magento-store and rename to
|
|
229
|
+
useFindCountry/useFindRegion
|
|
230
|
+
([3fed1c5](https://github.com/ho-nl/m2-pwa/commit/3fed1c53f975977e2681a9b80bb283332d9ad5ec))
|
|
231
|
+
- make separate queries folder, create injectable for account and inject reviews
|
|
232
|
+
([5d82a5d](https://github.com/ho-nl/m2-pwa/commit/5d82a5d9162f687c2678cce215b77eedbaf1669e))
|
|
233
|
+
- make sure an empty cart gets initialized properly
|
|
234
|
+
([12df845](https://github.com/ho-nl/m2-pwa/commit/12df8456117393cc7c387ba6e072190a831b7a58))
|
|
235
|
+
- make sure ComposedForm actually submits correctly
|
|
236
|
+
([c6499d9](https://github.com/ho-nl/m2-pwa/commit/c6499d9d36f874cd65b310cbf7f63f5a88fa86cd))
|
|
237
|
+
- make sure the checkout address fields are working as expected
|
|
238
|
+
([e88aae9](https://github.com/ho-nl/m2-pwa/commit/e88aae9afa3c60457b8e8c87ba52e8ae2dec4a3e))
|
|
239
|
+
- make sure the session token gets deactivated when trying to merge carts when it cant
|
|
240
|
+
([2a9416b](https://github.com/ho-nl/m2-pwa/commit/2a9416b5c9efcd28a27f4183922ab419f62ea767))
|
|
241
|
+
- make sure to use barrel files
|
|
242
|
+
([b73aaf1](https://github.com/ho-nl/m2-pwa/commit/b73aaf1b47db1c807e6b8665e33c7fd5633c49b4))
|
|
243
|
+
- make sure we are loading the correct icons
|
|
244
|
+
([9862a80](https://github.com/ho-nl/m2-pwa/commit/9862a801088d395838fc5ece5a9c15f7c6c7d422))
|
|
245
|
+
- make sure we do not set the new mode to early
|
|
246
|
+
([400107f](https://github.com/ho-nl/m2-pwa/commit/400107fe60bc6390129258089a4280e416e4c3c6))
|
|
247
|
+
- merge session expired page with sign in page
|
|
248
|
+
([8135c55](https://github.com/ho-nl/m2-pwa/commit/8135c553959eab7574f06b13e390a779f01bf5bd))
|
|
249
|
+
- message when product not found
|
|
250
|
+
([a10f2d8](https://github.com/ho-nl/m2-pwa/commit/a10f2d8ec4dc387659b6c993b65b4aad9d71989c))
|
|
251
|
+
- missing NoOrdersFound export
|
|
252
|
+
([81e1177](https://github.com/ho-nl/m2-pwa/commit/81e1177dfa6347b310ec5cf4a7085edec7c86497))
|
|
253
|
+
- move trackinglink to order package
|
|
254
|
+
([1ddf923](https://github.com/ho-nl/m2-pwa/commit/1ddf9235a9ee0e5cda8f657de2ebb559836278ec))
|
|
255
|
+
- mui register email field
|
|
256
|
+
([f6270ca](https://github.com/ho-nl/m2-pwa/commit/f6270cabc014e9258d94d1190c1a496d53482d14))
|
|
257
|
+
- my account mobile view
|
|
258
|
+
([1fc48e0](https://github.com/ho-nl/m2-pwa/commit/1fc48e0ff7470f5904492619d96315db19dcc42b))
|
|
259
|
+
- my account view styles
|
|
260
|
+
([294a22c](https://github.com/ho-nl/m2-pwa/commit/294a22ce0415410fa3b8509578e5b297ad76e66a))
|
|
261
|
+
- order card date
|
|
262
|
+
([5b932a7](https://github.com/ho-nl/m2-pwa/commit/5b932a72c7ae3d263895d04f13b3aecf1269fc92))
|
|
263
|
+
- order details payment information
|
|
264
|
+
([cd54eec](https://github.com/ho-nl/m2-pwa/commit/cd54eec957d34a99c6e58bab4876fb511882e823))
|
|
265
|
+
- order item product page link
|
|
266
|
+
([3a606cc](https://github.com/ho-nl/m2-pwa/commit/3a606ccf408694e055f660deedbd1dff5ab19987))
|
|
267
|
+
- order_date does not exist on ‘OrderCardFragment’
|
|
268
|
+
([687e0b9](https://github.com/ho-nl/m2-pwa/commit/687e0b95f93cc0f3400b2cd23352e9ed7902b035))
|
|
269
|
+
- orders missing key prop
|
|
270
|
+
([73f9fdf](https://github.com/ho-nl/m2-pwa/commit/73f9fdf21f60660bacee8cc16f649e409d813019))
|
|
271
|
+
- page as query parameter
|
|
272
|
+
([fee47ce](https://github.com/ho-nl/m2-pwa/commit/fee47ce5e0d3295a417bffc100a1d51b095b51ad))
|
|
273
|
+
- password never equal to passwordConfirm
|
|
274
|
+
([90d0d7f](https://github.com/ho-nl/m2-pwa/commit/90d0d7f7e0e97c537e2f7bbc52cc39b419955a16))
|
|
275
|
+
- prevent re-render newsletter form
|
|
276
|
+
([aa180d2](https://github.com/ho-nl/m2-pwa/commit/aa180d27371e64f08d2965e27381d160fe3b3f81))
|
|
277
|
+
- ratings default value
|
|
278
|
+
([7525fc3](https://github.com/ho-nl/m2-pwa/commit/7525fc3db44b99b6d6c5521b5acbd0e48ca9aa97))
|
|
279
|
+
- **react-hook-form:** assertFormGqlOperation
|
|
280
|
+
([ce09fa5](https://github.com/ho-nl/m2-pwa/commit/ce09fa50f73f6d06b2caa15b1223ba7470a7ea96))
|
|
281
|
+
- remove border bottom from last menu item
|
|
282
|
+
([23708ab](https://github.com/ho-nl/m2-pwa/commit/23708abd19f4e692b3a231962a92f931370ba157))
|
|
283
|
+
- remove conflicting files
|
|
284
|
+
([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
|
|
285
|
+
- remove continueshoppingbutton
|
|
286
|
+
([9087748](https://github.com/ho-nl/m2-pwa/commit/908774813dfa1d7a052aed5ece879c4b31f4ad4e))
|
|
287
|
+
- remove switch margin right
|
|
288
|
+
([5aaa609](https://github.com/ho-nl/m2-pwa/commit/5aaa609d28a679d7b5f0a746dc8f34b5f6591e39))
|
|
289
|
+
- removed unnecessary magento-product dependency from magento-customer
|
|
290
|
+
([d82802f](https://github.com/ho-nl/m2-pwa/commit/d82802f97a4d57dfcfced4dfa84cc3e7d2b866f1))
|
|
291
|
+
- rename NextButton to Button, change imports
|
|
292
|
+
([976adb0](https://github.com/ho-nl/m2-pwa/commit/976adb0bf906310d1efce888dcc9be1e28ce0f1b))
|
|
293
|
+
- rename product prop to name
|
|
294
|
+
([9b7ed5a](https://github.com/ho-nl/m2-pwa/commit/9b7ed5a03747211c3f93d2628110ab6bfac4d552))
|
|
295
|
+
- retrieve regions correctly
|
|
296
|
+
([f939116](https://github.com/ho-nl/m2-pwa/commit/f93911649aaeec2d8989a7ea27aaa9b18b9109e1))
|
|
297
|
+
- review text area height
|
|
298
|
+
([b04da99](https://github.com/ho-nl/m2-pwa/commit/b04da99d5a53c6cbcb3b421d24f4f64a65d19d37))
|
|
299
|
+
- show form checkmarks when field is valid
|
|
300
|
+
([7df8cad](https://github.com/ho-nl/m2-pwa/commit/7df8cadd5292c7d8a1d1e4c981d51adf7b5b8119))
|
|
301
|
+
- sign in form inline breakpoint fix
|
|
302
|
+
([7e2cfe5](https://github.com/ho-nl/m2-pwa/commit/7e2cfe553b4b5c57da36a462af167719bb48777f))
|
|
303
|
+
- sign up form inline animations
|
|
304
|
+
([83b5ba8](https://github.com/ho-nl/m2-pwa/commit/83b5ba85cd421cfc748f7af339012a34e07b48f1))
|
|
305
|
+
- sign up form typo
|
|
306
|
+
([645cad9](https://github.com/ho-nl/m2-pwa/commit/645cad9cf1ffb2bc4017ce8645915fee1c286195))
|
|
307
|
+
- signin form flow
|
|
308
|
+
([6b3d318](https://github.com/ho-nl/m2-pwa/commit/6b3d318d4816ecb2f34247026b3b6e5969fddea5))
|
|
309
|
+
- since all links are of next/link we need to add passHref for custom components
|
|
310
|
+
([16fb931](https://github.com/ho-nl/m2-pwa/commit/16fb93100d367203ea79bb4f93357221253f2ecd))
|
|
311
|
+
- snackbar sticky to bottom of page
|
|
312
|
+
([face0a9](https://github.com/ho-nl/m2-pwa/commit/face0a998680913fe50812970b5a1ad943c22816))
|
|
313
|
+
- sometimes continue sign in button does nothing
|
|
314
|
+
([849de64](https://github.com/ho-nl/m2-pwa/commit/849de64156210ee6848e5a7817188526c8b65287))
|
|
315
|
+
- spelling errors, wrong imports
|
|
316
|
+
([01cb889](https://github.com/ho-nl/m2-pwa/commit/01cb889513d69ce0555ac7aaa1a37702d75b0a0d))
|
|
317
|
+
- svg icon loading in account menu item
|
|
318
|
+
([2658b31](https://github.com/ho-nl/m2-pwa/commit/2658b31d44774c5aa9880036463293a9f103fc06))
|
|
319
|
+
- too bold order state label
|
|
320
|
+
([7cc8880](https://github.com/ho-nl/m2-pwa/commit/7cc8880eb8b31e440e1f0529671baea871fdbb53))
|
|
321
|
+
- tsc lint errors
|
|
322
|
+
([ee1d389](https://github.com/ho-nl/m2-pwa/commit/ee1d389612211402df6b3f1f8dd569be365d8035))
|
|
323
|
+
- type errors related to CustomerAddress
|
|
324
|
+
([7f3d502](https://github.com/ho-nl/m2-pwa/commit/7f3d502f443b3b98bb1819fd4f9ce714b6a5581c))
|
|
325
|
+
- update customer address typings
|
|
326
|
+
([efe46d0](https://github.com/ho-nl/m2-pwa/commit/efe46d0d5e3112be2b88184974e18b7f2905d482))
|
|
327
|
+
- use order card item
|
|
328
|
+
([276acd0](https://github.com/ho-nl/m2-pwa/commit/276acd09f264a31c7187f211cdd0d26048c3548e))
|
|
329
|
+
- use SvgImageSimple for multiple areas
|
|
330
|
+
([bf851a6](https://github.com/ho-nl/m2-pwa/commit/bf851a6740e1956a78f457c2d90904ee2f65da2f))
|
|
331
|
+
- useformautosubmit initial submit
|
|
332
|
+
([a06cb60](https://github.com/ho-nl/m2-pwa/commit/a06cb60996f83788a95bcd3995407539b2acfd46))
|
|
333
|
+
- useFormAutoSubmit modes
|
|
334
|
+
([9180bf2](https://github.com/ho-nl/m2-pwa/commit/9180bf21a140f5741078007c42972ded433c277c))
|
|
335
|
+
- yarn workspace packages hot reload
|
|
336
|
+
([d03fc9f](https://github.com/ho-nl/m2-pwa/commit/d03fc9fdda3486476761786f2b56a934cc92befc))
|
|
268
337
|
|
|
269
338
|
### Features
|
|
270
339
|
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
340
|
+
- account dashboard skeleton when loading
|
|
341
|
+
([bc1778c](https://github.com/ho-nl/m2-pwa/commit/bc1778cb7b59a9c69752463ad56fe705b54a2035))
|
|
342
|
+
- account reviews page
|
|
343
|
+
([72d8012](https://github.com/ho-nl/m2-pwa/commit/72d8012a81e34af48bcb8d6ddf6c1bd29bbd5da4))
|
|
344
|
+
- add barrel file for magento-customer
|
|
345
|
+
([02fb7f0](https://github.com/ho-nl/m2-pwa/commit/02fb7f004de968ee968b00e364b2b370f4f7d4f1))
|
|
346
|
+
- Add customer service icon and define MuiIconButton size
|
|
347
|
+
([eefcc52](https://github.com/ho-nl/m2-pwa/commit/eefcc52eeffa03b364464709e1860135127cc4b5))
|
|
348
|
+
- add default snackbar
|
|
349
|
+
([2ccdb26](https://github.com/ho-nl/m2-pwa/commit/2ccdb2661b7bfb6353ed23defcc626e652495514))
|
|
350
|
+
- add new customer address
|
|
351
|
+
([df7cbe9](https://github.com/ho-nl/m2-pwa/commit/df7cbe92f64ffa1ff0cdfde7fa9a5d74fb05f969))
|
|
352
|
+
- add product review (wip)
|
|
353
|
+
([8cbdb21](https://github.com/ho-nl/m2-pwa/commit/8cbdb2106eaebd4fcc603236383371b1a689de14))
|
|
354
|
+
- added PaymentModule API and persistent selection of form fields
|
|
355
|
+
([b67f735](https://github.com/ho-nl/m2-pwa/commit/b67f7358f62edd56a8232d625ecee56af350bfb8))
|
|
356
|
+
- address formatter wip
|
|
357
|
+
([6ab18be](https://github.com/ho-nl/m2-pwa/commit/6ab18be560b0432d6dc7772d46ff69a1f9139a20))
|
|
358
|
+
- addresses page
|
|
359
|
+
([ab01ae0](https://github.com/ho-nl/m2-pwa/commit/ab01ae095ae53e1e96e63a729a71739d05498a0c))
|
|
360
|
+
- apollo error full page component
|
|
361
|
+
([fc1e695](https://github.com/ho-nl/m2-pwa/commit/fc1e695251a8792abaec5b9382e8301d3794cb6d))
|
|
362
|
+
- barrel files for magento-product pages
|
|
363
|
+
([c8fdcf2](https://github.com/ho-nl/m2-pwa/commit/c8fdcf2f5b98821dffe2c47f5ea4e1847bd3bb1e))
|
|
364
|
+
- better sign in form handling
|
|
365
|
+
([6ac339f](https://github.com/ho-nl/m2-pwa/commit/6ac339fdfa1ece959cc8548e5bfadfca7c1f5cf6))
|
|
366
|
+
- **cart:** merge customer and guest carts when logging in
|
|
367
|
+
([25ebc0f](https://github.com/ho-nl/m2-pwa/commit/25ebc0f4e825f8512e2c3f1e01bf23a2d019b0d3))
|
|
368
|
+
- change billing and shipping address
|
|
369
|
+
([060a145](https://github.com/ho-nl/m2-pwa/commit/060a14503fe62c75a49ba832d58d65ef588e5726))
|
|
370
|
+
- change name in my account
|
|
371
|
+
([00f6f89](https://github.com/ho-nl/m2-pwa/commit/00f6f89d9087d911a2654a6c1c1c76ec38b56533))
|
|
372
|
+
- checkout email added
|
|
373
|
+
([452a953](https://github.com/ho-nl/m2-pwa/commit/452a95377e116bfa8b757d3ccc45cf2e4ac7cc51))
|
|
374
|
+
- created stable layout for category filters
|
|
375
|
+
([08d9351](https://github.com/ho-nl/m2-pwa/commit/08d9351dac5c9ede864ff336a60d758875d8efe4))
|
|
376
|
+
- created stacked-pages package
|
|
377
|
+
([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
|
|
378
|
+
- customizable account menu
|
|
379
|
+
([ce1902e](https://github.com/ho-nl/m2-pwa/commit/ce1902e1817e5185b4c3ba551b907da4420bed80))
|
|
380
|
+
- delete customer address
|
|
381
|
+
([a4cb781](https://github.com/ho-nl/m2-pwa/commit/a4cb7819c398bd71476bc88fe10a9e4c35e6e3cd))
|
|
382
|
+
- edit billing address on checkout payment step
|
|
383
|
+
([96a5719](https://github.com/ho-nl/m2-pwa/commit/96a5719437616006efb2588c3516d3f2608c1fb8))
|
|
384
|
+
- edit customer address
|
|
385
|
+
([365fd2e](https://github.com/ho-nl/m2-pwa/commit/365fd2e0a4d06328b5c9a864757084c95f01d5da))
|
|
386
|
+
- form styling consistency
|
|
387
|
+
([87cba85](https://github.com/ho-nl/m2-pwa/commit/87cba85e828fa42a02dfe74ac841aa2b39a60f4e))
|
|
388
|
+
- friendly messages when no content available
|
|
389
|
+
([39eaab2](https://github.com/ho-nl/m2-pwa/commit/39eaab2e4455109f67bfead9577175cd6d97d275))
|
|
390
|
+
- full page ui back and menu button position swap
|
|
391
|
+
([93b3419](https://github.com/ho-nl/m2-pwa/commit/93b34197947d133f4d1480c4ce68a0302201b858))
|
|
392
|
+
- full page ui desktop variant
|
|
393
|
+
([a70f301](https://github.com/ho-nl/m2-pwa/commit/a70f3013da36fa131f82fb44457b107fb7705df6))
|
|
394
|
+
- **graphql:** introduced new graphql package that holds all generated files
|
|
395
|
+
([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
|
|
396
|
+
- **graphql:** introducing local schema migrations
|
|
397
|
+
([e77ef8a](https://github.com/ho-nl/m2-pwa/commit/e77ef8ad4cd5723e2352dec937b45ee976929b24))
|
|
398
|
+
- **image:** introduced completely rewritten Image component
|
|
399
|
+
([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
|
|
400
|
+
- implement sticky snackbar in needed places
|
|
401
|
+
([0426e73](https://github.com/ho-nl/m2-pwa/commit/0426e73ff7bb24cae656a082e15f36d5012c6653))
|
|
402
|
+
- implemented checkmo payment method
|
|
403
|
+
([18525b2](https://github.com/ho-nl/m2-pwa/commit/18525b2f4efe9bd0eea12a7a992d284f341e0c68))
|
|
404
|
+
- inline sign up form in checkout
|
|
405
|
+
([d7c1066](https://github.com/ho-nl/m2-pwa/commit/d7c106632a6d754f7826f03c16b77f4b1e735377))
|
|
406
|
+
- **inline-account:** re-added the component
|
|
407
|
+
([c508d34](https://github.com/ho-nl/m2-pwa/commit/c508d341ca34daa26a6db13ead72f7f4bdc72160))
|
|
408
|
+
- introduces framer-next-pages and framer-sheet to next-ui and soxbase package
|
|
409
|
+
([e04ad8a](https://github.com/ho-nl/m2-pwa/commit/e04ad8a94cd1fd5a7c5575c9db7916b6e8a88f16))
|
|
410
|
+
- introducing useAutoSubmit for useForm to handle shipping address step
|
|
411
|
+
([d375a12](https://github.com/ho-nl/m2-pwa/commit/d375a123d5ba88285703fc1706a43c21c5a248d5))
|
|
412
|
+
- login flow
|
|
413
|
+
([8132b1a](https://github.com/ho-nl/m2-pwa/commit/8132b1a9be7040c3e2f70f1c1d04e6a9d7840a91))
|
|
414
|
+
- made AccountMenuItem support onClick handler
|
|
415
|
+
([2dea5c1](https://github.com/ho-nl/m2-pwa/commit/2dea5c1cdcfb07ee36c1b345d53a5aa2aaea536b))
|
|
416
|
+
- **magento-customer:** introduced ApolloCustomerErrorAlert
|
|
417
|
+
([e5406d9](https://github.com/ho-nl/m2-pwa/commit/e5406d91f914de290c5f097955e312312e567972))
|
|
418
|
+
- **magento-graphql:** added core magentoTypePolicies
|
|
419
|
+
([bdf15d0](https://github.com/ho-nl/m2-pwa/commit/bdf15d0d3c04e88339a8385d76f3b1ab9589fde3))
|
|
420
|
+
- make continueshoppingbutton configurable
|
|
421
|
+
([54e5476](https://github.com/ho-nl/m2-pwa/commit/54e54767e0697e311057bfd3464282e0172db32c))
|
|
422
|
+
- moved delete address button to address
|
|
423
|
+
([df2f792](https://github.com/ho-nl/m2-pwa/commit/df2f792ae737fffe4ec3a667d20ae36f3bb4e526))
|
|
424
|
+
- my account authentication page
|
|
425
|
+
([26bdf33](https://github.com/ho-nl/m2-pwa/commit/26bdf3339465083027d938435eec02a534692c6e))
|
|
426
|
+
- new my account overview
|
|
427
|
+
([6de0761](https://github.com/ho-nl/m2-pwa/commit/6de0761c452e1ba5364345a168b400d90418b44e))
|
|
428
|
+
- **next-ui:** SectionContainer/SectionHeader now accepts variantLeft/variantRight as prop
|
|
429
|
+
([a58f8f2](https://github.com/ho-nl/m2-pwa/commit/a58f8f2962e74c9aaa41142524d42d9c8f662b8d))
|
|
430
|
+
- next.js 11
|
|
431
|
+
([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
|
|
432
|
+
- no account yet component
|
|
433
|
+
([d8d7372](https://github.com/ho-nl/m2-pwa/commit/d8d737209dc8545411cab7c48c0c59037dd43e80))
|
|
434
|
+
- order detail page setup
|
|
435
|
+
([4b8c95a](https://github.com/ho-nl/m2-pwa/commit/4b8c95ae2286e83226c1c99aa39c0bda703f9876))
|
|
436
|
+
- pagination on orders page in my account
|
|
437
|
+
([2fec1e2](https://github.com/ho-nl/m2-pwa/commit/2fec1e29f93d34d726c792e90397fded5ff0b2cb))
|
|
438
|
+
- **playwright:** added new playwright package to enable browser testing
|
|
439
|
+
([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
440
|
+
- renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
|
|
441
|
+
[@reachdigital](https://github.com/reachdigital)
|
|
442
|
+
([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
|
|
443
|
+
- reset password functionality
|
|
444
|
+
([ff3d1a5](https://github.com/ho-nl/m2-pwa/commit/ff3d1a5fce2f62421403f29d90cfecb98506ec4c))
|
|
445
|
+
- signed in highlight in menu
|
|
446
|
+
([c263e20](https://github.com/ho-nl/m2-pwa/commit/c263e2092d344fd2bc0c12142d9fb972caf213ff))
|
|
447
|
+
- support for custom SignOutForm button
|
|
448
|
+
([c442727](https://github.com/ho-nl/m2-pwa/commit/c442727b87d557bd10921ae3cd98ebb11d60d255))
|
|
449
|
+
- svgimage component
|
|
450
|
+
([f369605](https://github.com/ho-nl/m2-pwa/commit/f3696051e381a24c543fd24e199da5b17f9e124f))
|
|
451
|
+
- toggle subscribe customer to newsletter
|
|
452
|
+
([85688e4](https://github.com/ho-nl/m2-pwa/commit/85688e47b0571c28a2f967310915336b397fc120))
|
|
453
|
+
- tweak app performance
|
|
454
|
+
([cde0a9b](https://github.com/ho-nl/m2-pwa/commit/cde0a9bda1560b354e9adde3c022e3fddb71ea69))
|
|
455
|
+
- update email form in my account
|
|
456
|
+
([e5b6832](https://github.com/ho-nl/m2-pwa/commit/e5b6832ca1b55083b80516ecc59b5f1d8a93763b))
|
|
457
|
+
- upgrade to node 14
|
|
458
|
+
([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
|
|
459
|
+
- upgraded to nextjs 11
|
|
460
|
+
([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
|
|
461
|
+
- useFormMutationCart and simpler imports
|
|
462
|
+
([012f090](https://github.com/ho-nl/m2-pwa/commit/012f090e8f54d09f35d393c61ad1e2319f5a90ff))
|
|
463
|
+
- useFormPersist, useFormAutoSubmit, useFormGqlMutation everywhere
|
|
464
|
+
([e591285](https://github.com/ho-nl/m2-pwa/commit/e5912854babee87c8efc5b7c00455d61b301aad3))
|
|
465
|
+
- working on shipping-method step
|
|
466
|
+
([d89a072](https://github.com/ho-nl/m2-pwa/commit/d89a072298baa20bfa0ac7a2a885c40728a23edb))
|
|
467
|
+
- working on useMergeCarts
|
|
468
|
+
([e39360c](https://github.com/ho-nl/m2-pwa/commit/e39360cf33dbca351d57b0186117248fa102f6c8))
|
|
336
469
|
|
|
337
470
|
### Reverts
|
|
338
471
|
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
472
|
+
- Revert "chore: upgrade @apollo/client"
|
|
473
|
+
([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
|
|
342
474
|
|
|
343
475
|
## 2.0.8 (2020-10-28)
|
|
344
476
|
|
|
345
|
-
|
|
346
477
|
### Bug Fixes
|
|
347
478
|
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
479
|
+
- exclusively use Magento endpoint for magento codegen packages
|
|
480
|
+
([deafc42](https://github.com/ho-nl/m2-pwa/commit/deafc423ca0831853ac070e947b900ece565fa65))
|
|
481
|
+
- make sure themes extensions are found
|
|
482
|
+
([5aa18db](https://github.com/ho-nl/m2-pwa/commit/5aa18db514fd2e2f50681367e39523f8e742ece0))
|
|
351
483
|
|
|
352
484
|
### Features
|
|
353
485
|
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
486
|
+
- added generated graphql.ts files
|
|
487
|
+
([3e44415](https://github.com/ho-nl/m2-pwa/commit/3e44415b018e74b502e9e98479aa5e84041f337d))
|
|
488
|
+
- split into packages
|
|
489
|
+
([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
|
|
357
490
|
|
|
358
491
|
### BREAKING CHANGES
|
|
359
492
|
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
493
|
+
- huge folder structure refactor, please read README to reinstall
|
|
365
494
|
|
|
366
495
|
# Change Log
|
|
367
496
|
|
|
@@ -388,8 +517,7 @@ All notable changes to this project will be documented in this file. See
|
|
|
388
517
|
|
|
389
518
|
### Bug Fixes
|
|
390
519
|
|
|
391
|
-
- make sure the session token gets deactivated when trying to merge carts when
|
|
392
|
-
it cant
|
|
520
|
+
- make sure the session token gets deactivated when trying to merge carts when it cant
|
|
393
521
|
([2a9416b](https://github.com/ho-nl/m2-pwa/commit/2a9416b5c9efcd28a27f4183922ab419f62ea767))
|
|
394
522
|
|
|
395
523
|
# [2.104.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@2.103.0...@graphcommerce/magento-customer@2.104.0) (2021-08-12)
|