@graphcommerce/magento-cart-email 3.0.1 β 3.0.4
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 +97 -85
- package/EmailForm/EmailForm.tsx +3 -3
- package/index.ts +0 -1
- package/package.json +15 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,67 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 3.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#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.
|
|
8
|
+
|
|
9
|
+
* [#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
|
|
10
|
+
|
|
11
|
+
* 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)]:
|
|
12
|
+
- @graphcommerce/next-ui@4.2.4
|
|
13
|
+
- @graphcommerce/graphql@3.0.4
|
|
14
|
+
- @graphcommerce/image@3.1.1
|
|
15
|
+
- @graphcommerce/magento-cart@4.1.4
|
|
16
|
+
- @graphcommerce/magento-customer@4.1.4
|
|
17
|
+
- @graphcommerce/magento-product@4.0.6
|
|
18
|
+
- @graphcommerce/magento-store@4.1.2
|
|
19
|
+
- @graphcommerce/react-hook-form@3.0.4
|
|
20
|
+
|
|
21
|
+
## 3.0.3
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96) Thanks [@paales](https://github.com/paales)! - made packages public
|
|
26
|
+
|
|
27
|
+
- 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)]:
|
|
28
|
+
- @graphcommerce/graphql@3.0.3
|
|
29
|
+
- @graphcommerce/image@3.1.0
|
|
30
|
+
- @graphcommerce/magento-cart@4.1.2
|
|
31
|
+
- @graphcommerce/magento-customer@4.1.2
|
|
32
|
+
- @graphcommerce/magento-product@4.0.3
|
|
33
|
+
- @graphcommerce/magento-store@4.0.3
|
|
34
|
+
- @graphcommerce/next-ui@4.1.2
|
|
35
|
+
- @graphcommerce/react-hook-form@3.0.3
|
|
36
|
+
|
|
37
|
+
## 3.0.2
|
|
38
|
+
|
|
39
|
+
### Patch Changes
|
|
40
|
+
|
|
41
|
+
- [#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.
|
|
42
|
+
|
|
43
|
+
* [#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 π³π±
|
|
44
|
+
|
|
45
|
+
- [#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.
|
|
46
|
+
|
|
47
|
+
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.
|
|
48
|
+
|
|
49
|
+
- Updated dependencies [[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7), [`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2), [`e7c8e2756`](https://github.com/ho-nl/m2-pwa/commit/e7c8e2756d637cbcd2e793d62ef5721d35d9fa7b), [`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275), [`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d), [`5a4809b1a`](https://github.com/ho-nl/m2-pwa/commit/5a4809b1a705aa32f620f520085df48ee25f9949)]:
|
|
50
|
+
- @graphcommerce/magento-cart@4.1.1
|
|
51
|
+
- @graphcommerce/magento-customer@4.1.1
|
|
52
|
+
- @graphcommerce/next-ui@4.1.1
|
|
53
|
+
- @graphcommerce/react-hook-form@3.0.2
|
|
54
|
+
- @graphcommerce/graphql@3.0.2
|
|
55
|
+
- @graphcommerce/image@3.0.2
|
|
56
|
+
- @graphcommerce/magento-product@4.0.2
|
|
57
|
+
- @graphcommerce/magento-store@4.0.2
|
|
58
|
+
|
|
3
59
|
## 3.0.1
|
|
4
60
|
|
|
5
61
|
### Patch Changes
|
|
6
62
|
|
|
7
|
-
- [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
|
|
8
|
-
|
|
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)]:
|
|
63
|
+
- [`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
|
|
64
|
+
- Updated dependencies [[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
|
|
12
65
|
- @graphcommerce/graphql@3.0.1
|
|
13
66
|
- @graphcommerce/image@3.0.1
|
|
14
67
|
- @graphcommerce/magento-cart@4.0.1
|
|
@@ -22,14 +75,11 @@
|
|
|
22
75
|
|
|
23
76
|
### Major Changes
|
|
24
77
|
|
|
25
|
-
- [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
|
|
26
|
-
[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
|
|
27
|
-
Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
|
|
78
|
+
- [#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
|
|
28
79
|
|
|
29
80
|
### Patch Changes
|
|
30
81
|
|
|
31
|
-
- Updated dependencies
|
|
32
|
-
[[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
|
|
82
|
+
- Updated dependencies [[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
|
|
33
83
|
- @graphcommerce/graphql@3.0.0
|
|
34
84
|
- @graphcommerce/image@3.0.0
|
|
35
85
|
- @graphcommerce/magento-cart@4.0.0
|
|
@@ -39,48 +89,41 @@
|
|
|
39
89
|
- @graphcommerce/next-ui@4.0.0
|
|
40
90
|
- @graphcommerce/react-hook-form@3.0.0
|
|
41
91
|
|
|
42
|
-
All notable changes to this project will be documented in this file. See
|
|
43
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
92
|
+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
44
93
|
|
|
45
94
|
# [2.107.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-email@2.106.4...@graphcommerce/magento-cart-email@2.107.0) (2021-12-01)
|
|
46
95
|
|
|
47
96
|
### Features
|
|
48
97
|
|
|
49
|
-
- add title to login form
|
|
50
|
-
([563157b](https://github.com/ho-nl/m2-pwa/commit/563157bc7059d0b10d8e93c71b918b816ca45943))
|
|
98
|
+
- add title to login form ([563157b](https://github.com/ho-nl/m2-pwa/commit/563157bc7059d0b10d8e93c71b918b816ca45943))
|
|
51
99
|
|
|
52
100
|
# [2.106.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-email@2.105.31...@graphcommerce/magento-cart-email@2.106.0) (2021-11-12)
|
|
53
101
|
|
|
54
102
|
### Bug Fixes
|
|
55
103
|
|
|
56
|
-
- even more translations
|
|
57
|
-
([1a1f988](https://github.com/ho-nl/m2-pwa/commit/1a1f98837c704b978f6b42b619d9c52f540b2d48))
|
|
104
|
+
- even more translations ([1a1f988](https://github.com/ho-nl/m2-pwa/commit/1a1f98837c704b978f6b42b619d9c52f540b2d48))
|
|
58
105
|
|
|
59
106
|
### Features
|
|
60
107
|
|
|
61
|
-
- added tons of translations
|
|
62
|
-
([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
|
|
108
|
+
- added tons of translations ([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
|
|
63
109
|
|
|
64
110
|
## [2.105.30](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-email@2.105.29...@graphcommerce/magento-cart-email@2.105.30) (2021-11-12)
|
|
65
111
|
|
|
66
112
|
### Bug Fixes
|
|
67
113
|
|
|
68
|
-
- always show customer login form explanation
|
|
69
|
-
([ef51662](https://github.com/ho-nl/m2-pwa/commit/ef51662b91ad1d3851cfcc75925f8f81b214f348))
|
|
114
|
+
- always show customer login form explanation ([ef51662](https://github.com/ho-nl/m2-pwa/commit/ef51662b91ad1d3851cfcc75925f8f81b214f348))
|
|
70
115
|
|
|
71
116
|
## [2.105.29](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-email@2.105.28...@graphcommerce/magento-cart-email@2.105.29) (2021-11-12)
|
|
72
117
|
|
|
73
118
|
### Bug Fixes
|
|
74
119
|
|
|
75
|
-
- **checkout-email-form:** spacing too large
|
|
76
|
-
([f54e217](https://github.com/ho-nl/m2-pwa/commit/f54e2170b5c47c1c33e74db45e3bcae3d3523c4e))
|
|
120
|
+
- **checkout-email-form:** spacing too large ([f54e217](https://github.com/ho-nl/m2-pwa/commit/f54e2170b5c47c1c33e74db45e3bcae3d3523c4e))
|
|
77
121
|
|
|
78
122
|
# [2.105.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-email@2.104.37...@graphcommerce/magento-cart-email@2.105.0) (2021-10-27)
|
|
79
123
|
|
|
80
124
|
### Features
|
|
81
125
|
|
|
82
|
-
- **nextjs:** upgraded to nextjs 12
|
|
83
|
-
([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
|
|
126
|
+
- **nextjs:** upgraded to nextjs 12 ([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
|
|
84
127
|
|
|
85
128
|
## [2.104.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-email@2.104.0...@graphcommerce/magento-cart-email@2.104.1) (2021-09-27)
|
|
86
129
|
|
|
@@ -90,113 +133,82 @@ All notable changes to this project will be documented in this file. See
|
|
|
90
133
|
|
|
91
134
|
### Bug Fixes
|
|
92
135
|
|
|
93
|
-
- adjust imports to correct ones
|
|
94
|
-
|
|
95
|
-
-
|
|
96
|
-
|
|
97
|
-
-
|
|
98
|
-
|
|
99
|
-
-
|
|
100
|
-
|
|
101
|
-
- make sure ComposedForm actually submits correctly
|
|
102
|
-
([c6499d9](https://github.com/ho-nl/m2-pwa/commit/c6499d9d36f874cd65b310cbf7f63f5a88fa86cd))
|
|
103
|
-
- make sure the session token gets deactivated when trying to merge carts when it cant
|
|
104
|
-
([2a9416b](https://github.com/ho-nl/m2-pwa/commit/2a9416b5c9efcd28a27f4183922ab419f62ea767))
|
|
105
|
-
- ref couldn't be forwarded for ShippingAddressForm
|
|
106
|
-
([1f90f1a](https://github.com/ho-nl/m2-pwa/commit/1f90f1a30437d656fcf841026ad13bb2b45d831b))
|
|
107
|
-
- rename NextButton to Button, change imports
|
|
108
|
-
([976adb0](https://github.com/ho-nl/m2-pwa/commit/976adb0bf906310d1efce888dcc9be1e28ce0f1b))
|
|
136
|
+
- adjust imports to correct ones ([c6e3092](https://github.com/ho-nl/m2-pwa/commit/c6e3092569d1c49fe138b3810704da8e04acbbe2))
|
|
137
|
+
- email field not filled in checkout ([910caca](https://github.com/ho-nl/m2-pwa/commit/910cacaa49fc5fef2ee4066df828c5a6dd4a2700))
|
|
138
|
+
- ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
|
139
|
+
- implement next-ui barrel imports ([75bea70](https://github.com/ho-nl/m2-pwa/commit/75bea703dba898f18a2a1dfa3243ebd0a4e6f0e1))
|
|
140
|
+
- make sure ComposedForm actually submits correctly ([c6499d9](https://github.com/ho-nl/m2-pwa/commit/c6499d9d36f874cd65b310cbf7f63f5a88fa86cd))
|
|
141
|
+
- 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))
|
|
142
|
+
- ref couldn't be forwarded for ShippingAddressForm ([1f90f1a](https://github.com/ho-nl/m2-pwa/commit/1f90f1a30437d656fcf841026ad13bb2b45d831b))
|
|
143
|
+
- rename NextButton to Button, change imports ([976adb0](https://github.com/ho-nl/m2-pwa/commit/976adb0bf906310d1efce888dcc9be1e28ce0f1b))
|
|
109
144
|
|
|
110
145
|
### Features
|
|
111
146
|
|
|
112
|
-
- add barrel file for magento-customer
|
|
113
|
-
|
|
114
|
-
- **cart:**
|
|
115
|
-
|
|
116
|
-
- **
|
|
117
|
-
|
|
118
|
-
-
|
|
119
|
-
|
|
120
|
-
-
|
|
121
|
-
|
|
122
|
-
-
|
|
123
|
-
|
|
124
|
-
- next.js 11
|
|
125
|
-
([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
|
|
126
|
-
- **playwright:** added new playwright package to enable browser testing
|
|
127
|
-
([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
128
|
-
- renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
|
|
129
|
-
[@reachdigital](https://github.com/reachdigital)
|
|
130
|
-
([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
|
|
131
|
-
- submit composed form sequentially
|
|
132
|
-
([890d839](https://github.com/ho-nl/m2-pwa/commit/890d8393d635c3777aa17cfa8d4dafc13c2e6cdc))
|
|
133
|
-
- upgraded to nextjs 11
|
|
134
|
-
([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
|
|
135
|
-
- useFormMutationCart and simpler imports
|
|
136
|
-
([012f090](https://github.com/ho-nl/m2-pwa/commit/012f090e8f54d09f35d393c61ad1e2319f5a90ff))
|
|
147
|
+
- add barrel file for magento-customer ([02fb7f0](https://github.com/ho-nl/m2-pwa/commit/02fb7f004de968ee968b00e364b2b370f4f7d4f1))
|
|
148
|
+
- **cart:** merge customer and guest carts when logging in ([25ebc0f](https://github.com/ho-nl/m2-pwa/commit/25ebc0f4e825f8512e2c3f1e01bf23a2d019b0d3))
|
|
149
|
+
- **cart:** when a cart is not active anymore show a clear cart button ([5d04a14](https://github.com/ho-nl/m2-pwa/commit/5d04a14726c040b20b34c0b88f923aee1dff22e5))
|
|
150
|
+
- **graphql:** introduced new graphql package that holds all generated files ([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
|
|
151
|
+
- **image:** introduced completely rewritten Image component ([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
|
|
152
|
+
- **inline-account:** re-added the component ([c508d34](https://github.com/ho-nl/m2-pwa/commit/c508d341ca34daa26a6db13ead72f7f4bdc72160))
|
|
153
|
+
- next.js 11 ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
|
|
154
|
+
- **playwright:** added new playwright package to enable browser testing ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
155
|
+
- 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))
|
|
156
|
+
- submit composed form sequentially ([890d839](https://github.com/ho-nl/m2-pwa/commit/890d8393d635c3777aa17cfa8d4dafc13c2e6cdc))
|
|
157
|
+
- upgraded to nextjs 11 ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
|
|
158
|
+
- useFormMutationCart and simpler imports ([012f090](https://github.com/ho-nl/m2-pwa/commit/012f090e8f54d09f35d393c61ad1e2319f5a90ff))
|
|
137
159
|
|
|
138
160
|
### Reverts
|
|
139
161
|
|
|
140
|
-
- Revert "chore: upgrade @apollo/client"
|
|
141
|
-
([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
|
|
162
|
+
- Revert "chore: upgrade @apollo/client" ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
|
|
142
163
|
|
|
143
164
|
# Change Log
|
|
144
165
|
|
|
145
|
-
All notable changes to this project will be documented in this file. See
|
|
146
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
166
|
+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
147
167
|
|
|
148
168
|
# [2.103.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-email@2.102.19...@graphcommerce/magento-cart-email@2.103.0) (2021-09-24)
|
|
149
169
|
|
|
150
170
|
### Features
|
|
151
171
|
|
|
152
|
-
- **inline-account:** re-added the component
|
|
153
|
-
([c508d34](https://github.com/ho-nl/m2-pwa/commit/c508d341ca34daa26a6db13ead72f7f4bdc72160))
|
|
172
|
+
- **inline-account:** re-added the component ([c508d34](https://github.com/ho-nl/m2-pwa/commit/c508d341ca34daa26a6db13ead72f7f4bdc72160))
|
|
154
173
|
|
|
155
174
|
## [2.102.8](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-email@2.102.7...@graphcommerce/magento-cart-email@2.102.8) (2021-08-18)
|
|
156
175
|
|
|
157
176
|
### Bug Fixes
|
|
158
177
|
|
|
159
|
-
- make sure the session token gets deactivated when trying to merge carts when it cant
|
|
160
|
-
([2a9416b](https://github.com/ho-nl/m2-pwa/commit/2a9416b5c9efcd28a27f4183922ab419f62ea767))
|
|
178
|
+
- 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))
|
|
161
179
|
|
|
162
180
|
## [2.102.5](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-email@2.102.4...@graphcommerce/magento-cart-email@2.102.5) (2021-08-13)
|
|
163
181
|
|
|
164
182
|
### Bug Fixes
|
|
165
183
|
|
|
166
|
-
- ref couldn't be forwarded for ShippingAddressForm
|
|
167
|
-
([1f90f1a](https://github.com/ho-nl/m2-pwa/commit/1f90f1a30437d656fcf841026ad13bb2b45d831b))
|
|
184
|
+
- ref couldn't be forwarded for ShippingAddressForm ([1f90f1a](https://github.com/ho-nl/m2-pwa/commit/1f90f1a30437d656fcf841026ad13bb2b45d831b))
|
|
168
185
|
|
|
169
186
|
# [2.102.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-email@2.101.10...@graphcommerce/magento-cart-email@2.102.0) (2021-08-12)
|
|
170
187
|
|
|
171
188
|
### Features
|
|
172
189
|
|
|
173
|
-
- upgraded to nextjs 11
|
|
174
|
-
([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
|
|
190
|
+
- upgraded to nextjs 11 ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
|
|
175
191
|
|
|
176
192
|
## [2.101.9](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-email@2.101.8...@graphcommerce/magento-cart-email@2.101.9) (2021-08-09)
|
|
177
193
|
|
|
178
194
|
### Reverts
|
|
179
195
|
|
|
180
|
-
- Revert "chore: upgrade @apollo/client"
|
|
181
|
-
([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
|
|
196
|
+
- Revert "chore: upgrade @apollo/client" ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
|
|
182
197
|
|
|
183
198
|
# [2.101.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-email@2.100.19...@graphcommerce/magento-cart-email@2.101.0) (2021-07-26)
|
|
184
199
|
|
|
185
200
|
### Features
|
|
186
201
|
|
|
187
|
-
- **playwright:** added new playwright package to enable browser testing
|
|
188
|
-
([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
202
|
+
- **playwright:** added new playwright package to enable browser testing ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
189
203
|
|
|
190
204
|
## [2.100.17](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-email@2.100.16...@graphcommerce/magento-cart-email@2.100.17) (2021-07-23)
|
|
191
205
|
|
|
192
206
|
### Bug Fixes
|
|
193
207
|
|
|
194
|
-
- adjust imports to correct ones
|
|
195
|
-
([c6e3092](https://github.com/ho-nl/m2-pwa/commit/c6e3092569d1c49fe138b3810704da8e04acbbe2))
|
|
208
|
+
- adjust imports to correct ones ([c6e3092](https://github.com/ho-nl/m2-pwa/commit/c6e3092569d1c49fe138b3810704da8e04acbbe2))
|
|
196
209
|
|
|
197
210
|
## [2.100.11](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-email@2.100.10...@graphcommerce/magento-cart-email@2.100.11) (2021-07-20)
|
|
198
211
|
|
|
199
212
|
### Bug Fixes
|
|
200
213
|
|
|
201
|
-
- ignore md files from triggering version updates
|
|
202
|
-
([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
|
214
|
+
- ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
package/EmailForm/EmailForm.tsx
CHANGED
|
@@ -35,7 +35,7 @@ const name = 'EmailForm' as const
|
|
|
35
35
|
const parts = ['root', 'formRow'] as const
|
|
36
36
|
const { classes } = extendableComponent(name, parts)
|
|
37
37
|
|
|
38
|
-
export
|
|
38
|
+
export function EmailForm(props: EmailFormProps) {
|
|
39
39
|
const { step, children, sx } = props
|
|
40
40
|
const [expand, setExpand] = useState(false)
|
|
41
41
|
|
|
@@ -67,7 +67,7 @@ export default function EmailForm(props: EmailFormProps) {
|
|
|
67
67
|
if (mode === 'signin') {
|
|
68
68
|
endAdornment = (
|
|
69
69
|
<Button color='secondary' style={{ whiteSpace: 'nowrap' }} onClick={() => setExpand(!expand)}>
|
|
70
|
-
{expand ? <Trans>Close</Trans> : <Trans>Sign
|
|
70
|
+
{expand ? <Trans>Close</Trans> : <Trans>Sign in</Trans>}
|
|
71
71
|
</Button>
|
|
72
72
|
)
|
|
73
73
|
}
|
|
@@ -87,7 +87,7 @@ export default function EmailForm(props: EmailFormProps) {
|
|
|
87
87
|
<form noValidate onSubmit={submit}>
|
|
88
88
|
<FormRow>
|
|
89
89
|
<Typography variant='h5' component='h2' gutterBottom>
|
|
90
|
-
<Trans>
|
|
90
|
+
<Trans>Log in or create an account</Trans>
|
|
91
91
|
</Typography>
|
|
92
92
|
</FormRow>
|
|
93
93
|
<FormRow className={classes.formRow} sx={{ py: 0 }}>
|
package/index.ts
CHANGED
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-cart-email",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "3.0.
|
|
5
|
+
"version": "3.0.4",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,20 +12,22 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^4.0.
|
|
16
|
-
"@graphcommerce/prettier-config-pwa": "^4.0.
|
|
17
|
-
"@graphcommerce/typescript-config-pwa": "^4.0.
|
|
18
|
-
"@playwright/test": "^1.
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^4.0.5",
|
|
16
|
+
"@graphcommerce/prettier-config-pwa": "^4.0.3",
|
|
17
|
+
"@graphcommerce/typescript-config-pwa": "^4.0.2",
|
|
18
|
+
"@playwright/test": "^1.19.2"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@graphcommerce/graphql": "^3.0.
|
|
22
|
-
"@graphcommerce/image": "^3.
|
|
23
|
-
"@graphcommerce/magento-cart": "^4.
|
|
24
|
-
"@graphcommerce/magento-customer": "^4.
|
|
25
|
-
"@graphcommerce/magento-product": "^4.0.
|
|
26
|
-
"@graphcommerce/magento-store": "^4.
|
|
27
|
-
"@graphcommerce/next-ui": "^4.
|
|
28
|
-
"@graphcommerce/react-hook-form": "^3.0.
|
|
21
|
+
"@graphcommerce/graphql": "^3.0.4",
|
|
22
|
+
"@graphcommerce/image": "^3.1.1",
|
|
23
|
+
"@graphcommerce/magento-cart": "^4.1.4",
|
|
24
|
+
"@graphcommerce/magento-customer": "^4.1.4",
|
|
25
|
+
"@graphcommerce/magento-product": "^4.0.6",
|
|
26
|
+
"@graphcommerce/magento-store": "^4.1.2",
|
|
27
|
+
"@graphcommerce/next-ui": "^4.2.4",
|
|
28
|
+
"@graphcommerce/react-hook-form": "^3.0.4"
|
|
29
|
+
},
|
|
30
|
+
"peerDependencies": {
|
|
29
31
|
"@lingui/macro": "^3.13.2",
|
|
30
32
|
"@mui/material": "^5.4.1",
|
|
31
33
|
"framer-motion": "^6.2.4",
|