@graphcommerce/magento-customer 4.1.3 → 4.1.6

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.
Files changed (30) hide show
  1. package/CHANGELOG.md +252 -461
  2. package/components/AccountAddress/{index.tsx → AccountAddress.tsx} +4 -4
  3. package/components/AccountAddresses/{index.tsx → AccountAddresses.tsx} +2 -2
  4. package/components/AddressFields/{index.tsx → AddressFields.tsx} +3 -1
  5. package/components/AddressMultiLine/{index.tsx → AddressMultiLine.tsx} +1 -1
  6. package/components/AddressSingleLine/{index.tsx → AddressSingleLine.tsx} +1 -1
  7. package/components/ApolloCustomerError/ApolloCustomerErrorAlert.tsx +1 -1
  8. package/components/ApolloCustomerError/ApolloCustomerErrorFullPage.tsx +1 -1
  9. package/components/ChangeNameForm/{index.tsx → ChangeNameForm.tsx} +3 -3
  10. package/components/ChangePasswordForm/ChangePasswordForm.tsx +2 -2
  11. package/components/CreateCustomerAddressForm/{index.tsx → CreateCustomerAddressForm.tsx} +4 -4
  12. package/components/CustomerFab/{index.tsx → CustomerFab.tsx} +1 -1
  13. package/components/CustomerMenuFabItem/{index.tsx → CustomerMenuFabItem.tsx} +5 -10
  14. package/components/DeleteCustomerAddressForm/{index.tsx → DeleteCustomerAddressForm.tsx} +1 -1
  15. package/components/EditAddressForm/{index.tsx → EditAddressForm.tsx} +4 -4
  16. package/components/ForgotPasswordForm/ForgotPasswordForm.tsx +3 -3
  17. package/components/NameFields/{index.tsx → NameFields.tsx} +2 -1
  18. package/components/ResetPasswordForm/{index.tsx → ResetPasswordForm.tsx} +2 -3
  19. package/components/SignInForm/SignInForm.tsx +2 -2
  20. package/components/SignInForm/SignInFormInline.tsx +1 -1
  21. package/components/SignOutForm/{index.tsx → SignOutForm.tsx} +2 -2
  22. package/components/SignUpForm/SignUpForm.tsx +3 -3
  23. package/components/SignUpForm/SignUpFormInline.tsx +1 -1
  24. package/components/UpdateCustomerEmailForm/{index.tsx → UpdateCustomerEmailForm.tsx} +2 -2
  25. package/components/UpdateDefaultAddressForm/{index.tsx → UpdateDefaultAddressForm.tsx} +3 -3
  26. package/components/index.ts +24 -24
  27. package/hooks/index.ts +3 -4
  28. package/hooks/useFormIsEmailAvailable.tsx +2 -2
  29. package/package.json +11 -11
  30. package/typePolicies.ts +1 -2
package/CHANGELOG.md CHANGED
@@ -1,18 +1,48 @@
1
1
  # Change Log
2
2
 
3
+ ## 4.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1353](https://github.com/graphcommerce-org/graphcommerce/pull/1353) [`0e5ee7ba8`](https://github.com/graphcommerce-org/graphcommerce/commit/0e5ee7ba89698e5e711001e846ed182528060cba) Thanks [@paales](https://github.com/paales)! - Eslint: enable rules that were previously disabled and make fixes
8
+
9
+ - Updated dependencies [[`49a2d6617`](https://github.com/graphcommerce-org/graphcommerce/commit/49a2d661712e1787fba46c6195f7b559189e23d9), [`f67da3cfb`](https://github.com/graphcommerce-org/graphcommerce/commit/f67da3cfbe2dcf5ea23519d088c5aa0074029182), [`218766869`](https://github.com/graphcommerce-org/graphcommerce/commit/218766869f7468c067a590857c942f3819f8add4), [`0e5ee7ba8`](https://github.com/graphcommerce-org/graphcommerce/commit/0e5ee7ba89698e5e711001e846ed182528060cba), [`829b8690b`](https://github.com/graphcommerce-org/graphcommerce/commit/829b8690bc5d0a46e596299e4120e9837a9f179c)]:
10
+ - @graphcommerce/next-ui@4.4.0
11
+
12
+ ## 4.1.5
13
+
14
+ ### Patch Changes
15
+
16
+ - [#1322](https://github.com/graphcommerce-org/graphcommerce/pull/1322) [`3b4d46de2`](https://github.com/graphcommerce-org/graphcommerce/commit/3b4d46de2555db9eed733c8fac574bc809d75da4) Thanks [@paales](https://github.com/paales)! - CustomerMenuFabItem badge was rendered with the wrong size
17
+
18
+ - Updated dependencies [[`5266388ea`](https://github.com/graphcommerce-org/graphcommerce/commit/5266388eaffda41592623ef7a3ddbbe03c8e0dad), [`9b35403d9`](https://github.com/graphcommerce-org/graphcommerce/commit/9b35403d9dbb2606ac7cf3bb641a0f9cc3d8a2ba), [`0298a0de1`](https://github.com/graphcommerce-org/graphcommerce/commit/0298a0de1d13e543c4124a6a099297b4e27e2b05), [`815132ea4`](https://github.com/graphcommerce-org/graphcommerce/commit/815132ea43937b4b84b59ec9974ac593cb4eb456), [`3326742a0`](https://github.com/graphcommerce-org/graphcommerce/commit/3326742a0dceb45f0cac4741ca09dc4d4f09ad90), [`7a3799bfc`](https://github.com/graphcommerce-org/graphcommerce/commit/7a3799bfc107f26aa9991a91db5f228e3476f4aa), [`9a77f88ed`](https://github.com/graphcommerce-org/graphcommerce/commit/9a77f88ed26cbecdae9a135c3cb234a5b7ecf4df), [`0eeaad304`](https://github.com/graphcommerce-org/graphcommerce/commit/0eeaad30461b1d5b486438f0287fa76d49429044), [`bc5213547`](https://github.com/graphcommerce-org/graphcommerce/commit/bc52135471479c83d989449dad24798112e898f4), [`3f1912f55`](https://github.com/graphcommerce-org/graphcommerce/commit/3f1912f553318d5888f8af2b841918ef4ae96a84), [`b6c68cda8`](https://github.com/graphcommerce-org/graphcommerce/commit/b6c68cda8836a1d0c78ef351899cec9ec1037385)]:
19
+ - @graphcommerce/next-ui@4.3.0
20
+ - @graphcommerce/magento-store@4.1.3
21
+
22
+ ## 4.1.4
23
+
24
+ ### Patch Changes
25
+
26
+ - [#1307](https://github.com/ho-nl/m2-pwa/pull/1307) [`bd10506d3`](https://github.com/ho-nl/m2-pwa/commit/bd10506d32fdbc91d01dadc29a12ebd1e0943655) Thanks [@paales](https://github.com/paales)! - All default exports are now named exports internally and all `index.tsx` are renamed to the component name.
27
+
28
+ * [#1307](https://github.com/ho-nl/m2-pwa/pull/1307) [`27cb1f2d8`](https://github.com/ho-nl/m2-pwa/commit/27cb1f2d8dbfb8f1b301ce56fb6a2b6c1fc6a5ef) Thanks [@paales](https://github.com/paales)! - upgrade dependencies
29
+
30
+ * Updated dependencies [[`3d63b39f7`](https://github.com/ho-nl/m2-pwa/commit/3d63b39f7e330d1827a32dba782667d7b21adaba), [`bd10506d3`](https://github.com/ho-nl/m2-pwa/commit/bd10506d32fdbc91d01dadc29a12ebd1e0943655), [`27cb1f2d8`](https://github.com/ho-nl/m2-pwa/commit/27cb1f2d8dbfb8f1b301ce56fb6a2b6c1fc6a5ef)]:
31
+ - @graphcommerce/next-ui@4.2.4
32
+ - @graphcommerce/ecommerce-ui@1.0.3
33
+ - @graphcommerce/graphql@3.0.4
34
+ - @graphcommerce/image@3.1.1
35
+ - @graphcommerce/magento-graphql@3.0.4
36
+ - @graphcommerce/magento-store@4.1.2
37
+ - @graphcommerce/react-hook-form@3.0.4
38
+
3
39
  ## 4.1.3
4
40
 
5
41
  ### Patch Changes
6
42
 
7
- - [#1292](https://github.com/ho-nl/m2-pwa/pull/1292)
8
- [`5a1ba9e66`](https://github.com/ho-nl/m2-pwa/commit/5a1ba9e664abbac89c4f5f71f7d6d6ed1aefa5c0)
9
- Thanks [@paales](https://github.com/paales)! - Renamed SvgIcon to IconSvg to prevent collisions
10
- with MUI
43
+ - [#1292](https://github.com/ho-nl/m2-pwa/pull/1292) [`5a1ba9e66`](https://github.com/ho-nl/m2-pwa/commit/5a1ba9e664abbac89c4f5f71f7d6d6ed1aefa5c0) Thanks [@paales](https://github.com/paales)! - Renamed SvgIcon to IconSvg to prevent collisions with MUI
11
44
 
12
- - Updated dependencies
13
- [[`5a1ba9e66`](https://github.com/ho-nl/m2-pwa/commit/5a1ba9e664abbac89c4f5f71f7d6d6ed1aefa5c0),
14
- [`990df655b`](https://github.com/ho-nl/m2-pwa/commit/990df655b73b469718d6cb5837ee65dfe2ad6a1d),
15
- [`63f9b56eb`](https://github.com/ho-nl/m2-pwa/commit/63f9b56eb68ba790567ff1427e599fd2c3c8f1ee)]:
45
+ - Updated dependencies [[`5a1ba9e66`](https://github.com/ho-nl/m2-pwa/commit/5a1ba9e664abbac89c4f5f71f7d6d6ed1aefa5c0), [`990df655b`](https://github.com/ho-nl/m2-pwa/commit/990df655b73b469718d6cb5837ee65dfe2ad6a1d), [`63f9b56eb`](https://github.com/ho-nl/m2-pwa/commit/63f9b56eb68ba790567ff1427e599fd2c3c8f1ee)]:
16
46
  - @graphcommerce/ecommerce-ui@1.0.2
17
47
  - @graphcommerce/next-ui@4.2.0
18
48
 
@@ -20,14 +50,9 @@
20
50
 
21
51
  ### Patch Changes
22
52
 
23
- - [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96)
24
- Thanks [@paales](https://github.com/paales)! - made packages public
53
+ - [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96) Thanks [@paales](https://github.com/paales)! - made packages public
25
54
 
26
- - Updated dependencies
27
- [[`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96),
28
- [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20),
29
- [`3a719c88c`](https://github.com/ho-nl/m2-pwa/commit/3a719c88cad1eab58602de28c41adc0fc4827e1d),
30
- [`5ffcb56bf`](https://github.com/ho-nl/m2-pwa/commit/5ffcb56bfcbe49ebeaf24f9341e819a145ab9a14)]:
55
+ - Updated dependencies [[`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96), [`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20), [`3a719c88c`](https://github.com/ho-nl/m2-pwa/commit/3a719c88cad1eab58602de28c41adc0fc4827e1d), [`5ffcb56bf`](https://github.com/ho-nl/m2-pwa/commit/5ffcb56bfcbe49ebeaf24f9341e819a145ab9a14)]:
31
56
  - @graphcommerce/ecommerce-ui@1.0.1
32
57
  - @graphcommerce/graphql@3.0.3
33
58
  - @graphcommerce/image@3.1.0
@@ -40,46 +65,23 @@
40
65
 
41
66
  ### Patch Changes
42
67
 
43
- - [#1274](https://github.com/ho-nl/m2-pwa/pull/1274)
44
- [`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7)
45
- Thanks [@paales](https://github.com/paales)! - Moved `ApolloErrorAlert`, `ApolloErrorFullPage` and
46
- `ApolloErrorSnackbar` to the ecommerce-ui package.
68
+ - [#1274](https://github.com/ho-nl/m2-pwa/pull/1274) [`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7) Thanks [@paales](https://github.com/paales)! - Moved `ApolloErrorAlert`, `ApolloErrorFullPage` and `ApolloErrorSnackbar` to the ecommerce-ui package.
47
69
 
48
- Created `ComposedSubmitButton` and `ComposedSubmitLinkOrButton` to reduce complexity from
49
- `magento-graphcms` example.
70
+ Created `ComposedSubmitButton` and `ComposedSubmitLinkOrButton` to reduce complexity from `magento-graphcms` example.
50
71
 
51
72
  Removed dependency an `@graphcommerce/react-hook-form` from `magento-graphcms` example.
52
73
 
53
74
  Added dependency `@graphcommerce/ecommerce-ui` from `magento-graphcms` example.
54
75
 
55
- * [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
56
- [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2)
57
- Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from
58
- `dependencies` to `peerDependencies`. The result of this is that there will be significantly less
59
- duplicate packages in the node_modules folders.
60
-
61
- - [#1274](https://github.com/ho-nl/m2-pwa/pull/1274)
62
- [`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275)
63
- Thanks [@paales](https://github.com/paales)! - Fixed extraction of translations and updated
64
- various translations for english 🇺🇸🇬🇧 and dutch 🇳🇱
65
-
66
- * [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
67
- [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
68
- Thanks [@paales](https://github.com/paales)! - Upgraded to
69
- [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
70
- implementing
71
- [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
72
- soon.
73
-
74
- This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
75
- frontend to be able to revalidate pages manually.
76
-
77
- * Updated dependencies
78
- [[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7),
79
- [`351347afe`](https://github.com/ho-nl/m2-pwa/commit/351347afeae5bd837408d46c7593bcf5473dc621),
80
- [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2),
81
- [`e7c8e2756`](https://github.com/ho-nl/m2-pwa/commit/e7c8e2756d637cbcd2e793d62ef5721d35d9fa7b),
82
- [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)]:
76
+ * [#1276](https://github.com/ho-nl/m2-pwa/pull/1276) [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2) Thanks [@paales](https://github.com/paales)! - We've moved lots of internal packages from `dependencies` to `peerDependencies`. The result of this is that there will be significantly less duplicate packages in the node_modules folders.
77
+
78
+ - [#1274](https://github.com/ho-nl/m2-pwa/pull/1274) [`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275) Thanks [@paales](https://github.com/paales)! - Fixed extraction of translations and updated various translations for english 🇺🇸🇬🇧 and dutch 🇳🇱
79
+
80
+ * [#1276](https://github.com/ho-nl/m2-pwa/pull/1276) [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d) Thanks [@paales](https://github.com/paales)! - Upgraded to [NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be implementing [On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta) soon.
81
+
82
+ This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the frontend to be able to revalidate pages manually.
83
+
84
+ * Updated dependencies [[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7), [`351347afe`](https://github.com/ho-nl/m2-pwa/commit/351347afeae5bd837408d46c7593bcf5473dc621), [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2), [`e7c8e2756`](https://github.com/ho-nl/m2-pwa/commit/e7c8e2756d637cbcd2e793d62ef5721d35d9fa7b), [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)]:
83
85
  - @graphcommerce/ecommerce-ui@1.0.0
84
86
  - @graphcommerce/next-ui@4.1.1
85
87
  - @graphcommerce/react-hook-form@3.0.2
@@ -92,29 +94,19 @@
92
94
 
93
95
  ### Minor Changes
94
96
 
95
- - [#1273](https://github.com/ho-nl/m2-pwa/pull/1273)
96
- [`8c4e4f7cd`](https://github.com/ho-nl/m2-pwa/commit/8c4e4f7cdd2fa4252788fbc9889d0803bba20eef)
97
- Thanks [@paales](https://github.com/paales)! - Added darkmode support! ☀️🌑, adds a toggle to the
98
- hamburger menu.
97
+ - [#1273](https://github.com/ho-nl/m2-pwa/pull/1273) [`8c4e4f7cd`](https://github.com/ho-nl/m2-pwa/commit/8c4e4f7cdd2fa4252788fbc9889d0803bba20eef) Thanks [@paales](https://github.com/paales)! - Added darkmode support! ☀️🌑, adds a toggle to the hamburger menu.
99
98
 
100
99
  ### Patch Changes
101
100
 
102
- - Updated dependencies
103
- [[`e0008d60d`](https://github.com/ho-nl/m2-pwa/commit/e0008d60d712603219129dd411d1985bf1ebbed1),
104
- [`5d9f8320f`](https://github.com/ho-nl/m2-pwa/commit/5d9f8320ff9621d7357fbe01319ab0cafdf9095d),
105
- [`8c4e4f7cd`](https://github.com/ho-nl/m2-pwa/commit/8c4e4f7cdd2fa4252788fbc9889d0803bba20eef),
106
- [`5082b8c81`](https://github.com/ho-nl/m2-pwa/commit/5082b8c8191cc3e0b4627678bf837af093513d57)]:
101
+ - Updated dependencies [[`e0008d60d`](https://github.com/ho-nl/m2-pwa/commit/e0008d60d712603219129dd411d1985bf1ebbed1), [`5d9f8320f`](https://github.com/ho-nl/m2-pwa/commit/5d9f8320ff9621d7357fbe01319ab0cafdf9095d), [`8c4e4f7cd`](https://github.com/ho-nl/m2-pwa/commit/8c4e4f7cdd2fa4252788fbc9889d0803bba20eef), [`5082b8c81`](https://github.com/ho-nl/m2-pwa/commit/5082b8c8191cc3e0b4627678bf837af093513d57)]:
107
102
  - @graphcommerce/next-ui@4.1.0
108
103
 
109
104
  ## 4.0.1
110
105
 
111
106
  ### Patch Changes
112
107
 
113
- - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
114
- Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files,
115
- so that the packages link to back to the website and repository
116
- - Updated dependencies
117
- [[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
108
+ - [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514) Thanks [@paales](https://github.com/paales)! - Added homepage and repository package.json files, so that the packages link to back to the website and repository
109
+ - Updated dependencies [[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
118
110
  - @graphcommerce/graphql@3.0.1
119
111
  - @graphcommerce/image@3.0.1
120
112
  - @graphcommerce/magento-graphql@3.0.1
@@ -126,14 +118,11 @@
126
118
 
127
119
  ### Major Changes
128
120
 
129
- - [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
130
- [`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
131
- Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
121
+ - [#1258](https://github.com/ho-nl/m2-pwa/pull/1258) [`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05) Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
132
122
 
133
123
  ### Patch Changes
134
124
 
135
- - Updated dependencies
136
- [[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
125
+ - Updated dependencies [[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
137
126
  - @graphcommerce/graphql@3.0.0
138
127
  - @graphcommerce/image@3.0.0
139
128
  - @graphcommerce/magento-graphql@3.0.0
@@ -141,130 +130,105 @@
141
130
  - @graphcommerce/next-ui@4.0.0
142
131
  - @graphcommerce/react-hook-form@3.0.0
143
132
 
144
- All notable changes to this project will be documented in this file. See
145
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
133
+ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
146
134
 
147
135
  ## [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)
148
136
 
149
137
  ### Bug Fixes
150
138
 
151
- - added various translations
152
- ([66c089d](https://github.com/ho-nl/m2-pwa/commit/66c089dc458e2d7b9f0318b2e14d88cb0e6effc8))
139
+ - added various translations ([66c089d](https://github.com/ho-nl/m2-pwa/commit/66c089dc458e2d7b9f0318b2e14d88cb0e6effc8))
153
140
 
154
141
  # [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)
155
142
 
156
143
  ### Bug Fixes
157
144
 
158
- - even more translations
159
- ([1a1f988](https://github.com/ho-nl/m2-pwa/commit/1a1f98837c704b978f6b42b619d9c52f540b2d48))
145
+ - even more translations ([1a1f988](https://github.com/ho-nl/m2-pwa/commit/1a1f98837c704b978f6b42b619d9c52f540b2d48))
160
146
 
161
147
  ### Features
162
148
 
163
- - added tons of translations
164
- ([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
149
+ - added tons of translations ([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
165
150
 
166
151
  ## [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)
167
152
 
168
153
  ### Bug Fixes
169
154
 
170
- - design
171
- ([a095309](https://github.com/ho-nl/m2-pwa/commit/a095309bb3d77228985e08e30f626cd26e878f57))
172
- - login error message should wrap
173
- ([6b8e61f](https://github.com/ho-nl/m2-pwa/commit/6b8e61fa6523391e5faa3dfd37b9fcd648d831bb))
174
- - snackbar styling and consistant grammar
175
- ([3f6a4f9](https://github.com/ho-nl/m2-pwa/commit/3f6a4f9a1c8b2d5220268d59d0c8e5a11c9ce6a8))
155
+ - design ([a095309](https://github.com/ho-nl/m2-pwa/commit/a095309bb3d77228985e08e30f626cd26e878f57))
156
+ - login error message should wrap ([6b8e61f](https://github.com/ho-nl/m2-pwa/commit/6b8e61fa6523391e5faa3dfd37b9fcd648d831bb))
157
+ - snackbar styling and consistant grammar ([3f6a4f9](https://github.com/ho-nl/m2-pwa/commit/3f6a4f9a1c8b2d5220268d59d0c8e5a11c9ce6a8))
176
158
 
177
159
  ## [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)
178
160
 
179
161
  ### Bug Fixes
180
162
 
181
- - **checkout-email-form:** spacing too large
182
- ([f54e217](https://github.com/ho-nl/m2-pwa/commit/f54e2170b5c47c1c33e74db45e3bcae3d3523c4e))
183
- - **use-form-is-email-available:** invalid email resets sign in/up state
184
- ([87b3965](https://github.com/ho-nl/m2-pwa/commit/87b39656760372f2be69eca045e3db8120006137))
163
+ - **checkout-email-form:** spacing too large ([f54e217](https://github.com/ho-nl/m2-pwa/commit/f54e2170b5c47c1c33e74db45e3bcae3d3523c4e))
164
+ - **use-form-is-email-available:** invalid email resets sign in/up state ([87b3965](https://github.com/ho-nl/m2-pwa/commit/87b39656760372f2be69eca045e3db8120006137))
185
165
 
186
166
  # [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)
187
167
 
188
168
  ### Features
189
169
 
190
- - added translations to all pages
191
- ([8cf4ecd](https://github.com/ho-nl/m2-pwa/commit/8cf4ecd5db5edfec04ab205aa49f5de433d26579))
170
+ - added translations to all pages ([8cf4ecd](https://github.com/ho-nl/m2-pwa/commit/8cf4ecd5db5edfec04ab205aa49f5de433d26579))
192
171
 
193
172
  ## [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)
194
173
 
195
174
  ### Bug Fixes
196
175
 
197
- - **sign-up-form:** prevent throwing sign up errors
198
- ([3c5d059](https://github.com/ho-nl/m2-pwa/commit/3c5d059b6a3e6cedb4b6eb967235f4d27075fcd4))
199
- - **signup-form:** fix helper text
200
- ([09025a4](https://github.com/ho-nl/m2-pwa/commit/09025a4ee6257d0be40b3b97455aebb4359ed4a7))
176
+ - **sign-up-form:** prevent throwing sign up errors ([3c5d059](https://github.com/ho-nl/m2-pwa/commit/3c5d059b6a3e6cedb4b6eb967235f4d27075fcd4))
177
+ - **signup-form:** fix helper text ([09025a4](https://github.com/ho-nl/m2-pwa/commit/09025a4ee6257d0be40b3b97455aebb4359ed4a7))
201
178
 
202
179
  # [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)
203
180
 
204
181
  ### Bug Fixes
205
182
 
206
- - move checkmark icons on select fields
207
- ([95ce54d](https://github.com/ho-nl/m2-pwa/commit/95ce54d7fd41d11120847f2fdf6b9097a2c93871))
208
- - remove text='bold', make contained button text stronger by default
209
- ([cd277c9](https://github.com/ho-nl/m2-pwa/commit/cd277c9f434a4a765eac372467e5a05c822d5512))
210
- - remove unused imports
211
- ([b832188](https://github.com/ho-nl/m2-pwa/commit/b8321887f10a4a026adc5ca39166eeef90e60669))
183
+ - move checkmark icons on select fields ([95ce54d](https://github.com/ho-nl/m2-pwa/commit/95ce54d7fd41d11120847f2fdf6b9097a2c93871))
184
+ - remove text='bold', make contained button text stronger by default ([cd277c9](https://github.com/ho-nl/m2-pwa/commit/cd277c9f434a4a765eac372467e5a05c822d5512))
185
+ - remove unused imports ([b832188](https://github.com/ho-nl/m2-pwa/commit/b8321887f10a4a026adc5ca39166eeef90e60669))
212
186
 
213
187
  ### Features
214
188
 
215
- - darkTheme
216
- ([3ed6647](https://github.com/ho-nl/m2-pwa/commit/3ed664714670315bc9f20542549724f66cb5052d))
189
+ - darkTheme ([3ed6647](https://github.com/ho-nl/m2-pwa/commit/3ed664714670315bc9f20542549724f66cb5052d))
217
190
 
218
191
  ## [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)
219
192
 
220
193
  ### Bug Fixes
221
194
 
222
- - External SVG's can't have alt tags
223
- ([1b1414a](https://github.com/ho-nl/m2-pwa/commit/1b1414a782d55d3acf7b0e6bcaa50f2ad5f18f39))
195
+ - External SVG's can't have alt tags ([1b1414a](https://github.com/ho-nl/m2-pwa/commit/1b1414a782d55d3acf7b0e6bcaa50f2ad5f18f39))
224
196
 
225
197
  # [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)
226
198
 
227
199
  ### Bug Fixes
228
200
 
229
- - remove double icons
230
- ([1654e34](https://github.com/ho-nl/m2-pwa/commit/1654e3441911f3c7c1600357f8f8e3032f5ee729))
231
- - update SvgImage to SvgImageSimple
232
- ([f116543](https://github.com/ho-nl/m2-pwa/commit/f116543730853fa9782abff0ccacee7032e85789))
201
+ - remove double icons ([1654e34](https://github.com/ho-nl/m2-pwa/commit/1654e3441911f3c7c1600357f8f8e3032f5ee729))
202
+ - update SvgImage to SvgImageSimple ([f116543](https://github.com/ho-nl/m2-pwa/commit/f116543730853fa9782abff0ccacee7032e85789))
233
203
 
234
204
  ### Features
235
205
 
236
- - dynamic icons, update SvgImage uses to SvgImageSimple
237
- ([3d3cc0e](https://github.com/ho-nl/m2-pwa/commit/3d3cc0e0336fcde1cce6ba19705f82c1edf9bfc6))
206
+ - dynamic icons, update SvgImage uses to SvgImageSimple ([3d3cc0e](https://github.com/ho-nl/m2-pwa/commit/3d3cc0e0336fcde1cce6ba19705f82c1edf9bfc6))
238
207
 
239
208
  # [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)
240
209
 
241
210
  ### Features
242
211
 
243
- - **nextjs:** upgraded to nextjs 12
244
- ([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
212
+ - **nextjs:** upgraded to nextjs 12 ([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
245
213
 
246
214
  ## [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)
247
215
 
248
216
  ### Bug Fixes
249
217
 
250
- - build didn't succeed because of an unknown prop on MessageSnackbar
251
- ([4def2d1](https://github.com/ho-nl/m2-pwa/commit/4def2d16ad722e9dc9ae0fc63785107df2d83eab))
218
+ - build didn't succeed because of an unknown prop on MessageSnackbar ([4def2d1](https://github.com/ho-nl/m2-pwa/commit/4def2d16ad722e9dc9ae0fc63785107df2d83eab))
252
219
 
253
220
  # [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)
254
221
 
255
222
  ### Features
256
223
 
257
- - **CustomerFab:** allow custom styling
258
- ([da38425](https://github.com/ho-nl/m2-pwa/commit/da384252b5e6e1025e0e90d683f7c60691366fb5))
259
- - **CustomerFab:** allow full customization instead of just styling
260
- ([b9f4248](https://github.com/ho-nl/m2-pwa/commit/b9f42483c157b56f7406bf51b74557278c64a597))
224
+ - **CustomerFab:** allow custom styling ([da38425](https://github.com/ho-nl/m2-pwa/commit/da384252b5e6e1025e0e90d683f7c60691366fb5))
225
+ - **CustomerFab:** allow full customization instead of just styling ([b9f4248](https://github.com/ho-nl/m2-pwa/commit/b9f42483c157b56f7406bf51b74557278c64a597))
261
226
 
262
227
  ## [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)
263
228
 
264
229
  ### Bug Fixes
265
230
 
266
- - dependency cycle issues causes release version issues
267
- ([f9d82e3](https://github.com/ho-nl/m2-pwa/commit/f9d82e3bf152acaf90f9d5328bc3d020ca1c53d8))
231
+ - dependency cycle issues causes release version issues ([f9d82e3](https://github.com/ho-nl/m2-pwa/commit/f9d82e3bf152acaf90f9d5328bc3d020ca1c53d8))
268
232
 
269
233
  ## [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)
270
234
 
@@ -274,325 +238,171 @@ All notable changes to this project will be documented in this file. See
274
238
 
275
239
  ### Bug Fixes
276
240
 
277
- - 400 bad request when authenticating
278
- ([004cf8d](https://github.com/ho-nl/m2-pwa/commit/004cf8de85a8813b6f0e674ecd7b2c82b2a65748))
279
- - account flow (wip)
280
- ([0e75aeb](https://github.com/ho-nl/m2-pwa/commit/0e75aebcab3043f9dcd7fd095f9c46cb25d40d57))
281
- - account tweaks
282
- ([26ca295](https://github.com/ho-nl/m2-pwa/commit/26ca2955fe7a3ed509aaa7df98cbb4854d636179))
283
- - **account-addresses:** single address not shown
284
- ([798bb9c](https://github.com/ho-nl/m2-pwa/commit/798bb9ce2ae7347f161d1a7285e21a3aad0f835f))
285
- - address fragments
286
- ([96e68c3](https://github.com/ho-nl/m2-pwa/commit/96e68c3f96e40dded50ec5859909a7326b47e37b))
287
- - address multi line props bug
288
- ([2cb3071](https://github.com/ho-nl/m2-pwa/commit/2cb3071a05b75297b3a44915c31b77d4c46ff9cb))
289
- - animate checkout login flow
290
- ([0fa32f6](https://github.com/ho-nl/m2-pwa/commit/0fa32f634b94a1f827cf2e4e44e2399a10efb7a1))
291
- - **apollo customer error full page:** only show buttons when customer is unauthorized
292
- ([53df7b7](https://github.com/ho-nl/m2-pwa/commit/53df7b75680305e44a79855311e54632cc9e5e68))
293
- - border bottom error
294
- ([4aeb1af](https://github.com/ho-nl/m2-pwa/commit/4aeb1af43eafb52774942370596709488346473f))
295
- - cannot execute query error in checkout when signed in
296
- ([0004841](https://github.com/ho-nl/m2-pwa/commit/00048418afcf6199bf3714a7b472b6f70dcd99f0))
297
- - cart item styling
298
- ([1def7f4](https://github.com/ho-nl/m2-pwa/commit/1def7f49ad4dd621aff6cfd058acc489e522650f))
299
- - checkout login flow
300
- ([c6aace8](https://github.com/ho-nl/m2-pwa/commit/c6aace8cbf5319325fb2b2c0c9b778c080095d4c))
301
- - **checkout:** ShippingAddressForm can’t correctly submit when region is not visible
302
- ([a459d09](https://github.com/ho-nl/m2-pwa/commit/a459d0929810080b5378ed54dda829416235b5e3))
303
- - correct icon tracking link and order invoice
304
- ([fa8948b](https://github.com/ho-nl/m2-pwa/commit/fa8948b0ad58f215d5f26da32d74209efb4088c5))
305
- - delete confirmation
306
- ([32233f6](https://github.com/ho-nl/m2-pwa/commit/32233f673fa7bba6ae148d234db7732aa2db012f))
307
- - display empty country in country selector
308
- ([8b2a6a7](https://github.com/ho-nl/m2-pwa/commit/8b2a6a7af4ec1dec745dd96687712bc5a17b28d4))
309
- - dynamic order state labels
310
- ([6169291](https://github.com/ho-nl/m2-pwa/commit/616929189dffb9ecbfda6de8be9e0cb0f3d2a54b))
311
- - dynamic order tracking ID
312
- ([2116123](https://github.com/ho-nl/m2-pwa/commit/2116123edf0658ec1f1b51628b3be6b9e72ec216))
313
- - header fab icons size
314
- ([772a721](https://github.com/ho-nl/m2-pwa/commit/772a7213a7ee8274ed006fcd6b6fb5123630a771))
315
- - helper list styles
316
- ([2cb825d](https://github.com/ho-nl/m2-pwa/commit/2cb825d24edf8772b191c50ded521590c70966df))
317
- - icon alignments & sizes
318
- ([3b349c9](https://github.com/ho-nl/m2-pwa/commit/3b349c96f08f25cad892cf224ee76e937fb338b8))
319
- - ignore md files from triggering version updates
320
- ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
321
- - **image:** fix build
322
- ([b730cb6](https://github.com/ho-nl/m2-pwa/commit/b730cb6ae4e50dcf2f60e2046d6acf3047caacb3))
323
- - **image:** make sure unoptimized images are preloaded correctly and remove preloads from lots of
324
- images
325
- ([fb2b4fc](https://github.com/ho-nl/m2-pwa/commit/fb2b4fcb5336ff880a9b32775847d7b6738ba1ea))
326
- - implement next-ui barrel imports
327
- ([75bea70](https://github.com/ho-nl/m2-pwa/commit/75bea703dba898f18a2a1dfa3243ebd0a4e6f0e1))
328
- - inline signup form styles
329
- ([4199462](https://github.com/ho-nl/m2-pwa/commit/4199462fc6b39b0f67f7b3e37e26ac61c5d5126d))
330
- - input checkmarks
331
- ([279c1c1](https://github.com/ho-nl/m2-pwa/commit/279c1c112ada46fdea102024298e8293d1a23293))
332
- - list item icon
333
- ([4a4cec5](https://github.com/ho-nl/m2-pwa/commit/4a4cec581b3304a33315242029a7ed274ac7877c))
334
- - **magento-store:** move useCountry/useRegion to magento-store and rename to
335
- useFindCountry/useFindRegion
336
- ([3fed1c5](https://github.com/ho-nl/m2-pwa/commit/3fed1c53f975977e2681a9b80bb283332d9ad5ec))
337
- - make separate queries folder, create injectable for account and inject reviews
338
- ([5d82a5d](https://github.com/ho-nl/m2-pwa/commit/5d82a5d9162f687c2678cce215b77eedbaf1669e))
339
- - make sure an empty cart gets initialized properly
340
- ([12df845](https://github.com/ho-nl/m2-pwa/commit/12df8456117393cc7c387ba6e072190a831b7a58))
341
- - make sure ComposedForm actually submits correctly
342
- ([c6499d9](https://github.com/ho-nl/m2-pwa/commit/c6499d9d36f874cd65b310cbf7f63f5a88fa86cd))
343
- - make sure the checkout address fields are working as expected
344
- ([e88aae9](https://github.com/ho-nl/m2-pwa/commit/e88aae9afa3c60457b8e8c87ba52e8ae2dec4a3e))
345
- - make sure the session token gets deactivated when trying to merge carts when it cant
346
- ([2a9416b](https://github.com/ho-nl/m2-pwa/commit/2a9416b5c9efcd28a27f4183922ab419f62ea767))
347
- - make sure to use barrel files
348
- ([b73aaf1](https://github.com/ho-nl/m2-pwa/commit/b73aaf1b47db1c807e6b8665e33c7fd5633c49b4))
349
- - make sure we are loading the correct icons
350
- ([9862a80](https://github.com/ho-nl/m2-pwa/commit/9862a801088d395838fc5ece5a9c15f7c6c7d422))
351
- - make sure we do not set the new mode to early
352
- ([400107f](https://github.com/ho-nl/m2-pwa/commit/400107fe60bc6390129258089a4280e416e4c3c6))
353
- - merge session expired page with sign in page
354
- ([8135c55](https://github.com/ho-nl/m2-pwa/commit/8135c553959eab7574f06b13e390a779f01bf5bd))
355
- - message when product not found
356
- ([a10f2d8](https://github.com/ho-nl/m2-pwa/commit/a10f2d8ec4dc387659b6c993b65b4aad9d71989c))
357
- - missing NoOrdersFound export
358
- ([81e1177](https://github.com/ho-nl/m2-pwa/commit/81e1177dfa6347b310ec5cf4a7085edec7c86497))
359
- - move trackinglink to order package
360
- ([1ddf923](https://github.com/ho-nl/m2-pwa/commit/1ddf9235a9ee0e5cda8f657de2ebb559836278ec))
361
- - mui register email field
362
- ([f6270ca](https://github.com/ho-nl/m2-pwa/commit/f6270cabc014e9258d94d1190c1a496d53482d14))
363
- - my account mobile view
364
- ([1fc48e0](https://github.com/ho-nl/m2-pwa/commit/1fc48e0ff7470f5904492619d96315db19dcc42b))
365
- - my account view styles
366
- ([294a22c](https://github.com/ho-nl/m2-pwa/commit/294a22ce0415410fa3b8509578e5b297ad76e66a))
367
- - order card date
368
- ([5b932a7](https://github.com/ho-nl/m2-pwa/commit/5b932a72c7ae3d263895d04f13b3aecf1269fc92))
369
- - order details payment information
370
- ([cd54eec](https://github.com/ho-nl/m2-pwa/commit/cd54eec957d34a99c6e58bab4876fb511882e823))
371
- - order item product page link
372
- ([3a606cc](https://github.com/ho-nl/m2-pwa/commit/3a606ccf408694e055f660deedbd1dff5ab19987))
373
- - order_date does not exist on ‘OrderCardFragment’
374
- ([687e0b9](https://github.com/ho-nl/m2-pwa/commit/687e0b95f93cc0f3400b2cd23352e9ed7902b035))
375
- - orders missing key prop
376
- ([73f9fdf](https://github.com/ho-nl/m2-pwa/commit/73f9fdf21f60660bacee8cc16f649e409d813019))
377
- - page as query parameter
378
- ([fee47ce](https://github.com/ho-nl/m2-pwa/commit/fee47ce5e0d3295a417bffc100a1d51b095b51ad))
379
- - password never equal to passwordConfirm
380
- ([90d0d7f](https://github.com/ho-nl/m2-pwa/commit/90d0d7f7e0e97c537e2f7bbc52cc39b419955a16))
381
- - prevent re-render newsletter form
382
- ([aa180d2](https://github.com/ho-nl/m2-pwa/commit/aa180d27371e64f08d2965e27381d160fe3b3f81))
383
- - ratings default value
384
- ([7525fc3](https://github.com/ho-nl/m2-pwa/commit/7525fc3db44b99b6d6c5521b5acbd0e48ca9aa97))
385
- - **react-hook-form:** assertFormGqlOperation
386
- ([ce09fa5](https://github.com/ho-nl/m2-pwa/commit/ce09fa50f73f6d06b2caa15b1223ba7470a7ea96))
387
- - remove border bottom from last menu item
388
- ([23708ab](https://github.com/ho-nl/m2-pwa/commit/23708abd19f4e692b3a231962a92f931370ba157))
389
- - remove conflicting files
390
- ([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
391
- - remove continueshoppingbutton
392
- ([9087748](https://github.com/ho-nl/m2-pwa/commit/908774813dfa1d7a052aed5ece879c4b31f4ad4e))
393
- - remove switch margin right
394
- ([5aaa609](https://github.com/ho-nl/m2-pwa/commit/5aaa609d28a679d7b5f0a746dc8f34b5f6591e39))
395
- - removed unnecessary magento-product dependency from magento-customer
396
- ([d82802f](https://github.com/ho-nl/m2-pwa/commit/d82802f97a4d57dfcfced4dfa84cc3e7d2b866f1))
397
- - rename NextButton to Button, change imports
398
- ([976adb0](https://github.com/ho-nl/m2-pwa/commit/976adb0bf906310d1efce888dcc9be1e28ce0f1b))
399
- - rename product prop to name
400
- ([9b7ed5a](https://github.com/ho-nl/m2-pwa/commit/9b7ed5a03747211c3f93d2628110ab6bfac4d552))
401
- - retrieve regions correctly
402
- ([f939116](https://github.com/ho-nl/m2-pwa/commit/f93911649aaeec2d8989a7ea27aaa9b18b9109e1))
403
- - review text area height
404
- ([b04da99](https://github.com/ho-nl/m2-pwa/commit/b04da99d5a53c6cbcb3b421d24f4f64a65d19d37))
405
- - show form checkmarks when field is valid
406
- ([7df8cad](https://github.com/ho-nl/m2-pwa/commit/7df8cadd5292c7d8a1d1e4c981d51adf7b5b8119))
407
- - sign in form inline breakpoint fix
408
- ([7e2cfe5](https://github.com/ho-nl/m2-pwa/commit/7e2cfe553b4b5c57da36a462af167719bb48777f))
409
- - sign up form inline animations
410
- ([83b5ba8](https://github.com/ho-nl/m2-pwa/commit/83b5ba85cd421cfc748f7af339012a34e07b48f1))
411
- - sign up form typo
412
- ([645cad9](https://github.com/ho-nl/m2-pwa/commit/645cad9cf1ffb2bc4017ce8645915fee1c286195))
413
- - signin form flow
414
- ([6b3d318](https://github.com/ho-nl/m2-pwa/commit/6b3d318d4816ecb2f34247026b3b6e5969fddea5))
415
- - since all links are of next/link we need to add passHref for custom components
416
- ([16fb931](https://github.com/ho-nl/m2-pwa/commit/16fb93100d367203ea79bb4f93357221253f2ecd))
417
- - snackbar sticky to bottom of page
418
- ([face0a9](https://github.com/ho-nl/m2-pwa/commit/face0a998680913fe50812970b5a1ad943c22816))
419
- - sometimes continue sign in button does nothing
420
- ([849de64](https://github.com/ho-nl/m2-pwa/commit/849de64156210ee6848e5a7817188526c8b65287))
421
- - spelling errors, wrong imports
422
- ([01cb889](https://github.com/ho-nl/m2-pwa/commit/01cb889513d69ce0555ac7aaa1a37702d75b0a0d))
423
- - svg icon loading in account menu item
424
- ([2658b31](https://github.com/ho-nl/m2-pwa/commit/2658b31d44774c5aa9880036463293a9f103fc06))
425
- - too bold order state label
426
- ([7cc8880](https://github.com/ho-nl/m2-pwa/commit/7cc8880eb8b31e440e1f0529671baea871fdbb53))
427
- - tsc lint errors
428
- ([ee1d389](https://github.com/ho-nl/m2-pwa/commit/ee1d389612211402df6b3f1f8dd569be365d8035))
429
- - type errors related to CustomerAddress
430
- ([7f3d502](https://github.com/ho-nl/m2-pwa/commit/7f3d502f443b3b98bb1819fd4f9ce714b6a5581c))
431
- - update customer address typings
432
- ([efe46d0](https://github.com/ho-nl/m2-pwa/commit/efe46d0d5e3112be2b88184974e18b7f2905d482))
433
- - use order card item
434
- ([276acd0](https://github.com/ho-nl/m2-pwa/commit/276acd09f264a31c7187f211cdd0d26048c3548e))
435
- - use SvgImageSimple for multiple areas
436
- ([bf851a6](https://github.com/ho-nl/m2-pwa/commit/bf851a6740e1956a78f457c2d90904ee2f65da2f))
437
- - useformautosubmit initial submit
438
- ([a06cb60](https://github.com/ho-nl/m2-pwa/commit/a06cb60996f83788a95bcd3995407539b2acfd46))
439
- - useFormAutoSubmit modes
440
- ([9180bf2](https://github.com/ho-nl/m2-pwa/commit/9180bf21a140f5741078007c42972ded433c277c))
441
- - yarn workspace packages hot reload
442
- ([d03fc9f](https://github.com/ho-nl/m2-pwa/commit/d03fc9fdda3486476761786f2b56a934cc92befc))
241
+ - 400 bad request when authenticating ([004cf8d](https://github.com/ho-nl/m2-pwa/commit/004cf8de85a8813b6f0e674ecd7b2c82b2a65748))
242
+ - account flow (wip) ([0e75aeb](https://github.com/ho-nl/m2-pwa/commit/0e75aebcab3043f9dcd7fd095f9c46cb25d40d57))
243
+ - account tweaks ([26ca295](https://github.com/ho-nl/m2-pwa/commit/26ca2955fe7a3ed509aaa7df98cbb4854d636179))
244
+ - **account-addresses:** single address not shown ([798bb9c](https://github.com/ho-nl/m2-pwa/commit/798bb9ce2ae7347f161d1a7285e21a3aad0f835f))
245
+ - address fragments ([96e68c3](https://github.com/ho-nl/m2-pwa/commit/96e68c3f96e40dded50ec5859909a7326b47e37b))
246
+ - address multi line props bug ([2cb3071](https://github.com/ho-nl/m2-pwa/commit/2cb3071a05b75297b3a44915c31b77d4c46ff9cb))
247
+ - animate checkout login flow ([0fa32f6](https://github.com/ho-nl/m2-pwa/commit/0fa32f634b94a1f827cf2e4e44e2399a10efb7a1))
248
+ - **apollo customer error full page:** only show buttons when customer is unauthorized ([53df7b7](https://github.com/ho-nl/m2-pwa/commit/53df7b75680305e44a79855311e54632cc9e5e68))
249
+ - border bottom error ([4aeb1af](https://github.com/ho-nl/m2-pwa/commit/4aeb1af43eafb52774942370596709488346473f))
250
+ - cannot execute query error in checkout when signed in ([0004841](https://github.com/ho-nl/m2-pwa/commit/00048418afcf6199bf3714a7b472b6f70dcd99f0))
251
+ - cart item styling ([1def7f4](https://github.com/ho-nl/m2-pwa/commit/1def7f49ad4dd621aff6cfd058acc489e522650f))
252
+ - checkout login flow ([c6aace8](https://github.com/ho-nl/m2-pwa/commit/c6aace8cbf5319325fb2b2c0c9b778c080095d4c))
253
+ - **checkout:** ShippingAddressForm can’t correctly submit when region is not visible ([a459d09](https://github.com/ho-nl/m2-pwa/commit/a459d0929810080b5378ed54dda829416235b5e3))
254
+ - correct icon tracking link and order invoice ([fa8948b](https://github.com/ho-nl/m2-pwa/commit/fa8948b0ad58f215d5f26da32d74209efb4088c5))
255
+ - delete confirmation ([32233f6](https://github.com/ho-nl/m2-pwa/commit/32233f673fa7bba6ae148d234db7732aa2db012f))
256
+ - display empty country in country selector ([8b2a6a7](https://github.com/ho-nl/m2-pwa/commit/8b2a6a7af4ec1dec745dd96687712bc5a17b28d4))
257
+ - dynamic order state labels ([6169291](https://github.com/ho-nl/m2-pwa/commit/616929189dffb9ecbfda6de8be9e0cb0f3d2a54b))
258
+ - dynamic order tracking ID ([2116123](https://github.com/ho-nl/m2-pwa/commit/2116123edf0658ec1f1b51628b3be6b9e72ec216))
259
+ - header fab icons size ([772a721](https://github.com/ho-nl/m2-pwa/commit/772a7213a7ee8274ed006fcd6b6fb5123630a771))
260
+ - helper list styles ([2cb825d](https://github.com/ho-nl/m2-pwa/commit/2cb825d24edf8772b191c50ded521590c70966df))
261
+ - icon alignments & sizes ([3b349c9](https://github.com/ho-nl/m2-pwa/commit/3b349c96f08f25cad892cf224ee76e937fb338b8))
262
+ - ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
263
+ - **image:** fix build ([b730cb6](https://github.com/ho-nl/m2-pwa/commit/b730cb6ae4e50dcf2f60e2046d6acf3047caacb3))
264
+ - **image:** make sure unoptimized images are preloaded correctly and remove preloads from lots of images ([fb2b4fc](https://github.com/ho-nl/m2-pwa/commit/fb2b4fcb5336ff880a9b32775847d7b6738ba1ea))
265
+ - implement next-ui barrel imports ([75bea70](https://github.com/ho-nl/m2-pwa/commit/75bea703dba898f18a2a1dfa3243ebd0a4e6f0e1))
266
+ - inline signup form styles ([4199462](https://github.com/ho-nl/m2-pwa/commit/4199462fc6b39b0f67f7b3e37e26ac61c5d5126d))
267
+ - input checkmarks ([279c1c1](https://github.com/ho-nl/m2-pwa/commit/279c1c112ada46fdea102024298e8293d1a23293))
268
+ - list item icon ([4a4cec5](https://github.com/ho-nl/m2-pwa/commit/4a4cec581b3304a33315242029a7ed274ac7877c))
269
+ - **magento-store:** move useCountry/useRegion to magento-store and rename to useFindCountry/useFindRegion ([3fed1c5](https://github.com/ho-nl/m2-pwa/commit/3fed1c53f975977e2681a9b80bb283332d9ad5ec))
270
+ - make separate queries folder, create injectable for account and inject reviews ([5d82a5d](https://github.com/ho-nl/m2-pwa/commit/5d82a5d9162f687c2678cce215b77eedbaf1669e))
271
+ - make sure an empty cart gets initialized properly ([12df845](https://github.com/ho-nl/m2-pwa/commit/12df8456117393cc7c387ba6e072190a831b7a58))
272
+ - make sure ComposedForm actually submits correctly ([c6499d9](https://github.com/ho-nl/m2-pwa/commit/c6499d9d36f874cd65b310cbf7f63f5a88fa86cd))
273
+ - make sure the checkout address fields are working as expected ([e88aae9](https://github.com/ho-nl/m2-pwa/commit/e88aae9afa3c60457b8e8c87ba52e8ae2dec4a3e))
274
+ - make sure the session token gets deactivated when trying to merge carts when it cant ([2a9416b](https://github.com/ho-nl/m2-pwa/commit/2a9416b5c9efcd28a27f4183922ab419f62ea767))
275
+ - make sure to use barrel files ([b73aaf1](https://github.com/ho-nl/m2-pwa/commit/b73aaf1b47db1c807e6b8665e33c7fd5633c49b4))
276
+ - make sure we are loading the correct icons ([9862a80](https://github.com/ho-nl/m2-pwa/commit/9862a801088d395838fc5ece5a9c15f7c6c7d422))
277
+ - make sure we do not set the new mode to early ([400107f](https://github.com/ho-nl/m2-pwa/commit/400107fe60bc6390129258089a4280e416e4c3c6))
278
+ - merge session expired page with sign in page ([8135c55](https://github.com/ho-nl/m2-pwa/commit/8135c553959eab7574f06b13e390a779f01bf5bd))
279
+ - message when product not found ([a10f2d8](https://github.com/ho-nl/m2-pwa/commit/a10f2d8ec4dc387659b6c993b65b4aad9d71989c))
280
+ - missing NoOrdersFound export ([81e1177](https://github.com/ho-nl/m2-pwa/commit/81e1177dfa6347b310ec5cf4a7085edec7c86497))
281
+ - move trackinglink to order package ([1ddf923](https://github.com/ho-nl/m2-pwa/commit/1ddf9235a9ee0e5cda8f657de2ebb559836278ec))
282
+ - mui register email field ([f6270ca](https://github.com/ho-nl/m2-pwa/commit/f6270cabc014e9258d94d1190c1a496d53482d14))
283
+ - my account mobile view ([1fc48e0](https://github.com/ho-nl/m2-pwa/commit/1fc48e0ff7470f5904492619d96315db19dcc42b))
284
+ - my account view styles ([294a22c](https://github.com/ho-nl/m2-pwa/commit/294a22ce0415410fa3b8509578e5b297ad76e66a))
285
+ - order card date ([5b932a7](https://github.com/ho-nl/m2-pwa/commit/5b932a72c7ae3d263895d04f13b3aecf1269fc92))
286
+ - order details payment information ([cd54eec](https://github.com/ho-nl/m2-pwa/commit/cd54eec957d34a99c6e58bab4876fb511882e823))
287
+ - order item product page link ([3a606cc](https://github.com/ho-nl/m2-pwa/commit/3a606ccf408694e055f660deedbd1dff5ab19987))
288
+ - order_date does not exist on ‘OrderCardFragment’ ([687e0b9](https://github.com/ho-nl/m2-pwa/commit/687e0b95f93cc0f3400b2cd23352e9ed7902b035))
289
+ - orders missing key prop ([73f9fdf](https://github.com/ho-nl/m2-pwa/commit/73f9fdf21f60660bacee8cc16f649e409d813019))
290
+ - page as query parameter ([fee47ce](https://github.com/ho-nl/m2-pwa/commit/fee47ce5e0d3295a417bffc100a1d51b095b51ad))
291
+ - password never equal to passwordConfirm ([90d0d7f](https://github.com/ho-nl/m2-pwa/commit/90d0d7f7e0e97c537e2f7bbc52cc39b419955a16))
292
+ - prevent re-render newsletter form ([aa180d2](https://github.com/ho-nl/m2-pwa/commit/aa180d27371e64f08d2965e27381d160fe3b3f81))
293
+ - ratings default value ([7525fc3](https://github.com/ho-nl/m2-pwa/commit/7525fc3db44b99b6d6c5521b5acbd0e48ca9aa97))
294
+ - **react-hook-form:** assertFormGqlOperation ([ce09fa5](https://github.com/ho-nl/m2-pwa/commit/ce09fa50f73f6d06b2caa15b1223ba7470a7ea96))
295
+ - remove border bottom from last menu item ([23708ab](https://github.com/ho-nl/m2-pwa/commit/23708abd19f4e692b3a231962a92f931370ba157))
296
+ - remove conflicting files ([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
297
+ - remove continueshoppingbutton ([9087748](https://github.com/ho-nl/m2-pwa/commit/908774813dfa1d7a052aed5ece879c4b31f4ad4e))
298
+ - remove switch margin right ([5aaa609](https://github.com/ho-nl/m2-pwa/commit/5aaa609d28a679d7b5f0a746dc8f34b5f6591e39))
299
+ - removed unnecessary magento-product dependency from magento-customer ([d82802f](https://github.com/ho-nl/m2-pwa/commit/d82802f97a4d57dfcfced4dfa84cc3e7d2b866f1))
300
+ - rename NextButton to Button, change imports ([976adb0](https://github.com/ho-nl/m2-pwa/commit/976adb0bf906310d1efce888dcc9be1e28ce0f1b))
301
+ - rename product prop to name ([9b7ed5a](https://github.com/ho-nl/m2-pwa/commit/9b7ed5a03747211c3f93d2628110ab6bfac4d552))
302
+ - retrieve regions correctly ([f939116](https://github.com/ho-nl/m2-pwa/commit/f93911649aaeec2d8989a7ea27aaa9b18b9109e1))
303
+ - review text area height ([b04da99](https://github.com/ho-nl/m2-pwa/commit/b04da99d5a53c6cbcb3b421d24f4f64a65d19d37))
304
+ - show form checkmarks when field is valid ([7df8cad](https://github.com/ho-nl/m2-pwa/commit/7df8cadd5292c7d8a1d1e4c981d51adf7b5b8119))
305
+ - sign in form inline breakpoint fix ([7e2cfe5](https://github.com/ho-nl/m2-pwa/commit/7e2cfe553b4b5c57da36a462af167719bb48777f))
306
+ - sign up form inline animations ([83b5ba8](https://github.com/ho-nl/m2-pwa/commit/83b5ba85cd421cfc748f7af339012a34e07b48f1))
307
+ - sign up form typo ([645cad9](https://github.com/ho-nl/m2-pwa/commit/645cad9cf1ffb2bc4017ce8645915fee1c286195))
308
+ - signin form flow ([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 ([16fb931](https://github.com/ho-nl/m2-pwa/commit/16fb93100d367203ea79bb4f93357221253f2ecd))
310
+ - snackbar sticky to bottom of page ([face0a9](https://github.com/ho-nl/m2-pwa/commit/face0a998680913fe50812970b5a1ad943c22816))
311
+ - sometimes continue sign in button does nothing ([849de64](https://github.com/ho-nl/m2-pwa/commit/849de64156210ee6848e5a7817188526c8b65287))
312
+ - spelling errors, wrong imports ([01cb889](https://github.com/ho-nl/m2-pwa/commit/01cb889513d69ce0555ac7aaa1a37702d75b0a0d))
313
+ - svg icon loading in account menu item ([2658b31](https://github.com/ho-nl/m2-pwa/commit/2658b31d44774c5aa9880036463293a9f103fc06))
314
+ - too bold order state label ([7cc8880](https://github.com/ho-nl/m2-pwa/commit/7cc8880eb8b31e440e1f0529671baea871fdbb53))
315
+ - tsc lint errors ([ee1d389](https://github.com/ho-nl/m2-pwa/commit/ee1d389612211402df6b3f1f8dd569be365d8035))
316
+ - type errors related to CustomerAddress ([7f3d502](https://github.com/ho-nl/m2-pwa/commit/7f3d502f443b3b98bb1819fd4f9ce714b6a5581c))
317
+ - update customer address typings ([efe46d0](https://github.com/ho-nl/m2-pwa/commit/efe46d0d5e3112be2b88184974e18b7f2905d482))
318
+ - use order card item ([276acd0](https://github.com/ho-nl/m2-pwa/commit/276acd09f264a31c7187f211cdd0d26048c3548e))
319
+ - use SvgImageSimple for multiple areas ([bf851a6](https://github.com/ho-nl/m2-pwa/commit/bf851a6740e1956a78f457c2d90904ee2f65da2f))
320
+ - useformautosubmit initial submit ([a06cb60](https://github.com/ho-nl/m2-pwa/commit/a06cb60996f83788a95bcd3995407539b2acfd46))
321
+ - useFormAutoSubmit modes ([9180bf2](https://github.com/ho-nl/m2-pwa/commit/9180bf21a140f5741078007c42972ded433c277c))
322
+ - yarn workspace packages hot reload ([d03fc9f](https://github.com/ho-nl/m2-pwa/commit/d03fc9fdda3486476761786f2b56a934cc92befc))
443
323
 
444
324
  ### Features
445
325
 
446
- - account dashboard skeleton when loading
447
- ([bc1778c](https://github.com/ho-nl/m2-pwa/commit/bc1778cb7b59a9c69752463ad56fe705b54a2035))
448
- - account reviews page
449
- ([72d8012](https://github.com/ho-nl/m2-pwa/commit/72d8012a81e34af48bcb8d6ddf6c1bd29bbd5da4))
450
- - add barrel file for magento-customer
451
- ([02fb7f0](https://github.com/ho-nl/m2-pwa/commit/02fb7f004de968ee968b00e364b2b370f4f7d4f1))
452
- - Add customer service icon and define MuiIconButton size
453
- ([eefcc52](https://github.com/ho-nl/m2-pwa/commit/eefcc52eeffa03b364464709e1860135127cc4b5))
454
- - add default snackbar
455
- ([2ccdb26](https://github.com/ho-nl/m2-pwa/commit/2ccdb2661b7bfb6353ed23defcc626e652495514))
456
- - add new customer address
457
- ([df7cbe9](https://github.com/ho-nl/m2-pwa/commit/df7cbe92f64ffa1ff0cdfde7fa9a5d74fb05f969))
458
- - add product review (wip)
459
- ([8cbdb21](https://github.com/ho-nl/m2-pwa/commit/8cbdb2106eaebd4fcc603236383371b1a689de14))
460
- - added PaymentModule API and persistent selection of form fields
461
- ([b67f735](https://github.com/ho-nl/m2-pwa/commit/b67f7358f62edd56a8232d625ecee56af350bfb8))
462
- - address formatter wip
463
- ([6ab18be](https://github.com/ho-nl/m2-pwa/commit/6ab18be560b0432d6dc7772d46ff69a1f9139a20))
464
- - addresses page
465
- ([ab01ae0](https://github.com/ho-nl/m2-pwa/commit/ab01ae095ae53e1e96e63a729a71739d05498a0c))
466
- - apollo error full page component
467
- ([fc1e695](https://github.com/ho-nl/m2-pwa/commit/fc1e695251a8792abaec5b9382e8301d3794cb6d))
468
- - barrel files for magento-product pages
469
- ([c8fdcf2](https://github.com/ho-nl/m2-pwa/commit/c8fdcf2f5b98821dffe2c47f5ea4e1847bd3bb1e))
470
- - better sign in form handling
471
- ([6ac339f](https://github.com/ho-nl/m2-pwa/commit/6ac339fdfa1ece959cc8548e5bfadfca7c1f5cf6))
472
- - **cart:** merge customer and guest carts when logging in
473
- ([25ebc0f](https://github.com/ho-nl/m2-pwa/commit/25ebc0f4e825f8512e2c3f1e01bf23a2d019b0d3))
474
- - change billing and shipping address
475
- ([060a145](https://github.com/ho-nl/m2-pwa/commit/060a14503fe62c75a49ba832d58d65ef588e5726))
476
- - change name in my account
477
- ([00f6f89](https://github.com/ho-nl/m2-pwa/commit/00f6f89d9087d911a2654a6c1c1c76ec38b56533))
478
- - checkout email added
479
- ([452a953](https://github.com/ho-nl/m2-pwa/commit/452a95377e116bfa8b757d3ccc45cf2e4ac7cc51))
480
- - created stable layout for category filters
481
- ([08d9351](https://github.com/ho-nl/m2-pwa/commit/08d9351dac5c9ede864ff336a60d758875d8efe4))
482
- - created stacked-pages package
483
- ([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
484
- - customizable account menu
485
- ([ce1902e](https://github.com/ho-nl/m2-pwa/commit/ce1902e1817e5185b4c3ba551b907da4420bed80))
486
- - delete customer address
487
- ([a4cb781](https://github.com/ho-nl/m2-pwa/commit/a4cb7819c398bd71476bc88fe10a9e4c35e6e3cd))
488
- - edit billing address on checkout payment step
489
- ([96a5719](https://github.com/ho-nl/m2-pwa/commit/96a5719437616006efb2588c3516d3f2608c1fb8))
490
- - edit customer address
491
- ([365fd2e](https://github.com/ho-nl/m2-pwa/commit/365fd2e0a4d06328b5c9a864757084c95f01d5da))
492
- - form styling consistency
493
- ([87cba85](https://github.com/ho-nl/m2-pwa/commit/87cba85e828fa42a02dfe74ac841aa2b39a60f4e))
494
- - friendly messages when no content available
495
- ([39eaab2](https://github.com/ho-nl/m2-pwa/commit/39eaab2e4455109f67bfead9577175cd6d97d275))
496
- - full page ui back and menu button position swap
497
- ([93b3419](https://github.com/ho-nl/m2-pwa/commit/93b34197947d133f4d1480c4ce68a0302201b858))
498
- - full page ui desktop variant
499
- ([a70f301](https://github.com/ho-nl/m2-pwa/commit/a70f3013da36fa131f82fb44457b107fb7705df6))
500
- - **graphql:** introduced new graphql package that holds all generated files
501
- ([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
502
- - **graphql:** introducing local schema migrations
503
- ([e77ef8a](https://github.com/ho-nl/m2-pwa/commit/e77ef8ad4cd5723e2352dec937b45ee976929b24))
504
- - **image:** introduced completely rewritten Image component
505
- ([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
506
- - implement sticky snackbar in needed places
507
- ([0426e73](https://github.com/ho-nl/m2-pwa/commit/0426e73ff7bb24cae656a082e15f36d5012c6653))
508
- - implemented checkmo payment method
509
- ([18525b2](https://github.com/ho-nl/m2-pwa/commit/18525b2f4efe9bd0eea12a7a992d284f341e0c68))
510
- - inline sign up form in checkout
511
- ([d7c1066](https://github.com/ho-nl/m2-pwa/commit/d7c106632a6d754f7826f03c16b77f4b1e735377))
512
- - **inline-account:** re-added the component
513
- ([c508d34](https://github.com/ho-nl/m2-pwa/commit/c508d341ca34daa26a6db13ead72f7f4bdc72160))
514
- - introduces framer-next-pages and framer-sheet to next-ui and soxbase package
515
- ([e04ad8a](https://github.com/ho-nl/m2-pwa/commit/e04ad8a94cd1fd5a7c5575c9db7916b6e8a88f16))
516
- - introducing useAutoSubmit for useForm to handle shipping address step
517
- ([d375a12](https://github.com/ho-nl/m2-pwa/commit/d375a123d5ba88285703fc1706a43c21c5a248d5))
518
- - login flow
519
- ([8132b1a](https://github.com/ho-nl/m2-pwa/commit/8132b1a9be7040c3e2f70f1c1d04e6a9d7840a91))
520
- - made AccountMenuItem support onClick handler
521
- ([2dea5c1](https://github.com/ho-nl/m2-pwa/commit/2dea5c1cdcfb07ee36c1b345d53a5aa2aaea536b))
522
- - **magento-customer:** introduced ApolloCustomerErrorAlert
523
- ([e5406d9](https://github.com/ho-nl/m2-pwa/commit/e5406d91f914de290c5f097955e312312e567972))
524
- - **magento-graphql:** added core magentoTypePolicies
525
- ([bdf15d0](https://github.com/ho-nl/m2-pwa/commit/bdf15d0d3c04e88339a8385d76f3b1ab9589fde3))
526
- - make continueshoppingbutton configurable
527
- ([54e5476](https://github.com/ho-nl/m2-pwa/commit/54e54767e0697e311057bfd3464282e0172db32c))
528
- - moved delete address button to address
529
- ([df2f792](https://github.com/ho-nl/m2-pwa/commit/df2f792ae737fffe4ec3a667d20ae36f3bb4e526))
530
- - my account authentication page
531
- ([26bdf33](https://github.com/ho-nl/m2-pwa/commit/26bdf3339465083027d938435eec02a534692c6e))
532
- - new my account overview
533
- ([6de0761](https://github.com/ho-nl/m2-pwa/commit/6de0761c452e1ba5364345a168b400d90418b44e))
534
- - **next-ui:** SectionContainer/SectionHeader now accepts variantLeft/variantRight as prop
535
- ([a58f8f2](https://github.com/ho-nl/m2-pwa/commit/a58f8f2962e74c9aaa41142524d42d9c8f662b8d))
536
- - next.js 11
537
- ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
538
- - no account yet component
539
- ([d8d7372](https://github.com/ho-nl/m2-pwa/commit/d8d737209dc8545411cab7c48c0c59037dd43e80))
540
- - order detail page setup
541
- ([4b8c95a](https://github.com/ho-nl/m2-pwa/commit/4b8c95ae2286e83226c1c99aa39c0bda703f9876))
542
- - pagination on orders page in my account
543
- ([2fec1e2](https://github.com/ho-nl/m2-pwa/commit/2fec1e29f93d34d726c792e90397fded5ff0b2cb))
544
- - **playwright:** added new playwright package to enable browser testing
545
- ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
546
- - renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
547
- [@reachdigital](https://github.com/reachdigital)
548
- ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
549
- - reset password functionality
550
- ([ff3d1a5](https://github.com/ho-nl/m2-pwa/commit/ff3d1a5fce2f62421403f29d90cfecb98506ec4c))
551
- - signed in highlight in menu
552
- ([c263e20](https://github.com/ho-nl/m2-pwa/commit/c263e2092d344fd2bc0c12142d9fb972caf213ff))
553
- - support for custom SignOutForm button
554
- ([c442727](https://github.com/ho-nl/m2-pwa/commit/c442727b87d557bd10921ae3cd98ebb11d60d255))
555
- - svgimage component
556
- ([f369605](https://github.com/ho-nl/m2-pwa/commit/f3696051e381a24c543fd24e199da5b17f9e124f))
557
- - toggle subscribe customer to newsletter
558
- ([85688e4](https://github.com/ho-nl/m2-pwa/commit/85688e47b0571c28a2f967310915336b397fc120))
559
- - tweak app performance
560
- ([cde0a9b](https://github.com/ho-nl/m2-pwa/commit/cde0a9bda1560b354e9adde3c022e3fddb71ea69))
561
- - update email form in my account
562
- ([e5b6832](https://github.com/ho-nl/m2-pwa/commit/e5b6832ca1b55083b80516ecc59b5f1d8a93763b))
563
- - upgrade to node 14
564
- ([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
565
- - upgraded to nextjs 11
566
- ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
567
- - useFormMutationCart and simpler imports
568
- ([012f090](https://github.com/ho-nl/m2-pwa/commit/012f090e8f54d09f35d393c61ad1e2319f5a90ff))
569
- - useFormPersist, useFormAutoSubmit, useFormGqlMutation everywhere
570
- ([e591285](https://github.com/ho-nl/m2-pwa/commit/e5912854babee87c8efc5b7c00455d61b301aad3))
571
- - working on shipping-method step
572
- ([d89a072](https://github.com/ho-nl/m2-pwa/commit/d89a072298baa20bfa0ac7a2a885c40728a23edb))
573
- - working on useMergeCarts
574
- ([e39360c](https://github.com/ho-nl/m2-pwa/commit/e39360cf33dbca351d57b0186117248fa102f6c8))
326
+ - account dashboard skeleton when loading ([bc1778c](https://github.com/ho-nl/m2-pwa/commit/bc1778cb7b59a9c69752463ad56fe705b54a2035))
327
+ - account reviews page ([72d8012](https://github.com/ho-nl/m2-pwa/commit/72d8012a81e34af48bcb8d6ddf6c1bd29bbd5da4))
328
+ - add barrel file for magento-customer ([02fb7f0](https://github.com/ho-nl/m2-pwa/commit/02fb7f004de968ee968b00e364b2b370f4f7d4f1))
329
+ - Add customer service icon and define MuiIconButton size ([eefcc52](https://github.com/ho-nl/m2-pwa/commit/eefcc52eeffa03b364464709e1860135127cc4b5))
330
+ - add default snackbar ([2ccdb26](https://github.com/ho-nl/m2-pwa/commit/2ccdb2661b7bfb6353ed23defcc626e652495514))
331
+ - add new customer address ([df7cbe9](https://github.com/ho-nl/m2-pwa/commit/df7cbe92f64ffa1ff0cdfde7fa9a5d74fb05f969))
332
+ - add product review (wip) ([8cbdb21](https://github.com/ho-nl/m2-pwa/commit/8cbdb2106eaebd4fcc603236383371b1a689de14))
333
+ - added PaymentModule API and persistent selection of form fields ([b67f735](https://github.com/ho-nl/m2-pwa/commit/b67f7358f62edd56a8232d625ecee56af350bfb8))
334
+ - address formatter wip ([6ab18be](https://github.com/ho-nl/m2-pwa/commit/6ab18be560b0432d6dc7772d46ff69a1f9139a20))
335
+ - addresses page ([ab01ae0](https://github.com/ho-nl/m2-pwa/commit/ab01ae095ae53e1e96e63a729a71739d05498a0c))
336
+ - apollo error full page component ([fc1e695](https://github.com/ho-nl/m2-pwa/commit/fc1e695251a8792abaec5b9382e8301d3794cb6d))
337
+ - barrel files for magento-product pages ([c8fdcf2](https://github.com/ho-nl/m2-pwa/commit/c8fdcf2f5b98821dffe2c47f5ea4e1847bd3bb1e))
338
+ - better sign in form handling ([6ac339f](https://github.com/ho-nl/m2-pwa/commit/6ac339fdfa1ece959cc8548e5bfadfca7c1f5cf6))
339
+ - **cart:** merge customer and guest carts when logging in ([25ebc0f](https://github.com/ho-nl/m2-pwa/commit/25ebc0f4e825f8512e2c3f1e01bf23a2d019b0d3))
340
+ - change billing and shipping address ([060a145](https://github.com/ho-nl/m2-pwa/commit/060a14503fe62c75a49ba832d58d65ef588e5726))
341
+ - change name in my account ([00f6f89](https://github.com/ho-nl/m2-pwa/commit/00f6f89d9087d911a2654a6c1c1c76ec38b56533))
342
+ - checkout email added ([452a953](https://github.com/ho-nl/m2-pwa/commit/452a95377e116bfa8b757d3ccc45cf2e4ac7cc51))
343
+ - created stable layout for category filters ([08d9351](https://github.com/ho-nl/m2-pwa/commit/08d9351dac5c9ede864ff336a60d758875d8efe4))
344
+ - created stacked-pages package ([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
345
+ - customizable account menu ([ce1902e](https://github.com/ho-nl/m2-pwa/commit/ce1902e1817e5185b4c3ba551b907da4420bed80))
346
+ - delete customer address ([a4cb781](https://github.com/ho-nl/m2-pwa/commit/a4cb7819c398bd71476bc88fe10a9e4c35e6e3cd))
347
+ - edit billing address on checkout payment step ([96a5719](https://github.com/ho-nl/m2-pwa/commit/96a5719437616006efb2588c3516d3f2608c1fb8))
348
+ - edit customer address ([365fd2e](https://github.com/ho-nl/m2-pwa/commit/365fd2e0a4d06328b5c9a864757084c95f01d5da))
349
+ - form styling consistency ([87cba85](https://github.com/ho-nl/m2-pwa/commit/87cba85e828fa42a02dfe74ac841aa2b39a60f4e))
350
+ - friendly messages when no content available ([39eaab2](https://github.com/ho-nl/m2-pwa/commit/39eaab2e4455109f67bfead9577175cd6d97d275))
351
+ - full page ui back and menu button position swap ([93b3419](https://github.com/ho-nl/m2-pwa/commit/93b34197947d133f4d1480c4ce68a0302201b858))
352
+ - full page ui desktop variant ([a70f301](https://github.com/ho-nl/m2-pwa/commit/a70f3013da36fa131f82fb44457b107fb7705df6))
353
+ - **graphql:** introduced new graphql package that holds all generated files ([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
354
+ - **graphql:** introducing local schema migrations ([e77ef8a](https://github.com/ho-nl/m2-pwa/commit/e77ef8ad4cd5723e2352dec937b45ee976929b24))
355
+ - **image:** introduced completely rewritten Image component ([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
356
+ - implement sticky snackbar in needed places ([0426e73](https://github.com/ho-nl/m2-pwa/commit/0426e73ff7bb24cae656a082e15f36d5012c6653))
357
+ - implemented checkmo payment method ([18525b2](https://github.com/ho-nl/m2-pwa/commit/18525b2f4efe9bd0eea12a7a992d284f341e0c68))
358
+ - inline sign up form in checkout ([d7c1066](https://github.com/ho-nl/m2-pwa/commit/d7c106632a6d754f7826f03c16b77f4b1e735377))
359
+ - **inline-account:** re-added the component ([c508d34](https://github.com/ho-nl/m2-pwa/commit/c508d341ca34daa26a6db13ead72f7f4bdc72160))
360
+ - introduces framer-next-pages and framer-sheet to next-ui and soxbase package ([e04ad8a](https://github.com/ho-nl/m2-pwa/commit/e04ad8a94cd1fd5a7c5575c9db7916b6e8a88f16))
361
+ - introducing useAutoSubmit for useForm to handle shipping address step ([d375a12](https://github.com/ho-nl/m2-pwa/commit/d375a123d5ba88285703fc1706a43c21c5a248d5))
362
+ - login flow ([8132b1a](https://github.com/ho-nl/m2-pwa/commit/8132b1a9be7040c3e2f70f1c1d04e6a9d7840a91))
363
+ - made AccountMenuItem support onClick handler ([2dea5c1](https://github.com/ho-nl/m2-pwa/commit/2dea5c1cdcfb07ee36c1b345d53a5aa2aaea536b))
364
+ - **magento-customer:** introduced ApolloCustomerErrorAlert ([e5406d9](https://github.com/ho-nl/m2-pwa/commit/e5406d91f914de290c5f097955e312312e567972))
365
+ - **magento-graphql:** added core magentoTypePolicies ([bdf15d0](https://github.com/ho-nl/m2-pwa/commit/bdf15d0d3c04e88339a8385d76f3b1ab9589fde3))
366
+ - make continueshoppingbutton configurable ([54e5476](https://github.com/ho-nl/m2-pwa/commit/54e54767e0697e311057bfd3464282e0172db32c))
367
+ - moved delete address button to address ([df2f792](https://github.com/ho-nl/m2-pwa/commit/df2f792ae737fffe4ec3a667d20ae36f3bb4e526))
368
+ - my account authentication page ([26bdf33](https://github.com/ho-nl/m2-pwa/commit/26bdf3339465083027d938435eec02a534692c6e))
369
+ - new my account overview ([6de0761](https://github.com/ho-nl/m2-pwa/commit/6de0761c452e1ba5364345a168b400d90418b44e))
370
+ - **next-ui:** SectionContainer/SectionHeader now accepts variantLeft/variantRight as prop ([a58f8f2](https://github.com/ho-nl/m2-pwa/commit/a58f8f2962e74c9aaa41142524d42d9c8f662b8d))
371
+ - next.js 11 ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
372
+ - no account yet component ([d8d7372](https://github.com/ho-nl/m2-pwa/commit/d8d737209dc8545411cab7c48c0c59037dd43e80))
373
+ - order detail page setup ([4b8c95a](https://github.com/ho-nl/m2-pwa/commit/4b8c95ae2286e83226c1c99aa39c0bda703f9876))
374
+ - pagination on orders page in my account ([2fec1e2](https://github.com/ho-nl/m2-pwa/commit/2fec1e29f93d34d726c792e90397fded5ff0b2cb))
375
+ - **playwright:** added new playwright package to enable browser testing ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
376
+ - renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of [@reachdigital](https://github.com/reachdigital) ([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
377
+ - reset password functionality ([ff3d1a5](https://github.com/ho-nl/m2-pwa/commit/ff3d1a5fce2f62421403f29d90cfecb98506ec4c))
378
+ - signed in highlight in menu ([c263e20](https://github.com/ho-nl/m2-pwa/commit/c263e2092d344fd2bc0c12142d9fb972caf213ff))
379
+ - support for custom SignOutForm button ([c442727](https://github.com/ho-nl/m2-pwa/commit/c442727b87d557bd10921ae3cd98ebb11d60d255))
380
+ - svgimage component ([f369605](https://github.com/ho-nl/m2-pwa/commit/f3696051e381a24c543fd24e199da5b17f9e124f))
381
+ - toggle subscribe customer to newsletter ([85688e4](https://github.com/ho-nl/m2-pwa/commit/85688e47b0571c28a2f967310915336b397fc120))
382
+ - tweak app performance ([cde0a9b](https://github.com/ho-nl/m2-pwa/commit/cde0a9bda1560b354e9adde3c022e3fddb71ea69))
383
+ - update email form in my account ([e5b6832](https://github.com/ho-nl/m2-pwa/commit/e5b6832ca1b55083b80516ecc59b5f1d8a93763b))
384
+ - upgrade to node 14 ([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
385
+ - upgraded to nextjs 11 ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
386
+ - useFormMutationCart and simpler imports ([012f090](https://github.com/ho-nl/m2-pwa/commit/012f090e8f54d09f35d393c61ad1e2319f5a90ff))
387
+ - useFormPersist, useFormAutoSubmit, useFormGqlMutation everywhere ([e591285](https://github.com/ho-nl/m2-pwa/commit/e5912854babee87c8efc5b7c00455d61b301aad3))
388
+ - working on shipping-method step ([d89a072](https://github.com/ho-nl/m2-pwa/commit/d89a072298baa20bfa0ac7a2a885c40728a23edb))
389
+ - working on useMergeCarts ([e39360c](https://github.com/ho-nl/m2-pwa/commit/e39360cf33dbca351d57b0186117248fa102f6c8))
575
390
 
576
391
  ### Reverts
577
392
 
578
- - Revert "chore: upgrade @apollo/client"
579
- ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
393
+ - Revert "chore: upgrade @apollo/client" ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
580
394
 
581
395
  ## 2.0.8 (2020-10-28)
582
396
 
583
397
  ### Bug Fixes
584
398
 
585
- - exclusively use Magento endpoint for magento codegen packages
586
- ([deafc42](https://github.com/ho-nl/m2-pwa/commit/deafc423ca0831853ac070e947b900ece565fa65))
587
- - make sure themes extensions are found
588
- ([5aa18db](https://github.com/ho-nl/m2-pwa/commit/5aa18db514fd2e2f50681367e39523f8e742ece0))
399
+ - exclusively use Magento endpoint for magento codegen packages ([deafc42](https://github.com/ho-nl/m2-pwa/commit/deafc423ca0831853ac070e947b900ece565fa65))
400
+ - make sure themes extensions are found ([5aa18db](https://github.com/ho-nl/m2-pwa/commit/5aa18db514fd2e2f50681367e39523f8e742ece0))
589
401
 
590
402
  ### Features
591
403
 
592
- - added generated graphql.ts files
593
- ([3e44415](https://github.com/ho-nl/m2-pwa/commit/3e44415b018e74b502e9e98479aa5e84041f337d))
594
- - split into packages
595
- ([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
404
+ - added generated graphql.ts files ([3e44415](https://github.com/ho-nl/m2-pwa/commit/3e44415b018e74b502e9e98479aa5e84041f337d))
405
+ - split into packages ([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
596
406
 
597
407
  ### BREAKING CHANGES
598
408
 
@@ -600,22 +410,18 @@ All notable changes to this project will be documented in this file. See
600
410
 
601
411
  # Change Log
602
412
 
603
- All notable changes to this project will be documented in this file. See
604
- [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
413
+ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
605
414
 
606
415
  # [2.105.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@2.104.18...@graphcommerce/magento-customer@2.105.0) (2021-09-24)
607
416
 
608
417
  ### Bug Fixes
609
418
 
610
- - **account-addresses:** single address not shown
611
- ([798bb9c](https://github.com/ho-nl/m2-pwa/commit/798bb9ce2ae7347f161d1a7285e21a3aad0f835f))
419
+ - **account-addresses:** single address not shown ([798bb9c](https://github.com/ho-nl/m2-pwa/commit/798bb9ce2ae7347f161d1a7285e21a3aad0f835f))
612
420
 
613
421
  ### Features
614
422
 
615
- - edit billing address on checkout payment step
616
- ([96a5719](https://github.com/ho-nl/m2-pwa/commit/96a5719437616006efb2588c3516d3f2608c1fb8))
617
- - **inline-account:** re-added the component
618
- ([c508d34](https://github.com/ho-nl/m2-pwa/commit/c508d341ca34daa26a6db13ead72f7f4bdc72160))
423
+ - edit billing address on checkout payment step ([96a5719](https://github.com/ho-nl/m2-pwa/commit/96a5719437616006efb2588c3516d3f2608c1fb8))
424
+ - **inline-account:** re-added the component ([c508d34](https://github.com/ho-nl/m2-pwa/commit/c508d341ca34daa26a6db13ead72f7f4bdc72160))
619
425
 
620
426
  ## [2.104.7](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@2.104.6...@graphcommerce/magento-customer@2.104.7) (2021-08-18)
621
427
 
@@ -623,72 +429,57 @@ All notable changes to this project will be documented in this file. See
623
429
 
624
430
  ### Bug Fixes
625
431
 
626
- - make sure the session token gets deactivated when trying to merge carts when it cant
627
- ([2a9416b](https://github.com/ho-nl/m2-pwa/commit/2a9416b5c9efcd28a27f4183922ab419f62ea767))
432
+ - make sure the session token gets deactivated when trying to merge carts when it cant ([2a9416b](https://github.com/ho-nl/m2-pwa/commit/2a9416b5c9efcd28a27f4183922ab419f62ea767))
628
433
 
629
434
  # [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)
630
435
 
631
436
  ### Bug Fixes
632
437
 
633
- - account tweaks
634
- ([26ca295](https://github.com/ho-nl/m2-pwa/commit/26ca2955fe7a3ed509aaa7df98cbb4854d636179))
635
- - prevent re-render newsletter form
636
- ([aa180d2](https://github.com/ho-nl/m2-pwa/commit/aa180d27371e64f08d2965e27381d160fe3b3f81))
637
- - remove switch margin right
638
- ([5aaa609](https://github.com/ho-nl/m2-pwa/commit/5aaa609d28a679d7b5f0a746dc8f34b5f6591e39))
438
+ - account tweaks ([26ca295](https://github.com/ho-nl/m2-pwa/commit/26ca2955fe7a3ed509aaa7df98cbb4854d636179))
439
+ - prevent re-render newsletter form ([aa180d2](https://github.com/ho-nl/m2-pwa/commit/aa180d27371e64f08d2965e27381d160fe3b3f81))
440
+ - remove switch margin right ([5aaa609](https://github.com/ho-nl/m2-pwa/commit/5aaa609d28a679d7b5f0a746dc8f34b5f6591e39))
639
441
 
640
442
  ### Features
641
443
 
642
- - toggle subscribe customer to newsletter
643
- ([85688e4](https://github.com/ho-nl/m2-pwa/commit/85688e47b0571c28a2f967310915336b397fc120))
444
+ - toggle subscribe customer to newsletter ([85688e4](https://github.com/ho-nl/m2-pwa/commit/85688e47b0571c28a2f967310915336b397fc120))
644
445
 
645
446
  # [2.103.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@2.102.10...@graphcommerce/magento-customer@2.103.0) (2021-08-12)
646
447
 
647
448
  ### Features
648
449
 
649
- - upgraded to nextjs 11
650
- ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
450
+ - upgraded to nextjs 11 ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
651
451
 
652
452
  ## [2.102.9](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@2.102.8...@graphcommerce/magento-customer@2.102.9) (2021-08-09)
653
453
 
654
454
  ### Bug Fixes
655
455
 
656
- - use SvgImageSimple for multiple areas
657
- ([bf851a6](https://github.com/ho-nl/m2-pwa/commit/bf851a6740e1956a78f457c2d90904ee2f65da2f))
456
+ - use SvgImageSimple for multiple areas ([bf851a6](https://github.com/ho-nl/m2-pwa/commit/bf851a6740e1956a78f457c2d90904ee2f65da2f))
658
457
 
659
458
  ### Reverts
660
459
 
661
- - Revert "chore: upgrade @apollo/client"
662
- ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
460
+ - Revert "chore: upgrade @apollo/client" ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
663
461
 
664
462
  # [2.102.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@2.101.8...@graphcommerce/magento-customer@2.102.0) (2021-07-26)
665
463
 
666
464
  ### Features
667
465
 
668
- - **playwright:** added new playwright package to enable browser testing
669
- ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
466
+ - **playwright:** added new playwright package to enable browser testing ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
670
467
 
671
468
  ## [2.101.6](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@2.101.5...@graphcommerce/magento-customer@2.101.6) (2021-07-23)
672
469
 
673
470
  ### Bug Fixes
674
471
 
675
- - make separate queries folder, create injectable for account and inject reviews
676
- ([5d82a5d](https://github.com/ho-nl/m2-pwa/commit/5d82a5d9162f687c2678cce215b77eedbaf1669e))
677
- - missing NoOrdersFound export
678
- ([81e1177](https://github.com/ho-nl/m2-pwa/commit/81e1177dfa6347b310ec5cf4a7085edec7c86497))
679
- - move trackinglink to order package
680
- ([1ddf923](https://github.com/ho-nl/m2-pwa/commit/1ddf9235a9ee0e5cda8f657de2ebb559836278ec))
472
+ - make separate queries folder, create injectable for account and inject reviews ([5d82a5d](https://github.com/ho-nl/m2-pwa/commit/5d82a5d9162f687c2678cce215b77eedbaf1669e))
473
+ - missing NoOrdersFound export ([81e1177](https://github.com/ho-nl/m2-pwa/commit/81e1177dfa6347b310ec5cf4a7085edec7c86497))
474
+ - move trackinglink to order package ([1ddf923](https://github.com/ho-nl/m2-pwa/commit/1ddf9235a9ee0e5cda8f657de2ebb559836278ec))
681
475
 
682
476
  # [2.101.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-customer@2.100.10...@graphcommerce/magento-customer@2.101.0) (2021-07-20)
683
477
 
684
478
  ### Bug Fixes
685
479
 
686
- - ignore md files from triggering version updates
687
- ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
480
+ - ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
688
481
 
689
482
  ### Features
690
483
 
691
- - full page ui back and menu button position swap
692
- ([93b3419](https://github.com/ho-nl/m2-pwa/commit/93b34197947d133f4d1480c4ce68a0302201b858))
693
- - full page ui desktop variant
694
- ([a70f301](https://github.com/ho-nl/m2-pwa/commit/a70f3013da36fa131f82fb44457b107fb7705df6))
484
+ - full page ui back and menu button position swap ([93b3419](https://github.com/ho-nl/m2-pwa/commit/93b34197947d133f4d1480c4ce68a0302201b858))
485
+ - full page ui desktop variant ([a70f301](https://github.com/ho-nl/m2-pwa/commit/a70f3013da36fa131f82fb44457b107fb7705df6))