@graphcommerce/magento-product-configurable 10.0.0-canary.72 → 10.0.1-canary.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 +9 -161
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,48 +1,8 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 10.0.
|
|
3
|
+
## 10.0.1-canary.0
|
|
4
4
|
|
|
5
|
-
## 10.0.0
|
|
6
|
-
|
|
7
|
-
## 10.0.0-canary.70
|
|
8
|
-
|
|
9
|
-
### Major Changes
|
|
10
|
-
|
|
11
|
-
- [#2565](https://github.com/graphcommerce-org/graphcommerce/pull/2565) [`c96dfcd`](https://github.com/graphcommerce-org/graphcommerce/commit/c96dfcdca981baca387c270ad9e2b9515cdd00cc) - Updated to Apollo Client 4 ([@paales](https://github.com/paales))
|
|
12
|
-
|
|
13
|
-
## 10.0.0-canary.69
|
|
14
|
-
|
|
15
|
-
## 10.0.0-canary.68
|
|
16
|
-
|
|
17
|
-
### Major Changes
|
|
18
|
-
|
|
19
|
-
- [#2557](https://github.com/graphcommerce-org/graphcommerce/pull/2557) [`ceaadd8`](https://github.com/graphcommerce-org/graphcommerce/commit/ceaadd87f0648982a068a3b07b1fa149c9127f49) - ## Material UI v5 → v7 Migration
|
|
20
|
-
|
|
21
|
-
This release upgrades Material UI from v5 to v7 with full CSS variables support. ([@paales](https://github.com/paales))
|
|
22
|
-
|
|
23
|
-
## 10.0.0-canary.67
|
|
24
|
-
|
|
25
|
-
## 10.0.0-canary.66
|
|
26
|
-
|
|
27
|
-
## 10.0.0-canary.65
|
|
28
|
-
|
|
29
|
-
## 10.0.0-canary.64
|
|
30
|
-
|
|
31
|
-
## 10.0.0-canary.63
|
|
32
|
-
|
|
33
|
-
## 10.0.0-canary.62
|
|
34
|
-
|
|
35
|
-
## 10.0.0-canary.61
|
|
36
|
-
|
|
37
|
-
## 10.0.0-canary.60
|
|
38
|
-
|
|
39
|
-
## 10.0.0-canary.59
|
|
40
|
-
|
|
41
|
-
## 10.0.0-canary.58
|
|
42
|
-
|
|
43
|
-
## 10.0.0-canary.57
|
|
44
|
-
|
|
45
|
-
## 10.0.0-canary.56
|
|
5
|
+
## 10.0.0
|
|
46
6
|
|
|
47
7
|
### Major Changes
|
|
48
8
|
|
|
@@ -122,138 +82,26 @@
|
|
|
122
82
|
- `@mui/*` modern alias rewrites
|
|
123
83
|
- Debug plugins (`CircularDependencyPlugin`, `DuplicatesPlugin`) ([@paales](https://github.com/paales))
|
|
124
84
|
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
## 9.1.0-canary.54
|
|
128
|
-
|
|
129
|
-
### Patch Changes
|
|
130
|
-
|
|
131
|
-
- [#2544](https://github.com/graphcommerce-org/graphcommerce/pull/2544) [`09a79c0`](https://github.com/graphcommerce-org/graphcommerce/commit/09a79c061c874dd9b5896d37edb2fc1031c7678c) - Solve issue whre Configurable Options would not respect the option position. ([@ThisIsRuddy](https://github.com/ThisIsRuddy))
|
|
132
|
-
|
|
133
|
-
## 9.1.0-canary.53
|
|
134
|
-
|
|
135
|
-
## 9.1.0-canary.52
|
|
136
|
-
|
|
137
|
-
## 9.1.0-canary.51
|
|
138
|
-
|
|
139
|
-
## 9.1.0-canary.50
|
|
140
|
-
|
|
141
|
-
## 9.1.0-canary.49
|
|
142
|
-
|
|
143
|
-
## 9.1.0-canary.48
|
|
144
|
-
|
|
145
|
-
## 9.1.0-canary.47
|
|
146
|
-
|
|
147
|
-
## 9.1.0-canary.46
|
|
148
|
-
|
|
149
|
-
## 9.1.0-canary.45
|
|
85
|
+
- [#2557](https://github.com/graphcommerce-org/graphcommerce/pull/2557) [`ceaadd8`](https://github.com/graphcommerce-org/graphcommerce/commit/ceaadd87f0648982a068a3b07b1fa149c9127f49) - ## Material UI v5 → v7 Migration
|
|
150
86
|
|
|
151
|
-
|
|
87
|
+
This release upgrades Material UI from v5 to v7 with full CSS variables support. ([@paales](https://github.com/paales))
|
|
152
88
|
|
|
153
|
-
|
|
89
|
+
- [#2565](https://github.com/graphcommerce-org/graphcommerce/pull/2565) [`c96dfcd`](https://github.com/graphcommerce-org/graphcommerce/commit/c96dfcdca981baca387c270ad9e2b9515cdd00cc) - Updated to Apollo Client 4 ([@paales](https://github.com/paales))
|
|
154
90
|
|
|
155
91
|
### Patch Changes
|
|
156
92
|
|
|
157
|
-
- [`
|
|
158
|
-
|
|
159
|
-
## 9.1.0-canary.42
|
|
160
|
-
|
|
161
|
-
## 9.1.0-canary.41
|
|
162
|
-
|
|
163
|
-
## 9.1.0-canary.40
|
|
164
|
-
|
|
165
|
-
## 9.1.0-canary.39
|
|
166
|
-
|
|
167
|
-
## 9.1.0-canary.38
|
|
168
|
-
|
|
169
|
-
## 9.1.0-canary.37
|
|
170
|
-
|
|
171
|
-
## 9.1.0-canary.36
|
|
172
|
-
|
|
173
|
-
## 9.1.0-canary.35
|
|
174
|
-
|
|
175
|
-
## 9.1.0-canary.34
|
|
176
|
-
|
|
177
|
-
## 9.1.0-canary.33
|
|
178
|
-
|
|
179
|
-
## 9.1.0-canary.32
|
|
180
|
-
|
|
181
|
-
## 9.1.0-canary.31
|
|
182
|
-
|
|
183
|
-
## 9.1.0-canary.30
|
|
184
|
-
|
|
185
|
-
## 9.1.0-canary.29
|
|
186
|
-
|
|
187
|
-
## 9.1.0-canary.28
|
|
188
|
-
|
|
189
|
-
## 9.1.0-canary.27
|
|
190
|
-
|
|
191
|
-
## 9.1.0-canary.26
|
|
192
|
-
|
|
193
|
-
## 9.1.0-canary.25
|
|
194
|
-
|
|
195
|
-
## 9.1.0-canary.24
|
|
196
|
-
|
|
197
|
-
## 9.1.0-canary.23
|
|
198
|
-
|
|
199
|
-
## 9.1.0-canary.22
|
|
200
|
-
|
|
201
|
-
## 9.1.0-canary.21
|
|
202
|
-
|
|
203
|
-
## 9.1.0-canary.20
|
|
204
|
-
|
|
205
|
-
## 9.1.0-canary.19
|
|
93
|
+
- [#2485](https://github.com/graphcommerce-org/graphcommerce/pull/2485) [`8b8807b`](https://github.com/graphcommerce-org/graphcommerce/commit/8b8807b8e24f1dba78dd988dfdc21316c616274f) - Solve issue where the GetConfigurableOptionsSelection query would be executed even if the product wasn't a ConfigurableProduct. ([@paales](https://github.com/paales))
|
|
206
94
|
|
|
207
|
-
|
|
95
|
+
- [`f7d2bf1`](https://github.com/graphcommerce-org/graphcommerce/commit/f7d2bf13f7e82d5c8e918a51c1375c276ad3d80f) - Fix build issue ([@paales](https://github.com/paales))
|
|
208
96
|
|
|
209
97
|
- [#2499](https://github.com/graphcommerce-org/graphcommerce/pull/2499) [`d859dd8`](https://github.com/graphcommerce-org/graphcommerce/commit/d859dd8e5e89e4f22cd6e89e3ae8d03067de6c51) - Do not directly update the cache of the defaultConfigurableOptionsSelection, but query the backend. ([@paales](https://github.com/paales))
|
|
210
98
|
|
|
99
|
+
- [#2544](https://github.com/graphcommerce-org/graphcommerce/pull/2544) [`09a79c0`](https://github.com/graphcommerce-org/graphcommerce/commit/09a79c061c874dd9b5896d37edb2fc1031c7678c) - Solve issue whre Configurable Options would not respect the option position. ([@ThisIsRuddy](https://github.com/ThisIsRuddy))
|
|
100
|
+
|
|
211
101
|
- [#2499](https://github.com/graphcommerce-org/graphcommerce/pull/2499) [`6b2b44c`](https://github.com/graphcommerce-org/graphcommerce/commit/6b2b44ca853279144d7768067f3462d4d4bf0af1) - Move the cartItemEdit functionality to a plugin for configurable products ([@paales](https://github.com/paales))
|
|
212
102
|
|
|
213
103
|
- [#2499](https://github.com/graphcommerce-org/graphcommerce/pull/2499) [`6b2b44c`](https://github.com/graphcommerce-org/graphcommerce/commit/6b2b44ca853279144d7768067f3462d4d4bf0af1) - Implement the Cart options as priceModifiers so the logic can be somewhat re-used for multiple locations ([@paales](https://github.com/paales))
|
|
214
104
|
|
|
215
|
-
## 9.1.0-canary.18
|
|
216
|
-
|
|
217
|
-
## 9.1.0-canary.17
|
|
218
|
-
|
|
219
|
-
## 9.1.0-canary.16
|
|
220
|
-
|
|
221
|
-
## 9.1.0-canary.15
|
|
222
|
-
|
|
223
|
-
## 9.0.4-canary.14
|
|
224
|
-
|
|
225
|
-
## 9.0.4-canary.13
|
|
226
|
-
|
|
227
|
-
## 9.0.4-canary.12
|
|
228
|
-
|
|
229
|
-
## 9.0.4-canary.11
|
|
230
|
-
|
|
231
|
-
### Patch Changes
|
|
232
|
-
|
|
233
|
-
- [#2485](https://github.com/graphcommerce-org/graphcommerce/pull/2485) [`8b8807b`](https://github.com/graphcommerce-org/graphcommerce/commit/8b8807b8e24f1dba78dd988dfdc21316c616274f) - Solve issue where the GetConfigurableOptionsSelection query would be executed even if the product wasn't a ConfigurableProduct. ([@paales](https://github.com/paales))
|
|
234
|
-
|
|
235
|
-
## 9.0.4-canary.10
|
|
236
|
-
|
|
237
|
-
## 9.0.4-canary.9
|
|
238
|
-
|
|
239
|
-
## 9.0.4-canary.8
|
|
240
|
-
|
|
241
|
-
## 9.0.4-canary.7
|
|
242
|
-
|
|
243
|
-
## 9.0.4-canary.6
|
|
244
|
-
|
|
245
|
-
## 9.0.4-canary.5
|
|
246
|
-
|
|
247
|
-
## 9.0.4-canary.4
|
|
248
|
-
|
|
249
|
-
## 9.0.4-canary.3
|
|
250
|
-
|
|
251
|
-
## 9.0.4-canary.2
|
|
252
|
-
|
|
253
|
-
## 9.0.4-canary.1
|
|
254
|
-
|
|
255
|
-
## 9.0.4-canary.0
|
|
256
|
-
|
|
257
105
|
## 9.0.0
|
|
258
106
|
|
|
259
107
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-product-configurable",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "10.0.
|
|
5
|
+
"version": "10.0.1-canary.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,23 +12,23 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/ecommerce-ui": "^10.0.
|
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^10.0.
|
|
17
|
-
"@graphcommerce/graphql": "^10.0.
|
|
18
|
-
"@graphcommerce/graphql-mesh": "^10.0.
|
|
19
|
-
"@graphcommerce/image": "^10.0.
|
|
20
|
-
"@graphcommerce/lingui-next": "10.0.
|
|
21
|
-
"@graphcommerce/magento-cart": "^10.0.
|
|
22
|
-
"@graphcommerce/magento-cart-items": "^10.0.
|
|
23
|
-
"@graphcommerce/magento-category": "^10.0.
|
|
24
|
-
"@graphcommerce/magento-customer": "^10.0.
|
|
25
|
-
"@graphcommerce/magento-product": "^10.0.
|
|
26
|
-
"@graphcommerce/magento-product-simple": "^10.0.
|
|
27
|
-
"@graphcommerce/magento-store": "^10.0.
|
|
28
|
-
"@graphcommerce/next-ui": "^10.0.
|
|
29
|
-
"@graphcommerce/prettier-config-pwa": "^10.0.
|
|
30
|
-
"@graphcommerce/react-hook-form": "^10.0.
|
|
31
|
-
"@graphcommerce/typescript-config-pwa": "^10.0.
|
|
15
|
+
"@graphcommerce/ecommerce-ui": "^10.0.1-canary.0",
|
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^10.0.1-canary.0",
|
|
17
|
+
"@graphcommerce/graphql": "^10.0.1-canary.0",
|
|
18
|
+
"@graphcommerce/graphql-mesh": "^10.0.1-canary.0",
|
|
19
|
+
"@graphcommerce/image": "^10.0.1-canary.0",
|
|
20
|
+
"@graphcommerce/lingui-next": "10.0.1-canary.0",
|
|
21
|
+
"@graphcommerce/magento-cart": "^10.0.1-canary.0",
|
|
22
|
+
"@graphcommerce/magento-cart-items": "^10.0.1-canary.0",
|
|
23
|
+
"@graphcommerce/magento-category": "^10.0.1-canary.0",
|
|
24
|
+
"@graphcommerce/magento-customer": "^10.0.1-canary.0",
|
|
25
|
+
"@graphcommerce/magento-product": "^10.0.1-canary.0",
|
|
26
|
+
"@graphcommerce/magento-product-simple": "^10.0.1-canary.0",
|
|
27
|
+
"@graphcommerce/magento-store": "^10.0.1-canary.0",
|
|
28
|
+
"@graphcommerce/next-ui": "^10.0.1-canary.0",
|
|
29
|
+
"@graphcommerce/prettier-config-pwa": "^10.0.1-canary.0",
|
|
30
|
+
"@graphcommerce/react-hook-form": "^10.0.1-canary.0",
|
|
31
|
+
"@graphcommerce/typescript-config-pwa": "^10.0.1-canary.0",
|
|
32
32
|
"@lingui/core": "^5",
|
|
33
33
|
"@lingui/macro": "^5",
|
|
34
34
|
"@lingui/react": "^5",
|