@graphcommerce/magento-category 9.0.0-canary.99 → 9.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 +31 -964
- package/components/CategoryBreadcrumb/CategoryBreadcrumb.tsx +6 -3
- package/components/CategoryBreadcrumb/CategoryBreadcrumbs.tsx +3 -7
- package/components/CategoryBreadcrumb/categoryToBreadcrumbs.ts +3 -2
- package/components/CategoryChildren/CategoryChildren.tsx +8 -6
- package/components/CategoryDescription/CategoryDescription.tsx +4 -3
- package/components/CategoryHeroNav/CategoryHeroNav.tsx +6 -5
- package/components/CategoryHeroNav/CategoryHeroNavTitle.tsx +2 -2
- package/components/CategoryMeta/CategoryMeta.tsx +3 -3
- package/package.json +9 -9
- package/queries/getCategoryStaticPaths.ts +4 -6
- package/utils/appendSiblingsAsChildren.ts +3 -3
- package/utils/findParentBreadcrumbItem.ts +1 -1
- package/utils/magentoMenuToNavigation.tsx +4 -5
- package/utils/useCategoryTree.tsx +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,152 +1,64 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## 9.0.0
|
|
3
|
+
## 9.0.0
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
## 9.0.0-canary.97
|
|
8
|
-
|
|
9
|
-
## 9.0.0-canary.96
|
|
10
|
-
|
|
11
|
-
## 9.0.0-canary.95
|
|
12
|
-
|
|
13
|
-
## 9.0.0-canary.94
|
|
14
|
-
|
|
15
|
-
## 9.0.0-canary.93
|
|
5
|
+
### Minor Changes
|
|
16
6
|
|
|
17
|
-
|
|
7
|
+
- [#2273](https://github.com/graphcommerce-org/graphcommerce/pull/2273) [`77955c5`](https://github.com/graphcommerce-org/graphcommerce/commit/77955c56ac8633ab1c5e0f3ddb25e3a87236e2bb) - Improve `<Breadcrumbs/>` on Category and Product pages. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
18
8
|
|
|
19
|
-
|
|
9
|
+
- [#2273](https://github.com/graphcommerce-org/graphcommerce/pull/2273) [`aa56540`](https://github.com/graphcommerce-org/graphcommerce/commit/aa56540af91638c09e4c7a0a1648aaa6c5fa0afb) - If a category has no children, the sibling links will be shown on the category page. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
20
10
|
|
|
21
11
|
### Patch Changes
|
|
22
12
|
|
|
23
|
-
- [#
|
|
24
|
-
|
|
25
|
-
## 9.0.0-canary.90
|
|
26
|
-
|
|
27
|
-
## 9.0.0-canary.89
|
|
28
|
-
|
|
29
|
-
## 9.0.0-canary.88
|
|
30
|
-
|
|
31
|
-
## 9.0.0-canary.87
|
|
32
|
-
|
|
33
|
-
## 9.0.0-canary.86
|
|
34
|
-
|
|
35
|
-
## 9.0.0-canary.85
|
|
36
|
-
|
|
37
|
-
## 9.0.0-canary.84
|
|
38
|
-
|
|
39
|
-
## 9.0.0-canary.83
|
|
40
|
-
|
|
41
|
-
## 9.0.0-canary.82
|
|
42
|
-
|
|
43
|
-
## 9.0.0-canary.81
|
|
44
|
-
|
|
45
|
-
## 9.0.0-canary.80
|
|
46
|
-
|
|
47
|
-
## 9.0.0-canary.79
|
|
48
|
-
|
|
49
|
-
## 9.0.0-canary.78
|
|
50
|
-
|
|
51
|
-
## 9.0.0-canary.77
|
|
52
|
-
|
|
53
|
-
## 9.0.0-canary.76
|
|
54
|
-
|
|
55
|
-
## 9.0.0-canary.75
|
|
56
|
-
|
|
57
|
-
## 9.0.0-canary.74
|
|
58
|
-
|
|
59
|
-
## 9.0.0-canary.73
|
|
60
|
-
|
|
61
|
-
## 9.0.0-canary.72
|
|
62
|
-
|
|
63
|
-
## 9.0.0-canary.71
|
|
64
|
-
|
|
65
|
-
## 9.0.0-canary.70
|
|
66
|
-
|
|
67
|
-
## 9.0.0-canary.69
|
|
68
|
-
|
|
69
|
-
## 9.0.0-canary.68
|
|
13
|
+
- [#2267](https://github.com/graphcommerce-org/graphcommerce/pull/2267) [`9d5fd11`](https://github.com/graphcommerce-org/graphcommerce/commit/9d5fd11c7130612e80523608ab442976f3f5ddc5) - Made the `CategoryHeroNav` fragment injectable and added an image to the children. ([@carlocarels90](https://github.com/carlocarels90))
|
|
70
14
|
|
|
71
|
-
|
|
15
|
+
- [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
72
16
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
## 9.0.0-canary.65
|
|
76
|
-
|
|
77
|
-
## 9.0.0-canary.64
|
|
78
|
-
|
|
79
|
-
## 9.0.0-canary.63
|
|
80
|
-
|
|
81
|
-
## 9.0.0-canary.62
|
|
82
|
-
|
|
83
|
-
## 9.0.0-canary.61
|
|
84
|
-
|
|
85
|
-
## 9.0.0-canary.60
|
|
86
|
-
|
|
87
|
-
## 9.0.0-canary.59
|
|
88
|
-
|
|
89
|
-
## 9.0.0-canary.58
|
|
90
|
-
|
|
91
|
-
## 9.0.0-canary.57
|
|
92
|
-
|
|
93
|
-
## 9.0.0-canary.56
|
|
94
|
-
|
|
95
|
-
## 9.0.0-canary.55
|
|
96
|
-
|
|
97
|
-
## 9.0.0-canary.54
|
|
98
|
-
|
|
99
|
-
## 8.1.0-canary.53
|
|
100
|
-
|
|
101
|
-
## 8.1.0-canary.52
|
|
102
|
-
|
|
103
|
-
## 8.1.0-canary.51
|
|
104
|
-
|
|
105
|
-
## 8.1.0-canary.50
|
|
17
|
+
- [#2367](https://github.com/graphcommerce-org/graphcommerce/pull/2367) [`71d412d`](https://github.com/graphcommerce-org/graphcommerce/commit/71d412d202bc94a0e676745547de5d809a7a850b) - When a user access a category page which is beyond the available total_pages, the user will be redirected to the last available page. ([@paales](https://github.com/paales))
|
|
106
18
|
|
|
107
|
-
|
|
19
|
+
- [#2227](https://github.com/graphcommerce-org/graphcommerce/pull/2227) [`d597719`](https://github.com/graphcommerce-org/graphcommerce/commit/d597719baaabbe079660ac063fd021d871831511) - Added option to change sort order (ASC / DESC) for sort options (Name, price, position etc) on catalog and search pages. ([@FrankHarland](https://github.com/FrankHarland))
|
|
108
20
|
|
|
109
|
-
##
|
|
21
|
+
## 9.0.0-canary.118
|
|
110
22
|
|
|
111
|
-
##
|
|
23
|
+
## 9.0.0-canary.117
|
|
112
24
|
|
|
113
|
-
##
|
|
25
|
+
## 9.0.0-canary.116
|
|
114
26
|
|
|
115
|
-
##
|
|
27
|
+
## 9.0.0-canary.115
|
|
116
28
|
|
|
117
|
-
##
|
|
29
|
+
## 9.0.0-canary.114
|
|
118
30
|
|
|
119
|
-
##
|
|
31
|
+
## 9.0.0-canary.113
|
|
120
32
|
|
|
121
|
-
##
|
|
33
|
+
## 9.0.0-canary.112
|
|
122
34
|
|
|
123
|
-
##
|
|
35
|
+
## 9.0.0-canary.111
|
|
124
36
|
|
|
125
|
-
##
|
|
37
|
+
## 9.0.0-canary.110
|
|
126
38
|
|
|
127
|
-
##
|
|
39
|
+
## 9.0.0-canary.109
|
|
128
40
|
|
|
129
|
-
##
|
|
41
|
+
## 9.0.0-canary.108
|
|
130
42
|
|
|
131
|
-
|
|
43
|
+
### Patch Changes
|
|
132
44
|
|
|
133
|
-
|
|
45
|
+
- [#2438](https://github.com/graphcommerce-org/graphcommerce/pull/2438) [`cb8d2f0`](https://github.com/graphcommerce-org/graphcommerce/commit/cb8d2f0059d64242260e30ce34655868f204ef4c) - Made all component prop types exported ([@bramvanderholst](https://github.com/bramvanderholst))
|
|
134
46
|
|
|
135
|
-
##
|
|
47
|
+
## 9.0.0-canary.107
|
|
136
48
|
|
|
137
|
-
##
|
|
49
|
+
## 9.0.0-canary.106
|
|
138
50
|
|
|
139
|
-
##
|
|
51
|
+
## 9.0.0-canary.105
|
|
140
52
|
|
|
141
|
-
##
|
|
53
|
+
## 9.0.0-canary.104
|
|
142
54
|
|
|
143
|
-
##
|
|
55
|
+
## 9.0.0-canary.103
|
|
144
56
|
|
|
145
|
-
##
|
|
57
|
+
## 9.0.0-canary.91
|
|
146
58
|
|
|
147
|
-
|
|
59
|
+
### Patch Changes
|
|
148
60
|
|
|
149
|
-
|
|
61
|
+
- [#2367](https://github.com/graphcommerce-org/graphcommerce/pull/2367) [`71d412d`](https://github.com/graphcommerce-org/graphcommerce/commit/71d412d202bc94a0e676745547de5d809a7a850b) - When a user access a category page which is beyond the available total_pages, the user will be redirected to the last available page. ([@paales](https://github.com/paales))
|
|
150
62
|
|
|
151
63
|
## 8.1.0-canary.27
|
|
152
64
|
|
|
@@ -156,360 +68,24 @@
|
|
|
156
68
|
|
|
157
69
|
- [#2273](https://github.com/graphcommerce-org/graphcommerce/pull/2273) [`aa56540`](https://github.com/graphcommerce-org/graphcommerce/commit/aa56540af91638c09e4c7a0a1648aaa6c5fa0afb) - If a category has no children, the sibling links will be shown on the category page. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
158
70
|
|
|
159
|
-
## 8.1.0-canary.26
|
|
160
|
-
|
|
161
|
-
## 8.1.0-canary.25
|
|
162
|
-
|
|
163
|
-
## 8.1.0-canary.24
|
|
164
|
-
|
|
165
|
-
## 8.1.0-canary.23
|
|
166
|
-
|
|
167
|
-
## 8.1.0-canary.22
|
|
168
|
-
|
|
169
|
-
## 8.1.0-canary.21
|
|
170
|
-
|
|
171
|
-
## 8.1.0-canary.20
|
|
172
|
-
|
|
173
|
-
## 8.1.0-canary.19
|
|
174
|
-
|
|
175
|
-
## 8.1.0-canary.18
|
|
176
|
-
|
|
177
|
-
## 8.1.0-canary.17
|
|
178
|
-
|
|
179
|
-
## 8.1.0-canary.16
|
|
180
|
-
|
|
181
71
|
## 8.1.0-canary.15
|
|
182
72
|
|
|
183
73
|
### Patch Changes
|
|
184
74
|
|
|
185
75
|
- [#2267](https://github.com/graphcommerce-org/graphcommerce/pull/2267) [`9d5fd11`](https://github.com/graphcommerce-org/graphcommerce/commit/9d5fd11c7130612e80523608ab442976f3f5ddc5) - make the CategoryHeroNav fragment injectable and add image to the childeren ([@carlocarels90](https://github.com/carlocarels90))
|
|
186
76
|
|
|
187
|
-
## 8.1.0-canary.14
|
|
188
|
-
|
|
189
|
-
## 8.1.0-canary.13
|
|
190
|
-
|
|
191
|
-
## 8.1.0-canary.12
|
|
192
|
-
|
|
193
|
-
## 8.1.0-canary.11
|
|
194
|
-
|
|
195
|
-
## 8.1.0-canary.10
|
|
196
|
-
|
|
197
|
-
## 8.1.0-canary.9
|
|
198
|
-
|
|
199
|
-
## 8.1.0-canary.8
|
|
200
|
-
|
|
201
|
-
## 8.1.0-canary.7
|
|
202
|
-
|
|
203
|
-
## 8.1.0-canary.6
|
|
204
|
-
|
|
205
|
-
## 8.1.0-canary.5
|
|
206
|
-
|
|
207
77
|
## 8.0.6-canary.4
|
|
208
78
|
|
|
209
79
|
### Patch Changes
|
|
210
80
|
|
|
211
81
|
- [#2227](https://github.com/graphcommerce-org/graphcommerce/pull/2227) [`d597719`](https://github.com/graphcommerce-org/graphcommerce/commit/d597719baaabbe079660ac063fd021d871831511) - Added option to change sort order (ASC / DESC) for sort options (Name, price, position etc) on catalog and search pages. ([@FrankHarland](https://github.com/FrankHarland))
|
|
212
82
|
|
|
213
|
-
## 8.0.6-canary.3
|
|
214
|
-
|
|
215
|
-
## 8.0.6-canary.2
|
|
216
|
-
|
|
217
|
-
## 8.0.6-canary.1
|
|
218
|
-
|
|
219
|
-
## 8.0.6-canary.0
|
|
220
|
-
|
|
221
|
-
## 8.0.5
|
|
222
|
-
|
|
223
|
-
## 8.0.5-canary.10
|
|
224
|
-
|
|
225
|
-
## 8.0.5-canary.9
|
|
226
|
-
|
|
227
|
-
## 8.0.5-canary.8
|
|
228
|
-
|
|
229
|
-
## 8.0.5-canary.7
|
|
230
|
-
|
|
231
|
-
## 8.0.5-canary.6
|
|
232
|
-
|
|
233
|
-
## 8.0.5-canary.5
|
|
234
|
-
|
|
235
|
-
## 8.0.5-canary.4
|
|
236
|
-
|
|
237
|
-
## 8.0.5-canary.3
|
|
238
|
-
|
|
239
|
-
## 8.0.5-canary.2
|
|
240
|
-
|
|
241
|
-
## 8.0.5-canary.1
|
|
242
|
-
|
|
243
|
-
## 8.0.5-canary.0
|
|
244
|
-
|
|
245
|
-
## 8.0.4
|
|
246
|
-
|
|
247
|
-
## 8.0.4-canary.1
|
|
248
|
-
|
|
249
|
-
## 8.0.4-canary.0
|
|
250
|
-
|
|
251
|
-
## 8.0.3
|
|
252
|
-
|
|
253
|
-
## 8.0.3-canary.6
|
|
254
|
-
|
|
255
|
-
## 8.0.3-canary.5
|
|
256
|
-
|
|
257
|
-
## 8.0.3-canary.4
|
|
258
|
-
|
|
259
|
-
## 8.0.3-canary.3
|
|
260
|
-
|
|
261
|
-
## 8.0.3-canary.2
|
|
262
|
-
|
|
263
|
-
## 8.0.3-canary.1
|
|
264
|
-
|
|
265
|
-
## 8.0.3-canary.0
|
|
266
|
-
|
|
267
|
-
## 8.0.2
|
|
268
|
-
|
|
269
|
-
## 8.0.2-canary.3
|
|
270
|
-
|
|
271
|
-
## 8.0.2-canary.2
|
|
272
|
-
|
|
273
|
-
## 8.0.2-canary.1
|
|
274
|
-
|
|
275
|
-
## 8.0.2-canary.0
|
|
276
|
-
|
|
277
|
-
## 8.0.1
|
|
278
|
-
|
|
279
|
-
## 8.0.1-canary.4
|
|
280
|
-
|
|
281
|
-
## 8.0.1-canary.3
|
|
282
|
-
|
|
283
|
-
## 8.0.1-canary.2
|
|
284
|
-
|
|
285
|
-
## 8.0.1-canary.1
|
|
286
|
-
|
|
287
|
-
## 8.0.1-canary.0
|
|
288
|
-
|
|
289
83
|
## 8.0.0
|
|
290
84
|
|
|
291
85
|
### Patch Changes
|
|
292
86
|
|
|
293
87
|
- [#2145](https://github.com/graphcommerce-org/graphcommerce/pull/2145) [`4fc2fda`](https://github.com/graphcommerce-org/graphcommerce/commit/4fc2fda92519159631cfe9a8eafcef58197f9986) - Solved an issue where the currently paginated page would be included in URL for the subcategory, resulting in a 404 error for some pages. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
294
88
|
|
|
295
|
-
## 8.0.0-canary.100
|
|
296
|
-
|
|
297
|
-
## 8.0.0-canary.99
|
|
298
|
-
|
|
299
|
-
## 8.0.0-canary.98
|
|
300
|
-
|
|
301
|
-
## 8.0.0-canary.97
|
|
302
|
-
|
|
303
|
-
## 8.0.0-canary.96
|
|
304
|
-
|
|
305
|
-
## 8.0.0-canary.95
|
|
306
|
-
|
|
307
|
-
## 8.0.0-canary.94
|
|
308
|
-
|
|
309
|
-
## 8.0.0-canary.93
|
|
310
|
-
|
|
311
|
-
## 8.0.0-canary.92
|
|
312
|
-
|
|
313
|
-
## 8.0.0-canary.91
|
|
314
|
-
|
|
315
|
-
## 8.0.0-canary.90
|
|
316
|
-
|
|
317
|
-
## 8.0.0-canary.89
|
|
318
|
-
|
|
319
|
-
## 8.0.0-canary.88
|
|
320
|
-
|
|
321
|
-
## 8.0.0-canary.87
|
|
322
|
-
|
|
323
|
-
## 8.0.0-canary.86
|
|
324
|
-
|
|
325
|
-
## 8.0.0-canary.85
|
|
326
|
-
|
|
327
|
-
## 8.0.0-canary.84
|
|
328
|
-
|
|
329
|
-
## 8.0.0-canary.83
|
|
330
|
-
|
|
331
|
-
## 8.0.0-canary.82
|
|
332
|
-
|
|
333
|
-
## 8.0.0-canary.81
|
|
334
|
-
|
|
335
|
-
## 8.0.0-canary.80
|
|
336
|
-
|
|
337
|
-
## 8.0.0-canary.79
|
|
338
|
-
|
|
339
|
-
## 8.0.0-canary.78
|
|
340
|
-
|
|
341
|
-
## 8.0.0-canary.77
|
|
342
|
-
|
|
343
|
-
## 8.0.0-canary.76
|
|
344
|
-
|
|
345
|
-
## 8.0.0-canary.75
|
|
346
|
-
|
|
347
|
-
## 8.0.0-canary.74
|
|
348
|
-
|
|
349
|
-
## 8.0.0-canary.73
|
|
350
|
-
|
|
351
|
-
## 8.0.0-canary.72
|
|
352
|
-
|
|
353
|
-
## 8.0.0-canary.71
|
|
354
|
-
|
|
355
|
-
## 8.0.0-canary.70
|
|
356
|
-
|
|
357
|
-
## 8.0.0-canary.69
|
|
358
|
-
|
|
359
|
-
## 7.1.0-canary.68
|
|
360
|
-
|
|
361
|
-
## 7.1.0-canary.67
|
|
362
|
-
|
|
363
|
-
## 7.1.0-canary.66
|
|
364
|
-
|
|
365
|
-
## 7.1.0-canary.65
|
|
366
|
-
|
|
367
|
-
### Patch Changes
|
|
368
|
-
|
|
369
|
-
- [#2145](https://github.com/graphcommerce-org/graphcommerce/pull/2145) [`4fc2fda92`](https://github.com/graphcommerce-org/graphcommerce/commit/4fc2fda92519159631cfe9a8eafcef58197f9986) - Fixed a bug where pagination would be added when navigating to a subcategory from a paginated page ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
370
|
-
|
|
371
|
-
## 7.1.0-canary.64
|
|
372
|
-
|
|
373
|
-
## 7.1.0-canary.63
|
|
374
|
-
|
|
375
|
-
## 7.1.0-canary.62
|
|
376
|
-
|
|
377
|
-
## 7.1.0-canary.61
|
|
378
|
-
|
|
379
|
-
## 7.1.0-canary.60
|
|
380
|
-
|
|
381
|
-
## 7.1.0-canary.59
|
|
382
|
-
|
|
383
|
-
## 7.1.0-canary.58
|
|
384
|
-
|
|
385
|
-
## 7.1.0-canary.57
|
|
386
|
-
|
|
387
|
-
## 7.1.0-canary.56
|
|
388
|
-
|
|
389
|
-
## 7.1.0-canary.55
|
|
390
|
-
|
|
391
|
-
## 7.1.0-canary.54
|
|
392
|
-
|
|
393
|
-
## 7.1.0-canary.53
|
|
394
|
-
|
|
395
|
-
## 7.1.0-canary.52
|
|
396
|
-
|
|
397
|
-
## 7.1.0-canary.51
|
|
398
|
-
|
|
399
|
-
## 7.1.0-canary.50
|
|
400
|
-
|
|
401
|
-
## 7.1.0-canary.49
|
|
402
|
-
|
|
403
|
-
## 7.1.0-canary.48
|
|
404
|
-
|
|
405
|
-
## 7.1.0-canary.47
|
|
406
|
-
|
|
407
|
-
## 7.1.0-canary.46
|
|
408
|
-
|
|
409
|
-
## 7.1.0-canary.45
|
|
410
|
-
|
|
411
|
-
## 7.1.0-canary.38
|
|
412
|
-
|
|
413
|
-
## 7.1.0-canary.37
|
|
414
|
-
|
|
415
|
-
## 7.1.0-canary.36
|
|
416
|
-
|
|
417
|
-
## 7.1.0-canary.35
|
|
418
|
-
|
|
419
|
-
## 7.1.0-canary.34
|
|
420
|
-
|
|
421
|
-
## 7.1.0-canary.33
|
|
422
|
-
|
|
423
|
-
## 7.1.0-canary.32
|
|
424
|
-
|
|
425
|
-
## 7.1.0-canary.31
|
|
426
|
-
|
|
427
|
-
## 7.1.0-canary.30
|
|
428
|
-
|
|
429
|
-
## 7.1.0-canary.29
|
|
430
|
-
|
|
431
|
-
## 7.1.0-canary.28
|
|
432
|
-
|
|
433
|
-
## 7.1.0-canary.27
|
|
434
|
-
|
|
435
|
-
## 7.1.0-canary.26
|
|
436
|
-
|
|
437
|
-
## 7.1.0-canary.25
|
|
438
|
-
|
|
439
|
-
## 7.1.0-canary.24
|
|
440
|
-
|
|
441
|
-
## 7.1.0-canary.23
|
|
442
|
-
|
|
443
|
-
## 7.1.0-canary.22
|
|
444
|
-
|
|
445
|
-
## 7.1.0-canary.21
|
|
446
|
-
|
|
447
|
-
## 7.1.0-canary.20
|
|
448
|
-
|
|
449
|
-
## 7.1.0-canary.19
|
|
450
|
-
|
|
451
|
-
## 7.1.0-canary.18
|
|
452
|
-
|
|
453
|
-
## 7.1.0-canary.17
|
|
454
|
-
|
|
455
|
-
## 7.1.0-canary.16
|
|
456
|
-
|
|
457
|
-
## 7.1.0-canary.15
|
|
458
|
-
|
|
459
|
-
## 7.1.0-canary.14
|
|
460
|
-
|
|
461
|
-
## 7.1.0-canary.13
|
|
462
|
-
|
|
463
|
-
## 7.1.0-canary.12
|
|
464
|
-
|
|
465
|
-
## 7.1.0-canary.11
|
|
466
|
-
|
|
467
|
-
## 7.1.0-canary.10
|
|
468
|
-
|
|
469
|
-
## 7.1.0-canary.9
|
|
470
|
-
|
|
471
|
-
## 7.1.0-canary.8
|
|
472
|
-
|
|
473
|
-
## 7.0.2-canary.7
|
|
474
|
-
|
|
475
|
-
## 7.0.2-canary.6
|
|
476
|
-
|
|
477
|
-
## 7.0.2-canary.5
|
|
478
|
-
|
|
479
|
-
## 7.0.1
|
|
480
|
-
|
|
481
|
-
## 7.0.1-canary.15
|
|
482
|
-
|
|
483
|
-
## 7.0.1-canary.14
|
|
484
|
-
|
|
485
|
-
## 7.0.1-canary.13
|
|
486
|
-
|
|
487
|
-
## 7.0.1-canary.12
|
|
488
|
-
|
|
489
|
-
## 7.0.1-canary.11
|
|
490
|
-
|
|
491
|
-
## 7.0.1-canary.10
|
|
492
|
-
|
|
493
|
-
## 7.0.1-canary.9
|
|
494
|
-
|
|
495
|
-
## 7.0.1-canary.8
|
|
496
|
-
|
|
497
|
-
## 7.0.1-canary.7
|
|
498
|
-
|
|
499
|
-
## 7.0.1-canary.6
|
|
500
|
-
|
|
501
|
-
## 7.0.1-canary.5
|
|
502
|
-
|
|
503
|
-
## 7.0.1-canary.4
|
|
504
|
-
|
|
505
|
-
## 7.0.1-canary.3
|
|
506
|
-
|
|
507
|
-
## 7.0.1-canary.2
|
|
508
|
-
|
|
509
|
-
## 7.0.1-canary.1
|
|
510
|
-
|
|
511
|
-
## 7.0.1-canary.0
|
|
512
|
-
|
|
513
89
|
## 7.0.0
|
|
514
90
|
|
|
515
91
|
### Major Changes
|
|
@@ -532,432 +108,12 @@
|
|
|
532
108
|
|
|
533
109
|
- [#2017](https://github.com/graphcommerce-org/graphcommerce/pull/2017) [`f5c2bcc57`](https://github.com/graphcommerce-org/graphcommerce/commit/f5c2bcc57120a94d1af71c6002d2e370c1c39f14) - Changed canonical link of paginated pages. So this matches the canonical structure of non paginated pages. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
534
110
|
|
|
535
|
-
## 6.2.0-canary.98
|
|
536
|
-
|
|
537
|
-
## 6.2.0-canary.97
|
|
538
|
-
|
|
539
|
-
## 6.2.0-canary.96
|
|
540
|
-
|
|
541
|
-
## 6.2.0-canary.95
|
|
542
|
-
|
|
543
|
-
## 6.2.0-canary.94
|
|
544
|
-
|
|
545
|
-
## 6.2.0-canary.93
|
|
546
|
-
|
|
547
|
-
## 6.2.0-canary.92
|
|
548
|
-
|
|
549
|
-
## 6.2.0-canary.91
|
|
550
|
-
|
|
551
|
-
## 6.2.0-canary.90
|
|
552
|
-
|
|
553
|
-
## 6.2.0-canary.89
|
|
554
|
-
|
|
555
|
-
## 6.2.0-canary.88
|
|
556
|
-
|
|
557
|
-
## 6.2.0-canary.87
|
|
558
|
-
|
|
559
|
-
## 6.2.0-canary.86
|
|
560
|
-
|
|
561
|
-
## 6.2.0-canary.85
|
|
562
|
-
|
|
563
|
-
## 6.2.0-canary.84
|
|
564
|
-
|
|
565
|
-
## 6.2.0-canary.83
|
|
566
|
-
|
|
567
|
-
## 6.2.0-canary.82
|
|
568
|
-
|
|
569
|
-
## 6.2.0-canary.81
|
|
570
|
-
|
|
571
|
-
## 6.2.0-canary.80
|
|
572
|
-
|
|
573
|
-
### Patch Changes
|
|
574
|
-
|
|
575
|
-
- [#2001](https://github.com/graphcommerce-org/graphcommerce/pull/2001) [`9cc5f8495`](https://github.com/graphcommerce-org/graphcommerce/commit/9cc5f8495d0970d457ac15eda4bb4e7cd3f8120a) - Migrate to productListLink, away from the ProductListLink component ([@paales](https://github.com/paales))
|
|
576
|
-
|
|
577
|
-
## 6.2.0-canary.79
|
|
578
|
-
|
|
579
|
-
## 6.2.0-canary.78
|
|
580
|
-
|
|
581
|
-
## 6.2.0-canary.77
|
|
582
|
-
|
|
583
|
-
### Patch Changes
|
|
584
|
-
|
|
585
|
-
- [#2017](https://github.com/graphcommerce-org/graphcommerce/pull/2017) [`f5c2bcc57`](https://github.com/graphcommerce-org/graphcommerce/commit/f5c2bcc57120a94d1af71c6002d2e370c1c39f14) - Changed canonical link of paginated pages. So this matches the canonical structure of non paginated pages. ([@Jessevdpoel](https://github.com/Jessevdpoel))
|
|
586
|
-
|
|
587
|
-
## 6.2.0-canary.76
|
|
588
|
-
|
|
589
|
-
## 6.2.0-canary.75
|
|
590
|
-
|
|
591
|
-
## 6.2.0-canary.74
|
|
592
|
-
|
|
593
|
-
## 6.2.0-canary.73
|
|
594
|
-
|
|
595
|
-
## 6.2.0-canary.72
|
|
596
|
-
|
|
597
|
-
## 6.2.0-canary.71
|
|
598
|
-
|
|
599
|
-
## 6.2.0-canary.70
|
|
600
|
-
|
|
601
|
-
## 6.2.0-canary.69
|
|
602
|
-
|
|
603
|
-
## 6.2.0-canary.68
|
|
604
|
-
|
|
605
|
-
## 6.2.0-canary.67
|
|
606
|
-
|
|
607
|
-
## 6.2.0-canary.66
|
|
608
|
-
|
|
609
|
-
## 6.2.0-canary.65
|
|
610
|
-
|
|
611
|
-
## 6.2.0-canary.64
|
|
612
|
-
|
|
613
|
-
## 6.2.0-canary.63
|
|
614
|
-
|
|
615
|
-
## 6.2.0-canary.62
|
|
616
|
-
|
|
617
|
-
## 6.2.0-canary.61
|
|
618
|
-
|
|
619
|
-
## 6.2.0-canary.60
|
|
620
|
-
|
|
621
|
-
## 6.2.0-canary.59
|
|
622
|
-
|
|
623
|
-
### Minor Changes
|
|
624
|
-
|
|
625
|
-
- [#1977](https://github.com/graphcommerce-org/graphcommerce/pull/1977) [`61ff9b6e1`](https://github.com/graphcommerce-org/graphcommerce/commit/61ff9b6e1ff2aef1f497957f637391d5f01004c8) - Replace recursive GetCategoryStaticPaths query with fragment so the query can be injected ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
626
|
-
|
|
627
|
-
## 6.2.0-canary.58
|
|
628
|
-
|
|
629
|
-
## 6.2.0-canary.57
|
|
630
|
-
|
|
631
|
-
## 6.2.0-canary.56
|
|
632
|
-
|
|
633
|
-
## 6.2.0-canary.55
|
|
634
|
-
|
|
635
|
-
## 6.2.0-canary.54
|
|
636
|
-
|
|
637
|
-
## 6.2.0-canary.53
|
|
638
|
-
|
|
639
|
-
## 6.2.0-canary.52
|
|
640
|
-
|
|
641
|
-
## 6.2.0-canary.51
|
|
642
|
-
|
|
643
|
-
## 6.2.0-canary.50
|
|
644
|
-
|
|
645
|
-
### Minor Changes
|
|
646
|
-
|
|
647
|
-
- [`e55d8c390`](https://github.com/graphcommerce-org/graphcommerce/commit/e55d8c390d90b4bb7bab11c6a99027ac72bd7e3e) - Created a new sidebar layout system, can be configured with productFiltersLayout in the graphcommerce.config.js ([@paales](https://github.com/paales))
|
|
648
|
-
|
|
649
|
-
## 6.2.0-canary.49
|
|
650
|
-
|
|
651
|
-
### Patch Changes
|
|
652
|
-
|
|
653
|
-
- [#1959](https://github.com/graphcommerce-org/graphcommerce/pull/1959) [`aacada269`](https://github.com/graphcommerce-org/graphcommerce/commit/aacada2691d345d2c819eda8668a30cb8d4e85b6) - Change the maxwidth of a category description to be a pixel based values instead of a percentage of the viewport width ([@JoshuaS98](https://github.com/JoshuaS98))
|
|
654
|
-
|
|
655
|
-
## 6.2.0-canary.48
|
|
656
|
-
|
|
657
|
-
### Minor Changes
|
|
658
|
-
|
|
659
|
-
- [#1961](https://github.com/graphcommerce-org/graphcommerce/pull/1961) [`4a759c662`](https://github.com/graphcommerce-org/graphcommerce/commit/4a759c66215eaa69edc342b898e05e8f92c3ba9a) - Add Open Graph meta tags to all pages ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
|
660
|
-
|
|
661
|
-
## 6.2.0-canary.47
|
|
662
|
-
|
|
663
|
-
## 6.2.0-canary.46
|
|
664
|
-
|
|
665
|
-
## 6.2.0-canary.45
|
|
666
|
-
|
|
667
|
-
## 6.2.0-canary.44
|
|
668
|
-
|
|
669
|
-
## 6.2.0-canary.43
|
|
670
|
-
|
|
671
|
-
## 6.2.0-canary.42
|
|
672
|
-
|
|
673
|
-
## 6.2.0-canary.41
|
|
674
|
-
|
|
675
|
-
## 6.2.0-canary.40
|
|
676
|
-
|
|
677
|
-
## 6.2.0-canary.39
|
|
678
|
-
|
|
679
|
-
## 6.2.0-canary.38
|
|
680
|
-
|
|
681
|
-
## 6.2.0-canary.37
|
|
682
|
-
|
|
683
|
-
## 6.2.0-canary.36
|
|
684
|
-
|
|
685
|
-
## 6.2.0-canary.35
|
|
686
|
-
|
|
687
|
-
## 6.2.0-canary.34
|
|
688
|
-
|
|
689
|
-
## 6.2.0-canary.33
|
|
690
|
-
|
|
691
|
-
## 6.2.0-canary.32
|
|
692
|
-
|
|
693
|
-
## 6.2.0-canary.31
|
|
694
|
-
|
|
695
|
-
## 6.2.0-canary.30
|
|
696
|
-
|
|
697
|
-
## 6.2.0-canary.29
|
|
698
|
-
|
|
699
|
-
## 6.2.0-canary.28
|
|
700
|
-
|
|
701
|
-
## 6.2.0-canary.27
|
|
702
|
-
|
|
703
|
-
## 6.2.0-canary.26
|
|
704
|
-
|
|
705
|
-
## 6.2.0-canary.25
|
|
706
|
-
|
|
707
|
-
## 6.2.0-canary.24
|
|
708
|
-
|
|
709
|
-
## 6.2.0-canary.23
|
|
710
|
-
|
|
711
|
-
## 6.2.0-canary.22
|
|
712
|
-
|
|
713
|
-
## 6.2.0-canary.21
|
|
714
|
-
|
|
715
|
-
## 6.2.0-canary.20
|
|
716
|
-
|
|
717
|
-
## 6.2.0-canary.19
|
|
718
|
-
|
|
719
|
-
## 6.2.0-canary.18
|
|
720
|
-
|
|
721
|
-
## 6.2.0-canary.17
|
|
722
|
-
|
|
723
|
-
## 6.2.0-canary.16
|
|
724
|
-
|
|
725
|
-
## 6.2.0-canary.15
|
|
726
|
-
|
|
727
|
-
## 6.2.0-canary.14
|
|
728
|
-
|
|
729
|
-
## 6.2.0-canary.13
|
|
730
|
-
|
|
731
|
-
## 6.2.0-canary.12
|
|
732
|
-
|
|
733
|
-
## 6.2.0-canary.11
|
|
734
|
-
|
|
735
|
-
## 6.2.0-canary.10
|
|
736
|
-
|
|
737
|
-
## 6.2.0-canary.9
|
|
738
|
-
|
|
739
|
-
## 6.2.0-canary.8
|
|
740
|
-
|
|
741
|
-
## 6.2.0-canary.7
|
|
742
|
-
|
|
743
|
-
## 6.2.0-canary.6
|
|
744
|
-
|
|
745
|
-
## 6.1.1-canary.5
|
|
746
|
-
|
|
747
|
-
## 6.1.1-canary.4
|
|
748
|
-
|
|
749
|
-
### Patch Changes
|
|
750
|
-
|
|
751
|
-
- [#1914](https://github.com/graphcommerce-org/graphcommerce/pull/1914) [`c237f2f2c`](https://github.com/graphcommerce-org/graphcommerce/commit/c237f2f2c87d9e3c8aefc536a13b5b9203556f27) - Category pages now have the ability to select the displayed pageSize of a page and a non-default pageSize and a non-default sort option will now receive noindex meta tags when viewed. ([@paales](https://github.com/paales))
|
|
752
|
-
|
|
753
|
-
## 6.1.1-canary.3
|
|
754
|
-
|
|
755
|
-
## 6.1.1-canary.2
|
|
756
|
-
|
|
757
|
-
## 6.1.1-canary.1
|
|
758
|
-
|
|
759
|
-
## 6.1.1-canary.0
|
|
760
|
-
|
|
761
|
-
## 6.1.0
|
|
762
|
-
|
|
763
|
-
## 6.0.2-canary.22
|
|
764
|
-
|
|
765
|
-
## 6.0.2-canary.21
|
|
766
|
-
|
|
767
|
-
## 6.0.2-canary.20
|
|
768
|
-
|
|
769
|
-
## 6.0.2-canary.19
|
|
770
|
-
|
|
771
|
-
## 6.0.2-canary.18
|
|
772
|
-
|
|
773
|
-
## 6.0.2-canary.17
|
|
774
|
-
|
|
775
|
-
## 6.0.2-canary.16
|
|
776
|
-
|
|
777
|
-
## 6.0.2-canary.15
|
|
778
|
-
|
|
779
|
-
## 6.0.2-canary.14
|
|
780
|
-
|
|
781
|
-
## 6.0.2-canary.13
|
|
782
|
-
|
|
783
|
-
## 6.0.2-canary.12
|
|
784
|
-
|
|
785
|
-
## 6.0.2-canary.11
|
|
786
|
-
|
|
787
|
-
## 6.0.2-canary.10
|
|
788
|
-
|
|
789
|
-
## 6.0.2-canary.9
|
|
790
|
-
|
|
791
|
-
## 6.0.2-canary.8
|
|
792
|
-
|
|
793
|
-
## 6.0.2-canary.7
|
|
794
|
-
|
|
795
|
-
## 6.0.2-canary.6
|
|
796
|
-
|
|
797
|
-
## 6.0.2-canary.5
|
|
798
|
-
|
|
799
|
-
## 6.0.2-canary.4
|
|
800
|
-
|
|
801
|
-
## 6.0.2-canary.3
|
|
802
|
-
|
|
803
|
-
## 6.0.2-canary.2
|
|
804
|
-
|
|
805
|
-
## 6.0.2-canary.1
|
|
806
|
-
|
|
807
|
-
## 6.0.2-canary.0
|
|
808
|
-
|
|
809
|
-
## 6.0.1
|
|
810
|
-
|
|
811
|
-
## 6.0.1-canary.7
|
|
812
|
-
|
|
813
|
-
## 6.0.1-canary.6
|
|
814
|
-
|
|
815
|
-
## 6.0.1-canary.5
|
|
816
|
-
|
|
817
|
-
## 6.0.1-canary.4
|
|
818
|
-
|
|
819
|
-
## 6.0.1-canary.3
|
|
820
|
-
|
|
821
|
-
## 6.0.1-canary.2
|
|
822
|
-
|
|
823
|
-
## 6.0.1-canary.1
|
|
824
|
-
|
|
825
|
-
## 6.0.1-canary.0
|
|
826
|
-
|
|
827
111
|
## 6.0.0
|
|
828
112
|
|
|
829
113
|
### Patch Changes
|
|
830
114
|
|
|
831
115
|
- [#1786](https://github.com/graphcommerce-org/graphcommerce/pull/1786) [`63cfbd4ea`](https://github.com/graphcommerce-org/graphcommerce/commit/63cfbd4ea33978ccfe45c156ef07ece72add70ce) - Loosen typescript requirement for CategoryMeta ([@paales](https://github.com/paales))
|
|
832
116
|
|
|
833
|
-
## 6.0.0-canary.54
|
|
834
|
-
|
|
835
|
-
## 6.0.0-canary.53
|
|
836
|
-
|
|
837
|
-
## 6.0.0-canary.52
|
|
838
|
-
|
|
839
|
-
## 6.0.0-canary.51
|
|
840
|
-
|
|
841
|
-
## 6.0.0-canary.50
|
|
842
|
-
|
|
843
|
-
## 6.0.0-canary.49
|
|
844
|
-
|
|
845
|
-
## 6.0.0-canary.48
|
|
846
|
-
|
|
847
|
-
## 6.0.0-canary.47
|
|
848
|
-
|
|
849
|
-
## 6.0.0-canary.46
|
|
850
|
-
|
|
851
|
-
## 6.0.0-canary.45
|
|
852
|
-
|
|
853
|
-
## 6.0.0-canary.44
|
|
854
|
-
|
|
855
|
-
## 6.0.0-canary.43
|
|
856
|
-
|
|
857
|
-
## 6.0.0-canary.42
|
|
858
|
-
|
|
859
|
-
## 6.0.0-canary.41
|
|
860
|
-
|
|
861
|
-
## 6.0.0-canary.40
|
|
862
|
-
|
|
863
|
-
## 6.0.0-canary.39
|
|
864
|
-
|
|
865
|
-
## 6.0.0-canary.38
|
|
866
|
-
|
|
867
|
-
## 6.0.0-canary.37
|
|
868
|
-
|
|
869
|
-
## 6.0.0-canary.36
|
|
870
|
-
|
|
871
|
-
## 6.0.0-canary.35
|
|
872
|
-
|
|
873
|
-
## 6.0.0-canary.34
|
|
874
|
-
|
|
875
|
-
## 6.0.0-canary.33
|
|
876
|
-
|
|
877
|
-
## 6.0.0-canary.32
|
|
878
|
-
|
|
879
|
-
## 6.0.0-canary.31
|
|
880
|
-
|
|
881
|
-
## 6.0.0-canary.30
|
|
882
|
-
|
|
883
|
-
## 6.0.0-canary.29
|
|
884
|
-
|
|
885
|
-
## 6.0.0-canary.28
|
|
886
|
-
|
|
887
|
-
### Patch Changes
|
|
888
|
-
|
|
889
|
-
- [#1823](https://github.com/graphcommerce-org/graphcommerce/pull/1823) [`605d74434`](https://github.com/graphcommerce-org/graphcommerce/commit/605d74434b78baa83f3574b6a4249eae0431d570) - Fix/upgrade instructions ([@paales](https://github.com/paales))
|
|
890
|
-
|
|
891
|
-
## 6.0.0-canary.27
|
|
892
|
-
|
|
893
|
-
## 6.0.0-canary.26
|
|
894
|
-
|
|
895
|
-
## 6.0.0-canary.25
|
|
896
|
-
|
|
897
|
-
## 6.0.0-canary.24
|
|
898
|
-
|
|
899
|
-
## 6.0.0-canary.23
|
|
900
|
-
|
|
901
|
-
## 6.0.0-canary.22
|
|
902
|
-
|
|
903
|
-
## 6.0.0-canary.21
|
|
904
|
-
|
|
905
|
-
## 6.0.0-canary.20
|
|
906
|
-
|
|
907
|
-
### Minor Changes
|
|
908
|
-
|
|
909
|
-
- [#1786](https://github.com/graphcommerce-org/graphcommerce/pull/1786) [`63cfbd4ea`](https://github.com/graphcommerce-org/graphcommerce/commit/63cfbd4ea33978ccfe45c156ef07ece72add70ce) - option to not require meta tags for categories ([@paales](https://github.com/paales))
|
|
910
|
-
|
|
911
|
-
## 5.2.0-canary.19
|
|
912
|
-
|
|
913
|
-
## 5.2.0-canary.18
|
|
914
|
-
|
|
915
|
-
## 5.2.0-canary.17
|
|
916
|
-
|
|
917
|
-
## 5.2.0-canary.16
|
|
918
|
-
|
|
919
|
-
## 5.2.0-canary.15
|
|
920
|
-
|
|
921
|
-
## 5.2.0-canary.14
|
|
922
|
-
|
|
923
|
-
## 5.2.0-canary.13
|
|
924
|
-
|
|
925
|
-
## 5.2.0-canary.12
|
|
926
|
-
|
|
927
|
-
## 5.2.0-canary.11
|
|
928
|
-
|
|
929
|
-
## 5.2.0-canary.10
|
|
930
|
-
|
|
931
|
-
## 5.2.0-canary.9
|
|
932
|
-
|
|
933
|
-
## 5.2.0-canary.8
|
|
934
|
-
|
|
935
|
-
### Patch Changes
|
|
936
|
-
|
|
937
|
-
- [#1780](https://github.com/graphcommerce-org/graphcommerce/pull/1780) [`667f58856`](https://github.com/graphcommerce-org/graphcommerce/commit/667f58856107c25f6c44561e12083239637e6a09) - Option to not require meta tags for categories ([@StefanAngenent](https://github.com/StefanAngenent))
|
|
938
|
-
|
|
939
|
-
## 5.2.0-canary.7
|
|
940
|
-
|
|
941
|
-
## 5.2.0-canary.6
|
|
942
|
-
|
|
943
|
-
## 5.2.0-canary.5
|
|
944
|
-
|
|
945
|
-
## 5.2.0-canary.4
|
|
946
|
-
|
|
947
|
-
## 5.2.0-canary.3
|
|
948
|
-
|
|
949
|
-
## 5.2.0-canary.2
|
|
950
|
-
|
|
951
|
-
## 5.2.0-canary.1
|
|
952
|
-
|
|
953
|
-
## 5.2.0-canary.0
|
|
954
|
-
|
|
955
|
-
## 5.1.1
|
|
956
|
-
|
|
957
|
-
## 5.1.1-canary.1
|
|
958
|
-
|
|
959
|
-
## 5.1.1-canary.0
|
|
960
|
-
|
|
961
117
|
## 5.1.0
|
|
962
118
|
|
|
963
119
|
### Patch Changes
|
|
@@ -969,113 +125,24 @@
|
|
|
969
125
|
- Upgraded dependencies including type-fest and graphql-mesh
|
|
970
126
|
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
971
127
|
|
|
972
|
-
## 5.1.0-canary.11
|
|
973
|
-
|
|
974
|
-
## 5.1.0-canary.10
|
|
975
|
-
|
|
976
|
-
## 5.1.0-canary.9
|
|
977
|
-
|
|
978
|
-
## 5.1.0-canary.8
|
|
979
|
-
|
|
980
|
-
## 5.1.0-canary.7
|
|
981
|
-
|
|
982
|
-
## 5.1.0-canary.6
|
|
983
|
-
|
|
984
|
-
## 5.1.0-canary.5
|
|
985
|
-
|
|
986
|
-
## 5.1.0-canary.4
|
|
987
|
-
|
|
988
|
-
## 5.1.0-canary.3
|
|
989
|
-
|
|
990
|
-
### Patch Changes
|
|
991
|
-
|
|
992
|
-
- [#1752](https://github.com/graphcommerce-org/graphcommerce/pull/1752) [`2a6a4d9ec`](https://github.com/graphcommerce-org/graphcommerce/commit/2a6a4d9ecfa1b58a66ba9b9d00016d6feda9aa95) - Updated dependencies to latest versions, except for nextjs; Solve tons of peer dependency issues.
|
|
993
|
-
|
|
994
|
-
- Updated the @mui/material package
|
|
995
|
-
- Removed dependencies on react-hook-form-mui and @playwright/test
|
|
996
|
-
- Upgraded dependencies including type-fest and graphql-mesh
|
|
997
|
-
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
998
|
-
|
|
999
|
-
## 5.1.0-canary.2
|
|
1000
|
-
|
|
1001
|
-
## 5.1.0-canary.1
|
|
1002
|
-
|
|
1003
|
-
## 5.1.0-canary.0
|
|
1004
|
-
|
|
1005
128
|
## 5.0.0
|
|
1006
129
|
|
|
1007
130
|
### Major Changes
|
|
1008
131
|
|
|
1009
132
|
- [#1734](https://github.com/graphcommerce-org/graphcommerce/pull/1734) [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@github-actions](https://github.com/apps/github-actions))
|
|
1010
133
|
|
|
1011
|
-
## 5.0.0-canary.14
|
|
1012
|
-
|
|
1013
|
-
## 5.0.0-canary.13
|
|
1014
|
-
|
|
1015
|
-
### Major Changes
|
|
1016
|
-
|
|
1017
|
-
- [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@paales](https://github.com/paales))
|
|
1018
|
-
|
|
1019
|
-
## 4.14.0-canary.12
|
|
1020
|
-
|
|
1021
|
-
## 4.14.0-canary.11
|
|
1022
|
-
|
|
1023
|
-
## 4.14.0-canary.10
|
|
1024
|
-
|
|
1025
|
-
## 4.14.0-canary.9
|
|
1026
|
-
|
|
1027
|
-
## 4.14.0-canary.8
|
|
1028
|
-
|
|
1029
|
-
## 4.14.0-canary.7
|
|
1030
|
-
|
|
1031
|
-
## 4.14.0-canary.6
|
|
1032
|
-
|
|
1033
|
-
## 4.14.0-canary.5
|
|
1034
|
-
|
|
1035
|
-
## 4.14.0-canary.4
|
|
1036
|
-
|
|
1037
|
-
## 4.14.0-canary.3
|
|
1038
|
-
|
|
1039
|
-
## 4.14.0-canary.2
|
|
1040
|
-
|
|
1041
|
-
## 4.13.2-canary.1
|
|
1042
|
-
|
|
1043
|
-
## 4.13.2-canary.0
|
|
1044
|
-
|
|
1045
|
-
## 4.13.3
|
|
1046
|
-
|
|
1047
|
-
## 4.13.2
|
|
1048
|
-
|
|
1049
134
|
## 4.13.1
|
|
1050
135
|
|
|
1051
136
|
### Patch Changes
|
|
1052
137
|
|
|
1053
138
|
- [#1715](https://github.com/graphcommerce-org/graphcommerce/pull/1715) [`c478585c0`](https://github.com/graphcommerce-org/graphcommerce/commit/c478585c050a389828a636208de7596e0d396f70) Thanks [@Jessevdpoel](https://github.com/Jessevdpoel)! - Added sorting on category_level
|
|
1054
139
|
|
|
1055
|
-
## 4.13.1-canary.2
|
|
1056
|
-
|
|
1057
|
-
### Patch Changes
|
|
1058
|
-
|
|
1059
|
-
- [#1715](https://github.com/graphcommerce-org/graphcommerce/pull/1715) [`c478585c0`](https://github.com/graphcommerce-org/graphcommerce/commit/c478585c050a389828a636208de7596e0d396f70) Thanks [@Jessevdpoel](https://github.com/Jessevdpoel)! - Added sorting on category_level
|
|
1060
|
-
|
|
1061
|
-
## 4.13.1-canary.1
|
|
1062
|
-
|
|
1063
|
-
## 4.13.1-canary.0
|
|
1064
|
-
|
|
1065
140
|
## 4.13.0
|
|
1066
141
|
|
|
1067
142
|
### Patch Changes
|
|
1068
143
|
|
|
1069
144
|
- [#1702](https://github.com/graphcommerce-org/graphcommerce/pull/1702) [`abb15ef4a`](https://github.com/graphcommerce-org/graphcommerce/commit/abb15ef4a79b12eddb32cc006e5d1d31dd06ac2d) Thanks [@paales](https://github.com/paales)! - Added canary releases to GraphCommerce
|
|
1070
145
|
|
|
1071
|
-
## 4.13.0-canary.1
|
|
1072
|
-
|
|
1073
|
-
### Patch Changes
|
|
1074
|
-
|
|
1075
|
-
- [`abb15ef4a`](https://github.com/graphcommerce-org/graphcommerce/commit/abb15ef4a79b12eddb32cc006e5d1d31dd06ac2d) Thanks [@paales](https://github.com/paales)! - Added canary releases to GraphCommerce
|
|
1076
|
-
|
|
1077
|
-
## 4.13.0-canary.0
|
|
1078
|
-
|
|
1079
146
|
## 4.8.4
|
|
1080
147
|
|
|
1081
148
|
### Patch Changes
|
|
@@ -1629,7 +696,7 @@
|
|
|
1629
696
|
All occurences of `<Trans>` and `t` need to be replaced:
|
|
1630
697
|
|
|
1631
698
|
```tsx
|
|
1632
|
-
import {
|
|
699
|
+
import { t, Trans } from '@lingui/macro'
|
|
1633
700
|
|
|
1634
701
|
function MyComponent() {
|
|
1635
702
|
const foo = 'bar'
|
|
@@ -1644,8 +711,8 @@
|
|
|
1644
711
|
Needs to be replaced with:
|
|
1645
712
|
|
|
1646
713
|
```tsx
|
|
1647
|
-
import { Trans } from '@lingui/react'
|
|
1648
714
|
import { i18n } from '@lingui/core'
|
|
715
|
+
import { Trans } from '@lingui/react'
|
|
1649
716
|
|
|
1650
717
|
function MyComponent() {
|
|
1651
718
|
const foo = 'bar'
|
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
import { filterNonNullableKeys } from '@graphcommerce/next-ui'
|
|
2
2
|
import { Trans } from '@lingui/react'
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
3
|
+
import type { BreadcrumbsProps } from '@mui/material'
|
|
4
|
+
import { Breadcrumbs, Link, Typography } from '@mui/material'
|
|
5
|
+
import type { CategoryBreadcrumbFragment } from './CategoryBreadcrumb.gql'
|
|
5
6
|
|
|
6
|
-
type CategoryPageBreadcrumbsProps = CategoryBreadcrumbFragment &
|
|
7
|
+
export type CategoryPageBreadcrumbsProps = CategoryBreadcrumbFragment &
|
|
8
|
+
Omit<BreadcrumbsProps, 'children'>
|
|
7
9
|
|
|
8
10
|
/**
|
|
9
11
|
* @deprecated Please use CategoryBreadcrumbs
|
|
12
|
+
* @public
|
|
10
13
|
*/
|
|
11
14
|
export function CategoryBreadcrumb(props: CategoryPageBreadcrumbsProps) {
|
|
12
15
|
const { breadcrumbs, name, ...breadcrumbsProps } = props
|
|
@@ -1,12 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
BreadcrumbsJsonLd,
|
|
4
|
-
BreadcrumbsProps,
|
|
5
|
-
jsonLdBreadcrumb,
|
|
6
|
-
} from '@graphcommerce/next-ui'
|
|
1
|
+
import type { BreadcrumbsProps } from '@graphcommerce/next-ui'
|
|
2
|
+
import { Breadcrumbs, BreadcrumbsJsonLd, jsonLdBreadcrumb } from '@graphcommerce/next-ui'
|
|
7
3
|
import { useRouter } from 'next/router'
|
|
8
4
|
import type { BreadcrumbList } from 'schema-dts'
|
|
9
|
-
import { CategoryBreadcrumbFragment } from './CategoryBreadcrumb.gql'
|
|
5
|
+
import type { CategoryBreadcrumbFragment } from './CategoryBreadcrumb.gql'
|
|
10
6
|
import { categoryToBreadcrumbs } from './categoryToBreadcrumbs'
|
|
11
7
|
|
|
12
8
|
export type CategoryBreadcrumbsProps = Omit<BreadcrumbsProps, 'breadcrumbs'> & {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { productListLink } from '@graphcommerce/magento-product'
|
|
2
|
-
import { BreadcrumbsType
|
|
3
|
-
import {
|
|
2
|
+
import type { BreadcrumbsType } from '@graphcommerce/next-ui'
|
|
3
|
+
import { filterNonNullableKeys } from '@graphcommerce/next-ui'
|
|
4
|
+
import type { CategoryBreadcrumbFragment } from './CategoryBreadcrumb.gql'
|
|
4
5
|
|
|
5
6
|
export function categoryToBreadcrumbs(
|
|
6
7
|
category: CategoryBreadcrumbFragment,
|
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
import { Scroller, ScrollerProvider } from '@graphcommerce/framer-scroller'
|
|
2
|
-
import { ProductListParams
|
|
2
|
+
import type { ProductListParams } from '@graphcommerce/magento-product'
|
|
3
|
+
import { productListLink } from '@graphcommerce/magento-product'
|
|
3
4
|
import { extendableComponent, filterNonNullableKeys } from '@graphcommerce/next-ui'
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
5
|
+
import type { SxProps, Theme } from '@mui/material'
|
|
6
|
+
import { Box, Link } from '@mui/material'
|
|
7
|
+
import type { CategoryChildrenFragment } from './CategoryChildren.gql'
|
|
6
8
|
|
|
7
|
-
type CategoryChildrenProps = Omit<CategoryChildrenFragment, 'uid'> & {
|
|
9
|
+
export type CategoryChildrenProps = Omit<CategoryChildrenFragment, 'uid'> & {
|
|
8
10
|
params: ProductListParams
|
|
9
11
|
sx?: SxProps<Theme>
|
|
10
12
|
}
|
|
11
13
|
|
|
12
|
-
const name = 'CategoryChildren'
|
|
14
|
+
const name = 'CategoryChildren'
|
|
13
15
|
const parts = ['container', 'scroller', 'link'] as const
|
|
14
16
|
const { classes } = extendableComponent(name, parts)
|
|
15
17
|
|
|
@@ -42,7 +44,7 @@ export function CategoryChildren(props: CategoryChildrenProps) {
|
|
|
42
44
|
className={classes.scroller}
|
|
43
45
|
hideScrollbar
|
|
44
46
|
sx={(theme) => ({
|
|
45
|
-
gridAutoColumns:
|
|
47
|
+
gridAutoColumns: 'max-content',
|
|
46
48
|
columnGap: theme.spacings.sm,
|
|
47
49
|
marginBottom: '-8px',
|
|
48
50
|
})}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { extendableComponent } from '@graphcommerce/next-ui'
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import type { SxProps, Theme } from '@mui/material'
|
|
3
|
+
import { Box } from '@mui/material'
|
|
4
|
+
import type { CategoryDescriptionFragment } from './CategoryDescription.gql'
|
|
4
5
|
|
|
5
6
|
type StateProps = {
|
|
6
7
|
textAlignSm?: 'start' | 'center'
|
|
7
8
|
textAlignMd?: 'start' | 'center'
|
|
8
9
|
}
|
|
9
|
-
const componentName = 'CategoryDescription'
|
|
10
|
+
const componentName = 'CategoryDescription'
|
|
10
11
|
const parts = ['root'] as const
|
|
11
12
|
const { withState } = extendableComponent<StateProps, typeof componentName, typeof parts>(
|
|
12
13
|
componentName,
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { productListLink } from '@graphcommerce/magento-product'
|
|
2
|
-
import { breakpointVal,
|
|
3
|
-
import {
|
|
2
|
+
import { breakpointVal, extendableComponent, Row } from '@graphcommerce/next-ui'
|
|
3
|
+
import type { SxProps, Theme } from '@mui/material'
|
|
4
|
+
import { Box, Link, Typography } from '@mui/material'
|
|
4
5
|
import React from 'react'
|
|
5
|
-
import { CategoryHeroNavFragment } from './CategoryHeroNav.gql'
|
|
6
|
+
import type { CategoryHeroNavFragment } from './CategoryHeroNav.gql'
|
|
6
7
|
|
|
7
8
|
export type CategoryHeroNavProps = {
|
|
8
9
|
title: React.ReactNode
|
|
@@ -10,7 +11,7 @@ export type CategoryHeroNavProps = {
|
|
|
10
11
|
sx?: SxProps<Theme>
|
|
11
12
|
} & CategoryHeroNavFragment
|
|
12
13
|
|
|
13
|
-
const cmpName = 'CategoryHeroNav'
|
|
14
|
+
const cmpName = 'CategoryHeroNav'
|
|
14
15
|
const parts = ['wrapper', 'categories', 'title', 'placeholder'] as const
|
|
15
16
|
const { classes } = extendableComponent(cmpName, parts)
|
|
16
17
|
|
|
@@ -34,7 +35,7 @@ export const CategoryHeroNav = React.memo<CategoryHeroNavProps>(
|
|
|
34
35
|
paddingBottom: theme.page.vertical,
|
|
35
36
|
[theme.breakpoints.up('md')]: {
|
|
36
37
|
width: '100%',
|
|
37
|
-
paddingRight: theme.page.horizontal,
|
|
38
|
+
// paddingRight: theme.page.horizontal,
|
|
38
39
|
paddingTop: 0,
|
|
39
40
|
gridColumnGap: 0,
|
|
40
41
|
display: 'grid',
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { LayoutTitle } from '@graphcommerce/next-ui'
|
|
2
|
-
import { SxProps, Theme } from '@mui/material'
|
|
2
|
+
import type { SxProps, Theme } from '@mui/material'
|
|
3
3
|
import { memo } from 'react'
|
|
4
4
|
|
|
5
|
-
type CategoryHeroNavTitleProps = {
|
|
5
|
+
export type CategoryHeroNavTitleProps = {
|
|
6
6
|
children: React.ReactNode
|
|
7
7
|
sx?: SxProps<Theme>
|
|
8
8
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { ProductListParams } from '@graphcommerce/magento-product'
|
|
1
|
+
import type { ProductListParams } from '@graphcommerce/magento-product'
|
|
2
2
|
import { PageMeta } from '@graphcommerce/magento-store'
|
|
3
|
-
import { PageMetaProps } from '@graphcommerce/next-ui'
|
|
3
|
+
import type { PageMetaProps } from '@graphcommerce/next-ui'
|
|
4
4
|
import { i18n } from '@lingui/core'
|
|
5
|
-
import { CategoryMetaFragment } from './CategoryMeta.gql'
|
|
5
|
+
import type { CategoryMetaFragment } from './CategoryMeta.gql'
|
|
6
6
|
|
|
7
7
|
export type CategoryMetaProps = CategoryMetaFragment &
|
|
8
8
|
Omit<PageMetaProps, 'title' | 'metaDescription' | 'children'> & {
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@graphcommerce/magento-category",
|
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
|
5
|
-
"version": "9.0.0
|
|
5
|
+
"version": "9.0.0",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
|
8
8
|
"eslintConfig": {
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.0
|
|
16
|
-
"@graphcommerce/framer-scroller": "^9.0.0
|
|
17
|
-
"@graphcommerce/graphql": "^9.0.0
|
|
18
|
-
"@graphcommerce/image": "^9.0.0
|
|
19
|
-
"@graphcommerce/magento-store": "^9.0.0
|
|
20
|
-
"@graphcommerce/next-ui": "^9.0.0
|
|
21
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.0
|
|
22
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.0
|
|
15
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.0",
|
|
16
|
+
"@graphcommerce/framer-scroller": "^9.0.0",
|
|
17
|
+
"@graphcommerce/graphql": "^9.0.0",
|
|
18
|
+
"@graphcommerce/image": "^9.0.0",
|
|
19
|
+
"@graphcommerce/magento-store": "^9.0.0",
|
|
20
|
+
"@graphcommerce/next-ui": "^9.0.0",
|
|
21
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0",
|
|
22
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.0",
|
|
23
23
|
"@lingui/core": "^4.2.1",
|
|
24
24
|
"@lingui/macro": "^4.2.1",
|
|
25
25
|
"@lingui/react": "^4.2.1",
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import { ApolloClient, NormalizedCacheObject } from '@graphcommerce/graphql'
|
|
2
|
-
import { GetStaticPathsResult } from 'next'
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
GetCategoryStaticPathsQuery,
|
|
6
|
-
} from './GetCategoryStaticPaths.gql'
|
|
1
|
+
import type { ApolloClient, NormalizedCacheObject } from '@graphcommerce/graphql'
|
|
2
|
+
import type { GetStaticPathsResult } from 'next'
|
|
3
|
+
import type { GetCategoryStaticPathsQuery } from './GetCategoryStaticPaths.gql'
|
|
4
|
+
import { GetCategoryStaticPathsDocument } from './GetCategoryStaticPaths.gql'
|
|
7
5
|
|
|
8
6
|
type StaticPathsResult = GetStaticPathsResult<{ url: string[] }>
|
|
9
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ApolloClient } from '@graphcommerce/graphql'
|
|
2
|
-
import { CategoryBreadcrumbFragment } from '../components/CategoryBreadcrumb'
|
|
3
|
-
import { CategoryChildrenFragment } from '../components/CategoryChildren/CategoryChildren.gql'
|
|
1
|
+
import type { ApolloClient } from '@graphcommerce/graphql'
|
|
2
|
+
import type { CategoryBreadcrumbFragment } from '../components/CategoryBreadcrumb'
|
|
3
|
+
import type { CategoryChildrenFragment } from '../components/CategoryChildren/CategoryChildren.gql'
|
|
4
4
|
import { CategorySiblingsDocument } from '../components/CategoryChildren/CategorySiblings.gql'
|
|
5
5
|
import { findParentBreadcrumbItem } from './findParentBreadcrumbItem'
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { filterNonNullableKeys } from '@graphcommerce/next-ui'
|
|
2
|
-
import { CategoryBreadcrumbFragment } from '../components/CategoryBreadcrumb'
|
|
2
|
+
import type { CategoryBreadcrumbFragment } from '../components/CategoryBreadcrumb'
|
|
3
3
|
|
|
4
4
|
export function findParentBreadcrumbItem(
|
|
5
5
|
category: CategoryBreadcrumbFragment | null | undefined,
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type {
|
|
2
2
|
NavigationNode,
|
|
3
3
|
NavigationNodeButton,
|
|
4
4
|
NavigationNodeHref,
|
|
5
|
-
NavigationNodeType,
|
|
6
|
-
nonNullable,
|
|
7
5
|
} from '@graphcommerce/next-ui'
|
|
6
|
+
import { NavigationNodeType, nonNullable } from '@graphcommerce/next-ui'
|
|
8
7
|
import { i18n } from '@lingui/core'
|
|
9
|
-
import { MenuQueryFragment } from '../queries/MenuQueryFragment.gql'
|
|
10
|
-
import { NavigationItemFragment } from '../queries/NavigationItem.gql'
|
|
8
|
+
import type { MenuQueryFragment } from '../queries/MenuQueryFragment.gql'
|
|
9
|
+
import type { NavigationItemFragment } from '../queries/NavigationItem.gql'
|
|
11
10
|
|
|
12
11
|
type Item = NonNullable<NonNullable<NonNullable<MenuQueryFragment['menu']>['items']>[0]>
|
|
13
12
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ProductListParams } from '@graphcommerce/magento-product'
|
|
1
|
+
import type { ProductListParams } from '@graphcommerce/magento-product'
|
|
2
2
|
import { filterNonNullableKeys } from '@graphcommerce/next-ui'
|
|
3
|
-
import { CategoryBreadcrumbFragment } from '../components/CategoryBreadcrumb'
|
|
4
|
-
import { CategoryChildrenFragment } from '../components/CategoryChildren/CategoryChildren.gql'
|
|
3
|
+
import type { CategoryBreadcrumbFragment } from '../components/CategoryBreadcrumb'
|
|
4
|
+
import type { CategoryChildrenFragment } from '../components/CategoryChildren/CategoryChildren.gql'
|
|
5
5
|
|
|
6
6
|
export type UseCategoryTreeProps = {
|
|
7
7
|
category?: CategoryChildrenFragment & CategoryBreadcrumbFragment
|