@graphcommerce/magento-product-configurable 3.6.41 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +234 -167
- package/ConfigurableCartItem/OptionsList.tsx +37 -105
- package/ConfigurableOptions/index.tsx +31 -29
- package/ConfigurableProductAddToCart/ConfigurableProductAddToCart.tsx +40 -37
- package/SwatchList.tsx +3 -3
- package/Swatches/ColorSwatchData.tsx +35 -31
- package/Swatches/ImageSwatchData.tsx +37 -34
- package/Swatches/TextSwatchData.tsx +61 -49
- package/Swatches/index.tsx +1 -1
- package/package.json +22 -30
package/CHANGELOG.md
CHANGED
|
@@ -1,240 +1,309 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
## 4.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#1258](https://github.com/ho-nl/m2-pwa/pull/1258)
|
|
8
|
+
[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)
|
|
9
|
+
Thanks [@paales](https://github.com/paales)! - Upgraded to Material UI 5
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
[[`ad36382a4`](https://github.com/ho-nl/m2-pwa/commit/ad36382a4d55d83d9e47b7eb6a02671a2a631a05)]:
|
|
15
|
+
- @graphcommerce/graphql@3.0.0
|
|
16
|
+
- @graphcommerce/image@3.0.0
|
|
17
|
+
- @graphcommerce/magento-cart@4.0.0
|
|
18
|
+
- @graphcommerce/magento-cart-items@3.0.0
|
|
19
|
+
- @graphcommerce/magento-category@4.0.0
|
|
20
|
+
- @graphcommerce/magento-customer@4.0.0
|
|
21
|
+
- @graphcommerce/magento-product@4.0.0
|
|
22
|
+
- @graphcommerce/magento-product-simple@4.0.0
|
|
23
|
+
- @graphcommerce/magento-store@4.0.0
|
|
24
|
+
- @graphcommerce/next-ui@4.0.0
|
|
25
|
+
- @graphcommerce/react-hook-form@3.0.0
|
|
5
26
|
|
|
6
|
-
|
|
27
|
+
All notable changes to this project will be documented in this file. See
|
|
28
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
7
29
|
|
|
30
|
+
# [3.6.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@3.5.4...@graphcommerce/magento-product-configurable@3.6.0) (2021-12-01)
|
|
8
31
|
|
|
9
32
|
### Bug Fixes
|
|
10
33
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
34
|
+
- color swatch styling
|
|
35
|
+
([8cc1e2c](https://github.com/ho-nl/m2-pwa/commit/8cc1e2c1dcf58227d50cebca8794e3ca96c4c469))
|
|
36
|
+
- prevent layout shift helperText
|
|
37
|
+
([8ed0ad9](https://github.com/ho-nl/m2-pwa/commit/8ed0ad9589b742e456decb9b194091caf60e5db9))
|
|
14
38
|
|
|
15
39
|
### Features
|
|
16
40
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
41
|
+
- introduce borderRadius
|
|
42
|
+
([183afbc](https://github.com/ho-nl/m2-pwa/commit/183afbc8ee269f6694c372b06afdf41302f86c09))
|
|
22
43
|
|
|
23
44
|
# [3.5.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@3.4.7...@graphcommerce/magento-product-configurable@3.5.0) (2021-11-12)
|
|
24
45
|
|
|
25
|
-
|
|
26
46
|
### Features
|
|
27
47
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
48
|
+
- added tons of translations
|
|
49
|
+
([9bb0ac7](https://github.com/ho-nl/m2-pwa/commit/9bb0ac709b58df6ea6141e92e4923a5ca9ae2963))
|
|
33
50
|
|
|
34
51
|
# [3.4.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@3.3.15...@graphcommerce/magento-product-configurable@3.4.0) (2021-11-09)
|
|
35
52
|
|
|
36
|
-
|
|
37
53
|
### Features
|
|
38
54
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
55
|
+
- **configurable-product:** disable invalid product options
|
|
56
|
+
([018a20e](https://github.com/ho-nl/m2-pwa/commit/018a20e1259863549c033dcc5c30deaae6625af9))
|
|
44
57
|
|
|
45
58
|
# [3.3.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@3.2.8...@graphcommerce/magento-product-configurable@3.3.0) (2021-11-02)
|
|
46
59
|
|
|
47
|
-
|
|
48
60
|
### Bug Fixes
|
|
49
61
|
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
62
|
+
- darkMode
|
|
63
|
+
([c7573de](https://github.com/ho-nl/m2-pwa/commit/c7573de6bb80643b26931c35ac61735539e7fbf0))
|
|
64
|
+
- darkTheme
|
|
65
|
+
([ae017c1](https://github.com/ho-nl/m2-pwa/commit/ae017c1a1e82f86ee5eb2f67106dac8174950c45))
|
|
66
|
+
- remove text='bold', make contained button text stronger by default
|
|
67
|
+
([cd277c9](https://github.com/ho-nl/m2-pwa/commit/cd277c9f434a4a765eac372467e5a05c822d5512))
|
|
54
68
|
|
|
55
69
|
### Features
|
|
56
70
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
71
|
+
- darkTheme
|
|
72
|
+
([968f4f1](https://github.com/ho-nl/m2-pwa/commit/968f4f1360417bf7daa36454c19e6bc5cf53ae90))
|
|
73
|
+
- darkTheme
|
|
74
|
+
([3ed6647](https://github.com/ho-nl/m2-pwa/commit/3ed664714670315bc9f20542549724f66cb5052d))
|
|
63
75
|
|
|
64
76
|
## [3.2.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@3.2.2...@graphcommerce/magento-product-configurable@3.2.3) (2021-10-28)
|
|
65
77
|
|
|
66
|
-
|
|
67
78
|
### Bug Fixes
|
|
68
79
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
80
|
+
- small design changes
|
|
81
|
+
([d9936e9](https://github.com/ho-nl/m2-pwa/commit/d9936e90baab3694066d73216c9ad2941fdbaaa8))
|
|
74
82
|
|
|
75
83
|
# [3.2.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@3.1.8...@graphcommerce/magento-product-configurable@3.2.0) (2021-10-27)
|
|
76
84
|
|
|
77
|
-
|
|
78
85
|
### Features
|
|
79
86
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
87
|
+
- **nextjs:** upgraded to nextjs 12
|
|
88
|
+
([9331bc8](https://github.com/ho-nl/m2-pwa/commit/9331bc801f6419522115cc47d291d49d608d5a90))
|
|
85
89
|
|
|
86
90
|
## [3.1.2](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@3.1.1...@graphcommerce/magento-product-configurable@3.1.2) (2021-10-19)
|
|
87
91
|
|
|
88
|
-
|
|
89
92
|
### Bug Fixes
|
|
90
93
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
94
|
+
- build didn't succeed because of an unknown prop on MessageSnackbar
|
|
95
|
+
([4def2d1](https://github.com/ho-nl/m2-pwa/commit/4def2d16ad722e9dc9ae0fc63785107df2d83eab))
|
|
96
96
|
|
|
97
97
|
# [3.1.0](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@3.0.29...@graphcommerce/magento-product-configurable@3.1.0) (2021-10-18)
|
|
98
98
|
|
|
99
|
-
|
|
100
99
|
### Features
|
|
101
100
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
101
|
+
- **message-snackbar:** severity props
|
|
102
|
+
([c7be8a5](https://github.com/ho-nl/m2-pwa/commit/c7be8a51faf7a5937b7fab5bb352df2089ae4eea))
|
|
107
103
|
|
|
108
104
|
## [3.0.1](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@3.0.0...@graphcommerce/magento-product-configurable@3.0.1) (2021-09-27)
|
|
109
105
|
|
|
110
106
|
**Note:** Version bump only for package @graphcommerce/magento-product-configurable
|
|
111
107
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
108
|
# 3.0.0 (2021-09-27)
|
|
117
109
|
|
|
118
|
-
|
|
119
110
|
### Bug Fixes
|
|
120
111
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
112
|
+
- account tweaks
|
|
113
|
+
([26ca295](https://github.com/ho-nl/m2-pwa/commit/26ca2955fe7a3ed509aaa7df98cbb4854d636179))
|
|
114
|
+
- add configurable product to cart
|
|
115
|
+
([5b0f6fe](https://github.com/ho-nl/m2-pwa/commit/5b0f6fee6a59ff0b228c47bb124378cd23047adf))
|
|
116
|
+
- add correct configurable product to cart
|
|
117
|
+
([0982a6a](https://github.com/ho-nl/m2-pwa/commit/0982a6a548414e2159dab101870f495dffeedda8))
|
|
118
|
+
- add error message to configurable product
|
|
119
|
+
([1d0be27](https://github.com/ho-nl/m2-pwa/commit/1d0be2710fbf7e3186d119ccc53606b526858d43))
|
|
120
|
+
- add to cart error margin bottom
|
|
121
|
+
([0fa1672](https://github.com/ho-nl/m2-pwa/commit/0fa167258d2eae8199a04035f29858b81df67e6a))
|
|
122
|
+
- address fragments
|
|
123
|
+
([96e68c3](https://github.com/ho-nl/m2-pwa/commit/96e68c3f96e40dded50ec5859909a7326b47e37b))
|
|
124
|
+
- cart item styling
|
|
125
|
+
([1def7f4](https://github.com/ho-nl/m2-pwa/commit/1def7f49ad4dd621aff6cfd058acc489e522650f))
|
|
126
|
+
- category children and swatch renderer
|
|
127
|
+
([1ee008d](https://github.com/ho-nl/m2-pwa/commit/1ee008d9ecf3bf5ec4b2d82243e4bcbbec384411))
|
|
128
|
+
- **configurable-product-add-to-cart:** don't show success message when add to cart fails
|
|
129
|
+
([1095581](https://github.com/ho-nl/m2-pwa/commit/10955819d720b84c85b7870dc6cd2d7bc34f7dc5))
|
|
130
|
+
- **configurable:** fall back to text swatch when no swatch_data is set
|
|
131
|
+
([8cdc6e6](https://github.com/ho-nl/m2-pwa/commit/8cdc6e61c273601eff8486aecbfc9b9bd6adefad))
|
|
132
|
+
- correct pdp swatch selected color
|
|
133
|
+
([d3c9285](https://github.com/ho-nl/m2-pwa/commit/d3c9285fb1ba3a0b99ba52a04b0dda3b5870dede))
|
|
134
|
+
- don't show store label if it is the same als the swatch value
|
|
135
|
+
([03d5449](https://github.com/ho-nl/m2-pwa/commit/03d5449e36f70379c2f55d363f0ff382d60f5d64))
|
|
136
|
+
- dynamic configurable cart item options
|
|
137
|
+
([d2cc538](https://github.com/ho-nl/m2-pwa/commit/d2cc5383800ca19baa267da7808005c910dfbf62))
|
|
138
|
+
- formatting of text swatch label
|
|
139
|
+
([ee8f8fd](https://github.com/ho-nl/m2-pwa/commit/ee8f8fd6351ca82bf1b33514e4b1fcab4a04afa9))
|
|
140
|
+
- icon alignments & sizes
|
|
141
|
+
([3b349c9](https://github.com/ho-nl/m2-pwa/commit/3b349c96f08f25cad892cf224ee76e937fb338b8))
|
|
142
|
+
- ignore md files from triggering version updates
|
|
143
|
+
([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|
|
144
|
+
- implement next-ui barrel imports
|
|
145
|
+
([75bea70](https://github.com/ho-nl/m2-pwa/commit/75bea703dba898f18a2a1dfa3243ebd0a4e6f0e1))
|
|
146
|
+
- make sure an empty cart gets initialized properly
|
|
147
|
+
([12df845](https://github.com/ho-nl/m2-pwa/commit/12df8456117393cc7c387ba6e072190a831b7a58))
|
|
148
|
+
- messagesnackbar text alignment
|
|
149
|
+
([1314d64](https://github.com/ho-nl/m2-pwa/commit/1314d642a776707462709df380f6fa7fee40ca9d))
|
|
150
|
+
- missing NoOrdersFound export
|
|
151
|
+
([81e1177](https://github.com/ho-nl/m2-pwa/commit/81e1177dfa6347b310ec5cf4a7085edec7c86497))
|
|
152
|
+
- **next-ui:** toggle button stylign
|
|
153
|
+
([c806d35](https://github.com/ho-nl/m2-pwa/commit/c806d358aed030c54d568275ee497f8cb9b01359))
|
|
154
|
+
- only cart should be fixed on scroll
|
|
155
|
+
([9c8f536](https://github.com/ho-nl/m2-pwa/commit/9c8f5366c53798b377dcf397822b0945774b1dce))
|
|
156
|
+
- option list left marge
|
|
157
|
+
([e6603f1](https://github.com/ho-nl/m2-pwa/commit/e6603f197ea1a5583a1874bd11d0984653237cd6))
|
|
158
|
+
- optionslist options aligment
|
|
159
|
+
([9c59f98](https://github.com/ho-nl/m2-pwa/commit/9c59f988a52886cfafddbb755a1bae1abb539510))
|
|
160
|
+
- paymentDone removed in favor of a more simple clearCart method
|
|
161
|
+
([5314f77](https://github.com/ho-nl/m2-pwa/commit/5314f7752c2f75a55dcd926bfc26607124561e5d))
|
|
162
|
+
- price display when selection gets too deep
|
|
163
|
+
([df85ba9](https://github.com/ho-nl/m2-pwa/commit/df85ba98112ed4f12881ae8bfe44cb63503560fe))
|
|
164
|
+
- product specs on product pages
|
|
165
|
+
([098798a](https://github.com/ho-nl/m2-pwa/commit/098798aec353a8a571928faae02a303fed395977))
|
|
166
|
+
- remove conflicting files
|
|
167
|
+
([0c17ae4](https://github.com/ho-nl/m2-pwa/commit/0c17ae46be62b775ac83b35f11c532ce2d9401a3))
|
|
168
|
+
- remove incorrectly cased copy of file
|
|
169
|
+
([8efe3d5](https://github.com/ho-nl/m2-pwa/commit/8efe3d53ab6ee8926791aeb03af0a8647563c3bf))
|
|
170
|
+
- remove magento-category package from magento-product solving a circular dependency
|
|
171
|
+
([7379e6e](https://github.com/ho-nl/m2-pwa/commit/7379e6ede4829392b35008c17743181d9cac0636))
|
|
172
|
+
- remove popover from configurable cart items
|
|
173
|
+
([90866a0](https://github.com/ho-nl/m2-pwa/commit/90866a07d43fae8fac1c633f123fb4c4d910a2a9))
|
|
174
|
+
- rename NextButton to Button, change imports
|
|
175
|
+
([976adb0](https://github.com/ho-nl/m2-pwa/commit/976adb0bf906310d1efce888dcc9be1e28ce0f1b))
|
|
176
|
+
- rename optionSectionLabels
|
|
177
|
+
([9aea1bc](https://github.com/ho-nl/m2-pwa/commit/9aea1bc7f12eca93ed5acc7d58ec7376d539a346))
|
|
178
|
+
- rename product prop to name
|
|
179
|
+
([9b7ed5a](https://github.com/ho-nl/m2-pwa/commit/9b7ed5a03747211c3f93d2628110ab6bfac4d552))
|
|
180
|
+
- since all links are of next/link we need to add passHref for custom components
|
|
181
|
+
([16fb931](https://github.com/ho-nl/m2-pwa/commit/16fb93100d367203ea79bb4f93357221253f2ecd))
|
|
182
|
+
- unused swatches should not show up
|
|
183
|
+
([86a06fb](https://github.com/ho-nl/m2-pwa/commit/86a06fb3a7e0232611b8bb4971cadbcfd94ae525))
|
|
184
|
+
- update magento-product imports
|
|
185
|
+
([63621b4](https://github.com/ho-nl/m2-pwa/commit/63621b44be7149014f4a5af8ac87ad1c4b0327be))
|
|
186
|
+
- use label instead of attribute_code
|
|
187
|
+
([99cecc9](https://github.com/ho-nl/m2-pwa/commit/99cecc9aa5dfa41c7b375cb7e36e0d69fdcf6aed))
|
|
188
|
+
- wrong casing
|
|
189
|
+
([ba64fc1](https://github.com/ho-nl/m2-pwa/commit/ba64fc182033b19ce4fc9294bd14eb457de05d48))
|
|
190
|
+
- wrong casing
|
|
191
|
+
([1507860](https://github.com/ho-nl/m2-pwa/commit/1507860a0b0917f8a139b17f82b8bf9e03146603))
|
|
192
|
+
- yarn workspace packages hot reload
|
|
193
|
+
([d03fc9f](https://github.com/ho-nl/m2-pwa/commit/d03fc9fdda3486476761786f2b56a934cc92befc))
|
|
163
194
|
|
|
164
195
|
### Features
|
|
165
196
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
197
|
+
- add add-to-cart snackbar message
|
|
198
|
+
([0644de5](https://github.com/ho-nl/m2-pwa/commit/0644de5acccada024eda2b5c92b52536a1da5385))
|
|
199
|
+
- add add-to-cart snackbar to all products
|
|
200
|
+
([e9570fd](https://github.com/ho-nl/m2-pwa/commit/e9570fdb55331b2a790f8910c0722dba83480f64))
|
|
201
|
+
- add barrel file for magento-category
|
|
202
|
+
([c5ba8c9](https://github.com/ho-nl/m2-pwa/commit/c5ba8c98cbb8192f1c1c85242ff6efa83b1fbdcc))
|
|
203
|
+
- add barrel file for magento-customer
|
|
204
|
+
([02fb7f0](https://github.com/ho-nl/m2-pwa/commit/02fb7f004de968ee968b00e364b2b370f4f7d4f1))
|
|
205
|
+
- add finalprice & as-low-as price to sidebar
|
|
206
|
+
([0c2e8d6](https://github.com/ho-nl/m2-pwa/commit/0c2e8d6a93bb557ad7c0ad417021758f90f112ea))
|
|
207
|
+
- add optional end labels for sectionheaders
|
|
208
|
+
([a224170](https://github.com/ho-nl/m2-pwa/commit/a22417047afaa91dc1a337edbc0bdb1ba9c2e248))
|
|
209
|
+
- add product review summary to config-product
|
|
210
|
+
([30e17a6](https://github.com/ho-nl/m2-pwa/commit/30e17a6a6c72cb4cc9fb92e9c0f6da2cd346280e))
|
|
211
|
+
- add product-review to renderers and products
|
|
212
|
+
([1a9b84b](https://github.com/ho-nl/m2-pwa/commit/1a9b84b6b7de213e82f0c86106eea4b79f38f864))
|
|
213
|
+
- add review swatch to grid view
|
|
214
|
+
([6e22427](https://github.com/ho-nl/m2-pwa/commit/6e224276a3253f86f4da028cbd76b29e2e2f7884))
|
|
215
|
+
- add sectioncontainer to configurableoptions
|
|
216
|
+
([9ed8419](https://github.com/ho-nl/m2-pwa/commit/9ed841972361cab81699d827ee80cf5dd73c1fd7))
|
|
217
|
+
- added PaymentModule API and persistent selection of form fields
|
|
218
|
+
([b67f735](https://github.com/ho-nl/m2-pwa/commit/b67f7358f62edd56a8232d625ecee56af350bfb8))
|
|
219
|
+
- barrel files for magento-product pages
|
|
220
|
+
([c8fdcf2](https://github.com/ho-nl/m2-pwa/commit/c8fdcf2f5b98821dffe2c47f5ea4e1847bd3bb1e))
|
|
221
|
+
- better 404 handling and simplified getStaticProps
|
|
222
|
+
([321ace1](https://github.com/ho-nl/m2-pwa/commit/321ace1850642ee3eddfa674c37e6fca8adcdb74))
|
|
223
|
+
- **cart:** when a cart is not active anymore show a clear cart button
|
|
224
|
+
([5d04a14](https://github.com/ho-nl/m2-pwa/commit/5d04a14726c040b20b34c0b88f923aee1dff22e5))
|
|
225
|
+
- configurable product form
|
|
226
|
+
([dae6f10](https://github.com/ho-nl/m2-pwa/commit/dae6f10e4b8655761900c7ce3028605efe8e154a))
|
|
227
|
+
- configurable product page
|
|
228
|
+
([486d5b4](https://github.com/ho-nl/m2-pwa/commit/486d5b448b854b5c9482b1313b7888b7f0743502))
|
|
229
|
+
- created stacked-pages package
|
|
230
|
+
([d86008e](https://github.com/ho-nl/m2-pwa/commit/d86008ee659ccb25b194a41d624b394a1ddbd088))
|
|
231
|
+
- form styling consistency
|
|
232
|
+
([87cba85](https://github.com/ho-nl/m2-pwa/commit/87cba85e828fa42a02dfe74ac841aa2b39a60f4e))
|
|
233
|
+
- function to get correct prices for selection
|
|
234
|
+
([569654e](https://github.com/ho-nl/m2-pwa/commit/569654e98147da3f6f26217e70cbc2dbc6b56355))
|
|
235
|
+
- **graphql:** introduced new graphql package that holds all generated files
|
|
236
|
+
([a3e7aa0](https://github.com/ho-nl/m2-pwa/commit/a3e7aa05540540533b5ced9a95f1f802ecbe499f))
|
|
237
|
+
- groundwork for complete reimplementation of product pages
|
|
238
|
+
([b224da8](https://github.com/ho-nl/m2-pwa/commit/b224da8273eb5c8173ad30d006391b2291331623))
|
|
239
|
+
- **image:** introduced completely rewritten Image component
|
|
240
|
+
([e3413b3](https://github.com/ho-nl/m2-pwa/commit/e3413b3a57392d6571ea64cb8d9c8dca05ea31df))
|
|
241
|
+
- implemented checkmo payment method
|
|
242
|
+
([18525b2](https://github.com/ho-nl/m2-pwa/commit/18525b2f4efe9bd0eea12a7a992d284f341e0c68))
|
|
243
|
+
- introduced magento-product-types package
|
|
244
|
+
([1a0932b](https://github.com/ho-nl/m2-pwa/commit/1a0932b5d882608dcf8fd2e3b17ee9868f5f5776))
|
|
245
|
+
- introduces framer-next-pages and framer-sheet to next-ui and soxbase package
|
|
246
|
+
([e04ad8a](https://github.com/ho-nl/m2-pwa/commit/e04ad8a94cd1fd5a7c5575c9db7916b6e8a88f16))
|
|
247
|
+
- introducing useAutoSubmit for useForm to handle shipping address step
|
|
248
|
+
([d375a12](https://github.com/ho-nl/m2-pwa/commit/d375a123d5ba88285703fc1706a43c21c5a248d5))
|
|
249
|
+
- **magento-graphql:** added core magentoTypePolicies
|
|
250
|
+
([bdf15d0](https://github.com/ho-nl/m2-pwa/commit/bdf15d0d3c04e88339a8385d76f3b1ab9589fde3))
|
|
251
|
+
- make action optional in snackbar
|
|
252
|
+
([70cf9a4](https://github.com/ho-nl/m2-pwa/commit/70cf9a456e483040b2aad087a9cc01ecf85fe4c8))
|
|
253
|
+
- **next-ui:** SectionContainer/SectionHeader now accepts variantLeft/variantRight as prop
|
|
254
|
+
([a58f8f2](https://github.com/ho-nl/m2-pwa/commit/a58f8f2962e74c9aaa41142524d42d9c8f662b8d))
|
|
255
|
+
- next.js 11
|
|
256
|
+
([7d61407](https://github.com/ho-nl/m2-pwa/commit/7d614075a778f488045034f74be4f75b93f63c43))
|
|
257
|
+
- **playwright:** add github action
|
|
258
|
+
([0ef1094](https://github.com/ho-nl/m2-pwa/commit/0ef109400488869b40e1cc973effeb5976a2adb9))
|
|
259
|
+
- **playwright:** added new playwright package to enable browser testing
|
|
260
|
+
([6f49ec7](https://github.com/ho-nl/m2-pwa/commit/6f49ec7595563775b96ebf21c27e39da1282e8d9))
|
|
261
|
+
- product delivery component for sidebar
|
|
262
|
+
([caa9809](https://github.com/ho-nl/m2-pwa/commit/caa9809d6c10570cb47e58c5e8191c40f20f1dbe))
|
|
263
|
+
- renamed all packages to use [@graphcommerce](https://github.com/graphcommerce) instead of
|
|
264
|
+
[@reachdigital](https://github.com/reachdigital)
|
|
265
|
+
([491e4ce](https://github.com/ho-nl/m2-pwa/commit/491e4cec9a2686472dac36b79f999257c0811ffe))
|
|
266
|
+
- schema.org data on products
|
|
267
|
+
([5f158a9](https://github.com/ho-nl/m2-pwa/commit/5f158a93eef2407249b881ec804e45b07b0caab9))
|
|
268
|
+
- Setup textswatch to show prices and delivery
|
|
269
|
+
([10eddf9](https://github.com/ho-nl/m2-pwa/commit/10eddf91875265a9ea605d9bca5c29645d66c535))
|
|
270
|
+
- svgimage component
|
|
271
|
+
([f369605](https://github.com/ho-nl/m2-pwa/commit/f3696051e381a24c543fd24e199da5b17f9e124f))
|
|
272
|
+
- **theme:** restructured fonts and applied to home and category page
|
|
273
|
+
([6adf5f1](https://github.com/ho-nl/m2-pwa/commit/6adf5f11321bdfbf499125f1161c5abf5a1bfe4a))
|
|
274
|
+
- **theme:** restructured typography
|
|
275
|
+
([6fcddae](https://github.com/ho-nl/m2-pwa/commit/6fcddae6b1b54d071475c59c80a9f8d8a36294d5))
|
|
276
|
+
- upgrade to node 14
|
|
277
|
+
([d079a75](https://github.com/ho-nl/m2-pwa/commit/d079a751e9bfd8dc7f5009d2c9f31c336a0c96ab))
|
|
278
|
+
- upgraded to nextjs 11
|
|
279
|
+
([0053beb](https://github.com/ho-nl/m2-pwa/commit/0053beb7ef597c190add7264256a0eaec35868da))
|
|
280
|
+
- useFormMutationCart and simpler imports
|
|
281
|
+
([012f090](https://github.com/ho-nl/m2-pwa/commit/012f090e8f54d09f35d393c61ad1e2319f5a90ff))
|
|
282
|
+
- useFormPersist, useFormAutoSubmit, useFormGqlMutation everywhere
|
|
283
|
+
([e591285](https://github.com/ho-nl/m2-pwa/commit/e5912854babee87c8efc5b7c00455d61b301aad3))
|
|
210
284
|
|
|
211
285
|
### Reverts
|
|
212
286
|
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
287
|
+
- Revert "chore: upgrade @apollo/client"
|
|
288
|
+
([55ff24e](https://github.com/ho-nl/m2-pwa/commit/55ff24ede0e56c85b8095edadadd1ec5e0b1b8d2))
|
|
216
289
|
|
|
217
290
|
## 2.0.8 (2020-10-28)
|
|
218
291
|
|
|
219
|
-
|
|
220
292
|
### Bug Fixes
|
|
221
293
|
|
|
222
|
-
|
|
223
|
-
|
|
294
|
+
- make sure themes extensions are found
|
|
295
|
+
([5aa18db](https://github.com/ho-nl/m2-pwa/commit/5aa18db514fd2e2f50681367e39523f8e742ece0))
|
|
224
296
|
|
|
225
297
|
### Features
|
|
226
298
|
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
299
|
+
- added generated graphql.ts files
|
|
300
|
+
([3e44415](https://github.com/ho-nl/m2-pwa/commit/3e44415b018e74b502e9e98479aa5e84041f337d))
|
|
301
|
+
- split into packages
|
|
302
|
+
([2ee7fd6](https://github.com/ho-nl/m2-pwa/commit/2ee7fd6c0056f467d114f04d92c6c0ddf622d151))
|
|
230
303
|
|
|
231
304
|
### BREAKING CHANGES
|
|
232
305
|
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
306
|
+
- huge folder structure refactor, please read README to reinstall
|
|
238
307
|
|
|
239
308
|
# Change Log
|
|
240
309
|
|
|
@@ -291,8 +360,7 @@ All notable changes to this project will be documented in this file. See
|
|
|
291
360
|
|
|
292
361
|
### Bug Fixes
|
|
293
362
|
|
|
294
|
-
- remove magento-category package from magento-product solving a circular
|
|
295
|
-
dependency
|
|
363
|
+
- remove magento-category package from magento-product solving a circular dependency
|
|
296
364
|
([7379e6e](https://github.com/ho-nl/m2-pwa/commit/7379e6ede4829392b35008c17743181d9cac0636))
|
|
297
365
|
|
|
298
366
|
## [2.101.3](https://github.com/ho-nl/m2-pwa/compare/@graphcommerce/magento-product-configurable@2.101.2...@graphcommerce/magento-product-configurable@2.101.3) (2021-07-29)
|
|
@@ -329,8 +397,7 @@ All notable changes to this project will be documented in this file. See
|
|
|
329
397
|
|
|
330
398
|
### Bug Fixes
|
|
331
399
|
|
|
332
|
-
- **configurable-product-add-to-cart:** don't show success message when add to
|
|
333
|
-
cart fails
|
|
400
|
+
- **configurable-product-add-to-cart:** don't show success message when add to cart fails
|
|
334
401
|
([1095581](https://github.com/ho-nl/m2-pwa/commit/10955819d720b84c85b7870dc6cd2d7bc34f7dc5))
|
|
335
402
|
- ignore md files from triggering version updates
|
|
336
403
|
([4f98392](https://github.com/ho-nl/m2-pwa/commit/4f9839250b3a32d3070da5290e5efcc5e2243fba))
|