@graphcommerce/magento-cart-checkout 3.0.3 → 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 +74 -126
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,31 @@
|
|
|
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-cart-coupon@3.0.5
|
|
17
|
+
- @graphcommerce/magento-cart-items@3.0.5
|
|
18
|
+
- @graphcommerce/magento-customer@4.1.4
|
|
19
|
+
- @graphcommerce/magento-store@4.1.2
|
|
20
|
+
- @graphcommerce/react-hook-form@3.0.4
|
|
21
|
+
|
|
3
22
|
## 3.0.3
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
|
6
25
|
|
|
7
|
-
- [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96)
|
|
8
|
-
Thanks [@paales](https://github.com/paales)! - made packages public
|
|
26
|
+
- [`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96) Thanks [@paales](https://github.com/paales)! - made packages public
|
|
9
27
|
|
|
10
|
-
- Updated dependencies
|
|
11
|
-
[[`973ff8645`](https://github.com/ho-nl/m2-pwa/commit/973ff86452a70ade9f4db13fdda6e963d7220e96),
|
|
12
|
-
[`81ea406d5`](https://github.com/ho-nl/m2-pwa/commit/81ea406d54d6b5c662c030a7fea444abc4117a20),
|
|
13
|
-
[`3a719c88c`](https://github.com/ho-nl/m2-pwa/commit/3a719c88cad1eab58602de28c41adc0fc4827e1d),
|
|
14
|
-
[`5ffcb56bf`](https://github.com/ho-nl/m2-pwa/commit/5ffcb56bfcbe49ebeaf24f9341e819a145ab9a14)]:
|
|
28
|
+
- 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)]:
|
|
15
29
|
- @graphcommerce/graphql@3.0.3
|
|
16
30
|
- @graphcommerce/image@3.1.0
|
|
17
31
|
- @graphcommerce/magento-cart@4.1.2
|
|
@@ -26,30 +40,13 @@
|
|
|
26
40
|
|
|
27
41
|
### Patch Changes
|
|
28
42
|
|
|
29
|
-
- [#1276](https://github.com/ho-nl/m2-pwa/pull/1276)
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
* [
|
|
36
|
-
[`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d)
|
|
37
|
-
Thanks [@paales](https://github.com/paales)! - Upgraded to
|
|
38
|
-
[NextJS 12.1](https://nextjs.org/blog/next-12-1)! This is just for compatibility, but we'll be
|
|
39
|
-
implementing
|
|
40
|
-
[On-demand Incremental Static Regeneration](https://nextjs.org/blog/next-12-1#on-demand-incremental-static-regeneration-beta)
|
|
41
|
-
soon.
|
|
42
|
-
|
|
43
|
-
This will greatly reduce the requirement to rebuid stuff and we'll add a management UI on the
|
|
44
|
-
frontend to be able to revalidate pages manually.
|
|
45
|
-
|
|
46
|
-
* Updated dependencies
|
|
47
|
-
[[`381e4c86a`](https://github.com/ho-nl/m2-pwa/commit/381e4c86a8321ce96e1fa5c7d3c0a0c0ff3e02c7),
|
|
48
|
-
[`ce09388e0`](https://github.com/ho-nl/m2-pwa/commit/ce09388e0d7ef33aee660612340f6fbae15ceec2),
|
|
49
|
-
[`e7c8e2756`](https://github.com/ho-nl/m2-pwa/commit/e7c8e2756d637cbcd2e793d62ef5721d35d9fa7b),
|
|
50
|
-
[`b08a8eb1d`](https://github.com/ho-nl/m2-pwa/commit/b08a8eb1d024b9d3e7712ef034029151670db275),
|
|
51
|
-
[`52a45bba4`](https://github.com/ho-nl/m2-pwa/commit/52a45bba4dc6dd6df3c81f5023df7d23ed8a534d),
|
|
52
|
-
[`5a4809b1a`](https://github.com/ho-nl/m2-pwa/commit/5a4809b1a705aa32f620f520085df48ee25f9949)]:
|
|
43
|
+
- [#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.
|
|
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)]:
|
|
53
50
|
- @graphcommerce/magento-cart@4.1.1
|
|
54
51
|
- @graphcommerce/magento-customer@4.1.1
|
|
55
52
|
- @graphcommerce/next-ui@4.1.1
|
|
@@ -64,11 +61,8 @@
|
|
|
64
61
|
|
|
65
62
|
### Patch Changes
|
|
66
63
|
|
|
67
|
-
- [`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)
|
|
68
|
-
|
|
69
|
-
so that the packages link to back to the website and repository
|
|
70
|
-
- Updated dependencies
|
|
71
|
-
[[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
|
|
64
|
+
- [`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
|
|
65
|
+
- Updated dependencies [[`0cbaa878b`](https://github.com/ho-nl/m2-pwa/commit/0cbaa878b8a844d5abbeb1797b625a33130e6514)]:
|
|
72
66
|
- @graphcommerce/graphql@3.0.1
|
|
73
67
|
- @graphcommerce/image@3.0.1
|
|
74
68
|
- @graphcommerce/magento-cart@4.0.1
|
|
@@ -83,14 +77,11 @@
|
|
|
83
77
|
|
|
84
78
|
### Major Changes
|
|
85
79
|
|
|
86
|
-
- [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
|
|
87
|
-
[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
|
|
88
|
-
Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
|
|
80
|
+
- [#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
|
|
89
81
|
|
|
90
82
|
### Patch Changes
|
|
91
83
|
|
|
92
|
-
- Updated dependencies
|
|
93
|
-
[[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
|
|
84
|
+
- Updated dependencies [[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
|
|
94
85
|
- @graphcommerce/graphql@3.0.0
|
|
95
86
|
- @graphcommerce/image@3.0.0
|
|
96
87
|
- @graphcommerce/magento-cart@4.0.0
|
|
@@ -101,36 +92,31 @@
|
|
|
101
92
|
- @graphcommerce/next-ui@4.0.0
|
|
102
93
|
- @graphcommerce/react-hook-form@3.0.0
|
|
103
94
|
|
|
104
|
-
All notable changes to this project will be documented in this file. See
|
|
105
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
95
|
+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
106
96
|
|
|
107
97
|
# [2.107.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.106.31...@graphcommerce/magento-cart-checkout@2.107.0) (2021-11-12)
|
|
108
98
|
|
|
109
99
|
### Features
|
|
110
100
|
|
|
111
|
-
- added tons of translations
|
|
112
|
-
([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
|
|
101
|
+
- added tons of translations ([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
|
|
113
102
|
|
|
114
103
|
# [2.106.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.105.3...@graphcommerce/magento-cart-checkout@2.106.0) (2021-10-27)
|
|
115
104
|
|
|
116
105
|
### Features
|
|
117
106
|
|
|
118
|
-
- **nextjs:** upgraded to nextjs 12
|
|
119
|
-
([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
|
|
107
|
+
- **nextjs:** upgraded to nextjs 12 ([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
|
|
120
108
|
|
|
121
109
|
# [2.105.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.104.34...@graphcommerce/magento-cart-checkout@2.105.0) (2021-10-21)
|
|
122
110
|
|
|
123
111
|
### Features
|
|
124
112
|
|
|
125
|
-
- ability to change shipping address after changing the billing address
|
|
126
|
-
([101f11a](https://github.com/ho-nl/m2-pwa/commit/101f11a6472cd6e72e08152cec961df47411f310))
|
|
113
|
+
- ability to change shipping address after changing the billing address ([101f11a](https://github.com/ho-nl/m2-pwa/commit/101f11a6472cd6e72e08152cec961df47411f310))
|
|
127
114
|
|
|
128
115
|
## [2.104.13](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.104.12...@graphcommerce/magento-cart-checkout@2.104.13) (2021-10-04)
|
|
129
116
|
|
|
130
117
|
### Bug Fixes
|
|
131
118
|
|
|
132
|
-
- **payment:** payment button does nothing when all values are filled
|
|
133
|
-
([65834c9](https://github.com/ho-nl/m2-pwa/commit/65834c9de4fed71a1f6bbe1af94b2e3541b5bebc))
|
|
119
|
+
- **payment:** payment button does nothing when all values are filled ([65834c9](https://github.com/ho-nl/m2-pwa/commit/65834c9de4fed71a1f6bbe1af94b2e3541b5bebc))
|
|
134
120
|
|
|
135
121
|
## [2.104.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.104.0...@graphcommerce/magento-cart-checkout@2.104.1) (2021-09-27)
|
|
136
122
|
|
|
@@ -140,86 +126,54 @@ All notable changes to this project will be documented in this file. See
|
|
|
140
126
|
|
|
141
127
|
### Bug Fixes
|
|
142
128
|
|
|
143
|
-
- add arrow buttons for summary slider
|
|
144
|
-
|
|
145
|
-
-
|
|
146
|
-
|
|
147
|
-
-
|
|
148
|
-
|
|
149
|
-
-
|
|
150
|
-
|
|
151
|
-
-
|
|
152
|
-
|
|
153
|
-
-
|
|
154
|
-
([1186248](https://github.com/ho-nl/m2-pwa/commit/1186248d47898649b2f06c63a78cf254396c7f60))
|
|
155
|
-
- get more info from cartpage
|
|
156
|
-
([7cc9833](https://github.com/ho-nl/m2-pwa/commit/7cc9833af4011704e52ab9f2f91d12890c3c9fd3))
|
|
157
|
-
- ignore md files from triggering version updates
|
|
158
|
-
([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
|
159
|
-
- remove conflicting files
|
|
160
|
-
([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
|
|
161
|
-
- spelling errors, wrong imports
|
|
162
|
-
([01cb889](https://github.com/ho-nl/m2-pwa/commit/01cb889513d69ce0555ac7aaa1a37702d75b0a0d))
|
|
163
|
-
- top spacing
|
|
164
|
-
([486fdb0](https://github.com/ho-nl/m2-pwa/commit/486fdb0536e5f6b08f293ea442661d7ad7541717))
|
|
129
|
+
- add arrow buttons for summary slider ([5eb0d85](https://github.com/ho-nl/m2-pwa/commit/5eb0d85546709e4212b55c8ad03ac857cdaf1020))
|
|
130
|
+
- Add cart data and summary to payment screen ([c4d0414](https://github.com/ho-nl/m2-pwa/commit/c4d0414adc15339ba995641945d09a15637d06c9))
|
|
131
|
+
- agreements positioning ([89c2dee](https://github.com/ho-nl/m2-pwa/commit/89c2dee1debeb84c8b2cd9abaac85f03759604c8))
|
|
132
|
+
- cart didn't use the AppShellTitle ([65a58c8](https://github.com/ho-nl/m2-pwa/commit/65a58c8dc7d39cd4c9cb31c4005828376c9e7ad1))
|
|
133
|
+
- **coupon:** applying coupon doesnt change totals ([5e4d768](https://github.com/ho-nl/m2-pwa/commit/5e4d768e19471b527da92cd46c313b59df9ca8cb))
|
|
134
|
+
- full text link ([1186248](https://github.com/ho-nl/m2-pwa/commit/1186248d47898649b2f06c63a78cf254396c7f60))
|
|
135
|
+
- get more info from cartpage ([7cc9833](https://github.com/ho-nl/m2-pwa/commit/7cc9833af4011704e52ab9f2f91d12890c3c9fd3))
|
|
136
|
+
- ignore md files from triggering version updates ([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
|
137
|
+
- remove conflicting files ([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
|
|
138
|
+
- spelling errors, wrong imports ([01cb889](https://github.com/ho-nl/m2-pwa/commit/01cb889513d69ce0555ac7aaa1a37702d75b0a0d))
|
|
139
|
+
- top spacing ([486fdb0](https://github.com/ho-nl/m2-pwa/commit/486fdb0536e5f6b08f293ea442661d7ad7541717))
|
|
165
140
|
|
|
166
141
|
### Features
|
|
167
142
|
|
|
168
|
-
- add component for ordersummary
|
|
169
|
-
|
|
170
|
-
-
|
|
171
|
-
|
|
172
|
-
- **
|
|
173
|
-
|
|
174
|
-
-
|
|
175
|
-
|
|
176
|
-
- **
|
|
177
|
-
|
|
178
|
-
-
|
|
179
|
-
|
|
180
|
-
- next.js 11
|
|
181
|
-
([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
|
|
182
|
-
- **payment-agreements-form:** checkout agreements checkboxes
|
|
183
|
-
([13c8164](https://github.com/ho-nl/m2-pwa/commit/13c816499d220a2ce940672a95beca508b78ddc9))
|
|
184
|
-
- **playwright:** added new playwright package to enable browser testing
|
|
185
|
-
([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
186
|
-
- read checkout policies in sidebar sheet
|
|
187
|
-
([3fb765e](https://github.com/ho-nl/m2-pwa/commit/3fb765e14a8cfaf0bb27acd8368926ac27ed6a4c))
|
|
188
|
-
- renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
|
|
189
|
-
[@reachdigital](https://github.com/reachdigital)
|
|
190
|
-
([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
|
|
191
|
-
- upgraded to nextjs 11
|
|
192
|
-
([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
|
|
143
|
+
- add component for ordersummary ([aefb456](https://github.com/ho-nl/m2-pwa/commit/aefb4568cc233ef1a8657bd290efbf8fda7b2ffa))
|
|
144
|
+
- add page for order succes ([4179f0b](https://github.com/ho-nl/m2-pwa/commit/4179f0b807e183757a31febfd6ab87eae59a30af))
|
|
145
|
+
- **checkout:** checkout agreements checkboxes in checkout ([a8b4ddb](https://github.com/ho-nl/m2-pwa/commit/a8b4ddb3a9750c2b7ff86cd460e0ff7fc4cc0ad1))
|
|
146
|
+
- component to show order summary ([012bc21](https://github.com/ho-nl/m2-pwa/commit/012bc2140e2a9b5d215b3cf8258e7c7c6bdfa4f8))
|
|
147
|
+
- **graphql:** introduced new graphql package that holds all generated files ([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
|
|
148
|
+
- **image:** introduced completely rewritten Image component ([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
|
|
149
|
+
- next.js 11 ([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
|
|
150
|
+
- **payment-agreements-form:** checkout agreements checkboxes ([13c8164](https://github.com/ho-nl/m2-pwa/commit/13c816499d220a2ce940672a95beca508b78ddc9))
|
|
151
|
+
- **playwright:** added new playwright package to enable browser testing ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
152
|
+
- read checkout policies in sidebar sheet ([3fb765e](https://github.com/ho-nl/m2-pwa/commit/3fb765e14a8cfaf0bb27acd8368926ac27ed6a4c))
|
|
153
|
+
- 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))
|
|
154
|
+
- upgraded to nextjs 11 ([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
|
|
193
155
|
|
|
194
156
|
### Reverts
|
|
195
157
|
|
|
196
|
-
- Revert "chore: upgrade @apollo/client"
|
|
197
|
-
([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
|
|
158
|
+
- Revert "chore: upgrade @apollo/client" ([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
|
|
198
159
|
|
|
199
160
|
# Change Log
|
|
200
161
|
|
|
201
|
-
All notable changes to this project will be documented in this file. See
|
|
202
|
-
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
162
|
+
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
203
163
|
|
|
204
164
|
# [2.103.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.102.20...@graphcommerce/magento-cart-checkout@2.103.0) (2021-09-24)
|
|
205
165
|
|
|
206
166
|
### Bug Fixes
|
|
207
167
|
|
|
208
|
-
- agreements positioning
|
|
209
|
-
|
|
210
|
-
-
|
|
211
|
-
([1186248](https://github.com/ho-nl/m2-pwa/commit/1186248d47898649b2f06c63a78cf254396c7f60))
|
|
212
|
-
- top spacing
|
|
213
|
-
([486fdb0](https://github.com/ho-nl/m2-pwa/commit/486fdb0536e5f6b08f293ea442661d7ad7541717))
|
|
168
|
+
- agreements positioning ([89c2dee](https://github.com/ho-nl/m2-pwa/commit/89c2dee1debeb84c8b2cd9abaac85f03759604c8))
|
|
169
|
+
- full text link ([1186248](https://github.com/ho-nl/m2-pwa/commit/1186248d47898649b2f06c63a78cf254396c7f60))
|
|
170
|
+
- top spacing ([486fdb0](https://github.com/ho-nl/m2-pwa/commit/486fdb0536e5f6b08f293ea442661d7ad7541717))
|
|
214
171
|
|
|
215
172
|
### Features
|
|
216
173
|
|
|
217
|
-
- **checkout:** checkout agreements checkboxes in checkout
|
|
218
|
-
|
|
219
|
-
-
|
|
220
|
-
([13c8164](https://github.com/ho-nl/m2-pwa/commit/13c816499d220a2ce940672a95beca508b78ddc9))
|
|
221
|
-
- read checkout policies in sidebar sheet
|
|
222
|
-
([3fb765e](https://github.com/ho-nl/m2-pwa/commit/3fb765e14a8cfaf0bb27acd8368926ac27ed6a4c))
|
|
174
|
+
- **checkout:** checkout agreements checkboxes in checkout ([a8b4ddb](https://github.com/ho-nl/m2-pwa/commit/a8b4ddb3a9750c2b7ff86cd460e0ff7fc4cc0ad1))
|
|
175
|
+
- **payment-agreements-form:** checkout agreements checkboxes ([13c8164](https://github.com/ho-nl/m2-pwa/commit/13c816499d220a2ce940672a95beca508b78ddc9))
|
|
176
|
+
- read checkout policies in sidebar sheet ([3fb765e](https://github.com/ho-nl/m2-pwa/commit/3fb765e14a8cfaf0bb27acd8368926ac27ed6a4c))
|
|
223
177
|
|
|
224
178
|
## [2.102.5](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.102.4...@graphcommerce/magento-cart-checkout@2.102.5) (2021-08-13)
|
|
225
179
|
|
|
@@ -227,40 +181,34 @@ All notable changes to this project will be documented in this file. See
|
|
|
227
181
|
|
|
228
182
|
### Bug Fixes
|
|
229
183
|
|
|
230
|
-
- cart didn't use the AppShellTitle
|
|
231
|
-
([65a58c8](https://github.com/ho-nl/m2-pwa/commit/65a58c8dc7d39cd4c9cb31c4005828376c9e7ad1))
|
|
184
|
+
- cart didn't use the AppShellTitle ([65a58c8](https://github.com/ho-nl/m2-pwa/commit/65a58c8dc7d39cd4c9cb31c4005828376c9e7ad1))
|
|
232
185
|
|
|
233
186
|
# [2.102.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.101.10...@graphcommerce/magento-cart-checkout@2.102.0) (2021-08-12)
|
|
234
187
|
|
|
235
188
|
### Features
|
|
236
189
|
|
|
237
|
-
- upgraded to nextjs 11
|
|
238
|
-
([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))
|
|
239
191
|
|
|
240
192
|
## [2.101.9](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.101.8...@graphcommerce/magento-cart-checkout@2.101.9) (2021-08-09)
|
|
241
193
|
|
|
242
194
|
### Reverts
|
|
243
195
|
|
|
244
|
-
- Revert "chore: upgrade @apollo/client"
|
|
245
|
-
([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))
|
|
246
197
|
|
|
247
198
|
## [2.101.6](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.101.5...@graphcommerce/magento-cart-checkout@2.101.6) (2021-08-04)
|
|
248
199
|
|
|
249
200
|
### Bug Fixes
|
|
250
201
|
|
|
251
|
-
- **coupon:** applying coupon doesnt change totals
|
|
252
|
-
([5e4d768](https://github.com/ho-nl/m2-pwa/commit/5e4d768e19471b527da92cd46c313b59df9ca8cb))
|
|
202
|
+
- **coupon:** applying coupon doesnt change totals ([5e4d768](https://github.com/ho-nl/m2-pwa/commit/5e4d768e19471b527da92cd46c313b59df9ca8cb))
|
|
253
203
|
|
|
254
204
|
# [2.101.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.100.19...@graphcommerce/magento-cart-checkout@2.101.0) (2021-07-26)
|
|
255
205
|
|
|
256
206
|
### Features
|
|
257
207
|
|
|
258
|
-
- **playwright:** added new playwright package to enable browser testing
|
|
259
|
-
([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
208
|
+
- **playwright:** added new playwright package to enable browser testing ([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
260
209
|
|
|
261
210
|
## [2.100.11](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-cart-checkout@2.100.10...@graphcommerce/magento-cart-checkout@2.100.11) (2021-07-20)
|
|
262
211
|
|
|
263
212
|
### Bug Fixes
|
|
264
213
|
|
|
265
|
-
- ignore md files from triggering version updates
|
|
266
|
-
([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/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-cart-checkout",
|
|
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,21 +12,21 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^4.0.
|
|
16
|
-
"@graphcommerce/prettier-config-pwa": "^4.0.
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^4.0.5",
|
|
16
|
+
"@graphcommerce/prettier-config-pwa": "^4.0.3",
|
|
17
17
|
"@graphcommerce/typescript-config-pwa": "^4.0.2",
|
|
18
|
-
"@playwright/test": "^1.19.
|
|
18
|
+
"@playwright/test": "^1.19.2"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@graphcommerce/graphql": "^3.0.
|
|
22
|
-
"@graphcommerce/image": "^3.1.
|
|
23
|
-
"@graphcommerce/magento-cart": "^4.1.
|
|
24
|
-
"@graphcommerce/magento-cart-coupon": "^3.0.
|
|
25
|
-
"@graphcommerce/magento-cart-items": "^3.0.
|
|
26
|
-
"@graphcommerce/magento-customer": "^4.1.
|
|
27
|
-
"@graphcommerce/magento-store": "^4.
|
|
28
|
-
"@graphcommerce/next-ui": "^4.
|
|
29
|
-
"@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-cart-coupon": "^3.0.5",
|
|
25
|
+
"@graphcommerce/magento-cart-items": "^3.0.5",
|
|
26
|
+
"@graphcommerce/magento-customer": "^4.1.4",
|
|
27
|
+
"@graphcommerce/magento-store": "^4.1.2",
|
|
28
|
+
"@graphcommerce/next-ui": "^4.2.4",
|
|
29
|
+
"@graphcommerce/react-hook-form": "^3.0.4"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@lingui/macro": "^3.13.2",
|