@graphcommerce/magento-graphql 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 +5 -153
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,38 +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
|
-
## 10.0.0-canary.69
|
|
10
|
-
|
|
11
|
-
## 10.0.0-canary.68
|
|
12
|
-
|
|
13
|
-
## 10.0.0-canary.67
|
|
14
|
-
|
|
15
|
-
## 10.0.0-canary.66
|
|
16
|
-
|
|
17
|
-
## 10.0.0-canary.65
|
|
18
|
-
|
|
19
|
-
## 10.0.0-canary.64
|
|
20
|
-
|
|
21
|
-
## 10.0.0-canary.63
|
|
22
|
-
|
|
23
|
-
## 10.0.0-canary.62
|
|
24
|
-
|
|
25
|
-
## 10.0.0-canary.61
|
|
26
|
-
|
|
27
|
-
## 10.0.0-canary.60
|
|
28
|
-
|
|
29
|
-
## 10.0.0-canary.59
|
|
30
|
-
|
|
31
|
-
## 10.0.0-canary.58
|
|
32
|
-
|
|
33
|
-
## 10.0.0-canary.57
|
|
34
|
-
|
|
35
|
-
## 10.0.0-canary.56
|
|
5
|
+
## 10.0.0
|
|
36
6
|
|
|
37
7
|
### Major Changes
|
|
38
8
|
|
|
@@ -112,19 +82,9 @@
|
|
|
112
82
|
- `@mui/*` modern alias rewrites
|
|
113
83
|
- Debug plugins (`CircularDependencyPlugin`, `DuplicatesPlugin`) ([@paales](https://github.com/paales))
|
|
114
84
|
|
|
115
|
-
## 9.1.0-canary.55
|
|
116
|
-
|
|
117
|
-
## 9.1.0-canary.54
|
|
118
|
-
|
|
119
|
-
## 9.1.0-canary.53
|
|
120
|
-
|
|
121
|
-
## 9.1.0-canary.52
|
|
122
|
-
|
|
123
|
-
## 9.1.0-canary.51
|
|
124
|
-
|
|
125
85
|
### Minor Changes
|
|
126
86
|
|
|
127
|
-
- [#2537](https://github.com/graphcommerce-org/graphcommerce/pull/2537) [`958dcb6`](https://github.com/graphcommerce-org/graphcommerce/commit/958dcb62d5abb3427a38e2a4583897f3e2043cc4) -
|
|
87
|
+
- [#2537](https://github.com/graphcommerce-org/graphcommerce/pull/2537) [`958dcb6`](https://github.com/graphcommerce-org/graphcommerce/commit/958dcb62d5abb3427a38e2a4583897f3e2043cc4) - Introduce a new Product-`uid` to solve an issue where cache normalization was not working properly on the frontend when viewing products with a differen curreny, etc.
|
|
128
88
|
|
|
129
89
|
Products now have a more detailed `uid` which will include the scope the product is retrieved from. For example: `NDg5MDM=?store=nl_NL¤cyCode=EUR`. This results in a better cache normalization in Apollo Client and allows for switching between scopes (store/currency/price views/accounts) without creating a broken cache state.
|
|
130
90
|
|
|
@@ -132,122 +92,14 @@
|
|
|
132
92
|
|
|
133
93
|
### Patch Changes
|
|
134
94
|
|
|
135
|
-
- [#
|
|
136
|
-
|
|
137
|
-
## 9.1.0-canary.50
|
|
138
|
-
|
|
139
|
-
## 9.1.0-canary.49
|
|
140
|
-
|
|
141
|
-
## 9.1.0-canary.48
|
|
142
|
-
|
|
143
|
-
## 9.1.0-canary.47
|
|
144
|
-
|
|
145
|
-
## 9.1.0-canary.46
|
|
146
|
-
|
|
147
|
-
## 9.1.0-canary.45
|
|
148
|
-
|
|
149
|
-
## 9.1.0-canary.44
|
|
150
|
-
|
|
151
|
-
## 9.1.0-canary.43
|
|
152
|
-
|
|
153
|
-
## 9.1.0-canary.42
|
|
154
|
-
|
|
155
|
-
## 9.1.0-canary.41
|
|
156
|
-
|
|
157
|
-
## 9.1.0-canary.40
|
|
158
|
-
|
|
159
|
-
## 9.1.0-canary.39
|
|
160
|
-
|
|
161
|
-
## 9.1.0-canary.38
|
|
162
|
-
|
|
163
|
-
## 9.1.0-canary.37
|
|
164
|
-
|
|
165
|
-
## 9.1.0-canary.36
|
|
166
|
-
|
|
167
|
-
## 9.1.0-canary.35
|
|
95
|
+
- [#2493](https://github.com/graphcommerce-org/graphcommerce/pull/2493) [`db56933`](https://github.com/graphcommerce-org/graphcommerce/commit/db569336dddd3e955ff0b5b00cafa25079f1adee) - Implemented order sorting for account overview and account list and implement custom resolver for Magento 2.4.5 (which is slow but works). ([@paales](https://github.com/paales))
|
|
168
96
|
|
|
169
|
-
|
|
97
|
+
- [#2537](https://github.com/graphcommerce-org/graphcommerce/pull/2537) [`3ebd5bb`](https://github.com/graphcommerce-org/graphcommerce/commit/3ebd5bbb9a63a9ee07c748173ed9f4a06ad9b04f) - Add flushMeasurePerf for product page ([@paales](https://github.com/paales))
|
|
170
98
|
|
|
171
99
|
- [#2528](https://github.com/graphcommerce-org/graphcommerce/pull/2528) [`529d7a8`](https://github.com/graphcommerce-org/graphcommerce/commit/529d7a88a4e010cb3e50c1358e2ac43e80e0bf38) - Solve issue where the ApolloClient cache wasn't scoped properly causing the wrong currency to be shown when switching currency. ([@paales](https://github.com/paales))
|
|
172
100
|
|
|
173
|
-
## 9.1.0-canary.34
|
|
174
|
-
|
|
175
|
-
## 9.1.0-canary.33
|
|
176
|
-
|
|
177
|
-
## 9.1.0-canary.32
|
|
178
|
-
|
|
179
|
-
## 9.1.0-canary.31
|
|
180
|
-
|
|
181
|
-
## 9.1.0-canary.30
|
|
182
|
-
|
|
183
|
-
## 9.1.0-canary.29
|
|
184
|
-
|
|
185
|
-
## 9.1.0-canary.28
|
|
186
|
-
|
|
187
|
-
## 9.1.0-canary.27
|
|
188
|
-
|
|
189
|
-
## 9.1.0-canary.26
|
|
190
|
-
|
|
191
|
-
## 9.1.0-canary.25
|
|
192
|
-
|
|
193
|
-
## 9.1.0-canary.24
|
|
194
|
-
|
|
195
|
-
## 9.1.0-canary.23
|
|
196
|
-
|
|
197
|
-
## 9.1.0-canary.22
|
|
198
|
-
|
|
199
|
-
## 9.1.0-canary.21
|
|
200
|
-
|
|
201
|
-
## 9.1.0-canary.20
|
|
202
|
-
|
|
203
|
-
## 9.1.0-canary.19
|
|
204
|
-
|
|
205
|
-
### Patch Changes
|
|
206
|
-
|
|
207
101
|
- [#2499](https://github.com/graphcommerce-org/graphcommerce/pull/2499) [`2794efe`](https://github.com/graphcommerce-org/graphcommerce/commit/2794efe3251934b9621371b94481eee11b4fb40c) - Magento <= 2.4.6: Solve issue where GraphCommerce's schema compatibility layer would define fields to be always return a value while they would never causing runtime errors which are hard to catch. ([@paales](https://github.com/paales))
|
|
208
102
|
|
|
209
|
-
## 9.1.0-canary.18
|
|
210
|
-
|
|
211
|
-
## 9.1.0-canary.17
|
|
212
|
-
|
|
213
|
-
## 9.1.0-canary.16
|
|
214
|
-
|
|
215
|
-
## 9.1.0-canary.15
|
|
216
|
-
|
|
217
|
-
### Patch Changes
|
|
218
|
-
|
|
219
|
-
- [#2493](https://github.com/graphcommerce-org/graphcommerce/pull/2493) [`db56933`](https://github.com/graphcommerce-org/graphcommerce/commit/db569336dddd3e955ff0b5b00cafa25079f1adee) - Implemented order sorting for account overview and account list and implement custom resolver for Magento 2.4.5 (which is slow but works). ([@paales](https://github.com/paales))
|
|
220
|
-
|
|
221
|
-
## 9.0.4-canary.14
|
|
222
|
-
|
|
223
|
-
## 9.0.4-canary.13
|
|
224
|
-
|
|
225
|
-
## 9.0.4-canary.12
|
|
226
|
-
|
|
227
|
-
## 9.0.4-canary.11
|
|
228
|
-
|
|
229
|
-
## 9.0.4-canary.10
|
|
230
|
-
|
|
231
|
-
## 9.0.4-canary.9
|
|
232
|
-
|
|
233
|
-
## 9.0.4-canary.8
|
|
234
|
-
|
|
235
|
-
## 9.0.4-canary.7
|
|
236
|
-
|
|
237
|
-
## 9.0.4-canary.6
|
|
238
|
-
|
|
239
|
-
## 9.0.4-canary.5
|
|
240
|
-
|
|
241
|
-
## 9.0.4-canary.4
|
|
242
|
-
|
|
243
|
-
## 9.0.4-canary.3
|
|
244
|
-
|
|
245
|
-
## 9.0.4-canary.2
|
|
246
|
-
|
|
247
|
-
## 9.0.4-canary.1
|
|
248
|
-
|
|
249
|
-
## 9.0.4-canary.0
|
|
250
|
-
|
|
251
103
|
## 9.0.3
|
|
252
104
|
|
|
253
105
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-graphql",
|
|
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
|
"main": "index.ts",
|
|
8
8
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
@@ -25,10 +25,10 @@
|
|
|
25
25
|
"./mesh/magentoOrderItemResolvers.ts": "./mesh/magentoOrderItemResolvers.ts"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@graphcommerce/eslint-config-pwa": "^10.0.
|
|
29
|
-
"@graphcommerce/graphql": "^10.0.
|
|
30
|
-
"@graphcommerce/prettier-config-pwa": "^10.0.
|
|
31
|
-
"@graphcommerce/typescript-config-pwa": "^10.0.
|
|
28
|
+
"@graphcommerce/eslint-config-pwa": "^10.0.1-canary.0",
|
|
29
|
+
"@graphcommerce/graphql": "^10.0.1-canary.0",
|
|
30
|
+
"@graphcommerce/prettier-config-pwa": "^10.0.1-canary.0",
|
|
31
|
+
"@graphcommerce/typescript-config-pwa": "^10.0.1-canary.0",
|
|
32
32
|
"graphql": "^16.0.0",
|
|
33
33
|
"next": "*",
|
|
34
34
|
"react": "^19.2.0",
|