@graphcommerce/magento-category 9.0.0-canary.98 → 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 -962
- 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,150 +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.96
|
|
8
|
-
|
|
9
|
-
## 9.0.0-canary.95
|
|
10
|
-
|
|
11
|
-
## 9.0.0-canary.94
|
|
12
|
-
|
|
13
|
-
## 9.0.0-canary.93
|
|
5
|
+
### Minor Changes
|
|
14
6
|
|
|
15
|
-
|
|
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))
|
|
16
8
|
|
|
17
|
-
|
|
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))
|
|
18
10
|
|
|
19
11
|
### Patch Changes
|
|
20
12
|
|
|
21
|
-
- [#
|
|
22
|
-
|
|
23
|
-
## 9.0.0-canary.90
|
|
24
|
-
|
|
25
|
-
## 9.0.0-canary.89
|
|
26
|
-
|
|
27
|
-
## 9.0.0-canary.88
|
|
28
|
-
|
|
29
|
-
## 9.0.0-canary.87
|
|
30
|
-
|
|
31
|
-
## 9.0.0-canary.86
|
|
32
|
-
|
|
33
|
-
## 9.0.0-canary.85
|
|
34
|
-
|
|
35
|
-
## 9.0.0-canary.84
|
|
36
|
-
|
|
37
|
-
## 9.0.0-canary.83
|
|
38
|
-
|
|
39
|
-
## 9.0.0-canary.82
|
|
40
|
-
|
|
41
|
-
## 9.0.0-canary.81
|
|
42
|
-
|
|
43
|
-
## 9.0.0-canary.80
|
|
44
|
-
|
|
45
|
-
## 9.0.0-canary.79
|
|
46
|
-
|
|
47
|
-
## 9.0.0-canary.78
|
|
48
|
-
|
|
49
|
-
## 9.0.0-canary.77
|
|
50
|
-
|
|
51
|
-
## 9.0.0-canary.76
|
|
52
|
-
|
|
53
|
-
## 9.0.0-canary.75
|
|
54
|
-
|
|
55
|
-
## 9.0.0-canary.74
|
|
56
|
-
|
|
57
|
-
## 9.0.0-canary.73
|
|
58
|
-
|
|
59
|
-
## 9.0.0-canary.72
|
|
60
|
-
|
|
61
|
-
## 9.0.0-canary.71
|
|
62
|
-
|
|
63
|
-
## 9.0.0-canary.70
|
|
64
|
-
|
|
65
|
-
## 9.0.0-canary.69
|
|
66
|
-
|
|
67
|
-
## 9.0.0-canary.68
|
|
68
|
-
|
|
69
|
-
## 9.0.0-canary.67
|
|
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.64
|
|
76
|
-
|
|
77
|
-
## 9.0.0-canary.63
|
|
78
|
-
|
|
79
|
-
## 9.0.0-canary.62
|
|
80
|
-
|
|
81
|
-
## 9.0.0-canary.61
|
|
82
|
-
|
|
83
|
-
## 9.0.0-canary.60
|
|
84
|
-
|
|
85
|
-
## 9.0.0-canary.59
|
|
86
|
-
|
|
87
|
-
## 9.0.0-canary.58
|
|
88
|
-
|
|
89
|
-
## 9.0.0-canary.57
|
|
90
|
-
|
|
91
|
-
## 9.0.0-canary.56
|
|
92
|
-
|
|
93
|
-
## 9.0.0-canary.55
|
|
94
|
-
|
|
95
|
-
## 9.0.0-canary.54
|
|
96
|
-
|
|
97
|
-
## 8.1.0-canary.53
|
|
98
|
-
|
|
99
|
-
## 8.1.0-canary.52
|
|
100
|
-
|
|
101
|
-
## 8.1.0-canary.51
|
|
102
|
-
|
|
103
|
-
## 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))
|
|
104
18
|
|
|
105
|
-
|
|
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))
|
|
106
20
|
|
|
107
|
-
##
|
|
21
|
+
## 9.0.0-canary.118
|
|
108
22
|
|
|
109
|
-
##
|
|
23
|
+
## 9.0.0-canary.117
|
|
110
24
|
|
|
111
|
-
##
|
|
25
|
+
## 9.0.0-canary.116
|
|
112
26
|
|
|
113
|
-
##
|
|
27
|
+
## 9.0.0-canary.115
|
|
114
28
|
|
|
115
|
-
##
|
|
29
|
+
## 9.0.0-canary.114
|
|
116
30
|
|
|
117
|
-
##
|
|
31
|
+
## 9.0.0-canary.113
|
|
118
32
|
|
|
119
|
-
##
|
|
33
|
+
## 9.0.0-canary.112
|
|
120
34
|
|
|
121
|
-
##
|
|
35
|
+
## 9.0.0-canary.111
|
|
122
36
|
|
|
123
|
-
##
|
|
37
|
+
## 9.0.0-canary.110
|
|
124
38
|
|
|
125
|
-
##
|
|
39
|
+
## 9.0.0-canary.109
|
|
126
40
|
|
|
127
|
-
##
|
|
41
|
+
## 9.0.0-canary.108
|
|
128
42
|
|
|
129
|
-
|
|
43
|
+
### Patch Changes
|
|
130
44
|
|
|
131
|
-
|
|
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))
|
|
132
46
|
|
|
133
|
-
##
|
|
47
|
+
## 9.0.0-canary.107
|
|
134
48
|
|
|
135
|
-
##
|
|
49
|
+
## 9.0.0-canary.106
|
|
136
50
|
|
|
137
|
-
##
|
|
51
|
+
## 9.0.0-canary.105
|
|
138
52
|
|
|
139
|
-
##
|
|
53
|
+
## 9.0.0-canary.104
|
|
140
54
|
|
|
141
|
-
##
|
|
55
|
+
## 9.0.0-canary.103
|
|
142
56
|
|
|
143
|
-
##
|
|
57
|
+
## 9.0.0-canary.91
|
|
144
58
|
|
|
145
|
-
|
|
59
|
+
### Patch Changes
|
|
146
60
|
|
|
147
|
-
|
|
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))
|
|
148
62
|
|
|
149
63
|
## 8.1.0-canary.27
|
|
150
64
|
|
|
@@ -154,360 +68,24 @@
|
|
|
154
68
|
|
|
155
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))
|
|
156
70
|
|
|
157
|
-
## 8.1.0-canary.26
|
|
158
|
-
|
|
159
|
-
## 8.1.0-canary.25
|
|
160
|
-
|
|
161
|
-
## 8.1.0-canary.24
|
|
162
|
-
|
|
163
|
-
## 8.1.0-canary.23
|
|
164
|
-
|
|
165
|
-
## 8.1.0-canary.22
|
|
166
|
-
|
|
167
|
-
## 8.1.0-canary.21
|
|
168
|
-
|
|
169
|
-
## 8.1.0-canary.20
|
|
170
|
-
|
|
171
|
-
## 8.1.0-canary.19
|
|
172
|
-
|
|
173
|
-
## 8.1.0-canary.18
|
|
174
|
-
|
|
175
|
-
## 8.1.0-canary.17
|
|
176
|
-
|
|
177
|
-
## 8.1.0-canary.16
|
|
178
|
-
|
|
179
71
|
## 8.1.0-canary.15
|
|
180
72
|
|
|
181
73
|
### Patch Changes
|
|
182
74
|
|
|
183
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))
|
|
184
76
|
|
|
185
|
-
## 8.1.0-canary.14
|
|
186
|
-
|
|
187
|
-
## 8.1.0-canary.13
|
|
188
|
-
|
|
189
|
-
## 8.1.0-canary.12
|
|
190
|
-
|
|
191
|
-
## 8.1.0-canary.11
|
|
192
|
-
|
|
193
|
-
## 8.1.0-canary.10
|
|
194
|
-
|
|
195
|
-
## 8.1.0-canary.9
|
|
196
|
-
|
|
197
|
-
## 8.1.0-canary.8
|
|
198
|
-
|
|
199
|
-
## 8.1.0-canary.7
|
|
200
|
-
|
|
201
|
-
## 8.1.0-canary.6
|
|
202
|
-
|
|
203
|
-
## 8.1.0-canary.5
|
|
204
|
-
|
|
205
77
|
## 8.0.6-canary.4
|
|
206
78
|
|
|
207
79
|
### Patch Changes
|
|
208
80
|
|
|
209
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))
|
|
210
82
|
|
|
211
|
-
## 8.0.6-canary.3
|
|
212
|
-
|
|
213
|
-
## 8.0.6-canary.2
|
|
214
|
-
|
|
215
|
-
## 8.0.6-canary.1
|
|
216
|
-
|
|
217
|
-
## 8.0.6-canary.0
|
|
218
|
-
|
|
219
|
-
## 8.0.5
|
|
220
|
-
|
|
221
|
-
## 8.0.5-canary.10
|
|
222
|
-
|
|
223
|
-
## 8.0.5-canary.9
|
|
224
|
-
|
|
225
|
-
## 8.0.5-canary.8
|
|
226
|
-
|
|
227
|
-
## 8.0.5-canary.7
|
|
228
|
-
|
|
229
|
-
## 8.0.5-canary.6
|
|
230
|
-
|
|
231
|
-
## 8.0.5-canary.5
|
|
232
|
-
|
|
233
|
-
## 8.0.5-canary.4
|
|
234
|
-
|
|
235
|
-
## 8.0.5-canary.3
|
|
236
|
-
|
|
237
|
-
## 8.0.5-canary.2
|
|
238
|
-
|
|
239
|
-
## 8.0.5-canary.1
|
|
240
|
-
|
|
241
|
-
## 8.0.5-canary.0
|
|
242
|
-
|
|
243
|
-
## 8.0.4
|
|
244
|
-
|
|
245
|
-
## 8.0.4-canary.1
|
|
246
|
-
|
|
247
|
-
## 8.0.4-canary.0
|
|
248
|
-
|
|
249
|
-
## 8.0.3
|
|
250
|
-
|
|
251
|
-
## 8.0.3-canary.6
|
|
252
|
-
|
|
253
|
-
## 8.0.3-canary.5
|
|
254
|
-
|
|
255
|
-
## 8.0.3-canary.4
|
|
256
|
-
|
|
257
|
-
## 8.0.3-canary.3
|
|
258
|
-
|
|
259
|
-
## 8.0.3-canary.2
|
|
260
|
-
|
|
261
|
-
## 8.0.3-canary.1
|
|
262
|
-
|
|
263
|
-
## 8.0.3-canary.0
|
|
264
|
-
|
|
265
|
-
## 8.0.2
|
|
266
|
-
|
|
267
|
-
## 8.0.2-canary.3
|
|
268
|
-
|
|
269
|
-
## 8.0.2-canary.2
|
|
270
|
-
|
|
271
|
-
## 8.0.2-canary.1
|
|
272
|
-
|
|
273
|
-
## 8.0.2-canary.0
|
|
274
|
-
|
|
275
|
-
## 8.0.1
|
|
276
|
-
|
|
277
|
-
## 8.0.1-canary.4
|
|
278
|
-
|
|
279
|
-
## 8.0.1-canary.3
|
|
280
|
-
|
|
281
|
-
## 8.0.1-canary.2
|
|
282
|
-
|
|
283
|
-
## 8.0.1-canary.1
|
|
284
|
-
|
|
285
|
-
## 8.0.1-canary.0
|
|
286
|
-
|
|
287
83
|
## 8.0.0
|
|
288
84
|
|
|
289
85
|
### Patch Changes
|
|
290
86
|
|
|
291
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))
|
|
292
88
|
|
|
293
|
-
## 8.0.0-canary.100
|
|
294
|
-
|
|
295
|
-
## 8.0.0-canary.99
|
|
296
|
-
|
|
297
|
-
## 8.0.0-canary.98
|
|
298
|
-
|
|
299
|
-
## 8.0.0-canary.97
|
|
300
|
-
|
|
301
|
-
## 8.0.0-canary.96
|
|
302
|
-
|
|
303
|
-
## 8.0.0-canary.95
|
|
304
|
-
|
|
305
|
-
## 8.0.0-canary.94
|
|
306
|
-
|
|
307
|
-
## 8.0.0-canary.93
|
|
308
|
-
|
|
309
|
-
## 8.0.0-canary.92
|
|
310
|
-
|
|
311
|
-
## 8.0.0-canary.91
|
|
312
|
-
|
|
313
|
-
## 8.0.0-canary.90
|
|
314
|
-
|
|
315
|
-
## 8.0.0-canary.89
|
|
316
|
-
|
|
317
|
-
## 8.0.0-canary.88
|
|
318
|
-
|
|
319
|
-
## 8.0.0-canary.87
|
|
320
|
-
|
|
321
|
-
## 8.0.0-canary.86
|
|
322
|
-
|
|
323
|
-
## 8.0.0-canary.85
|
|
324
|
-
|
|
325
|
-
## 8.0.0-canary.84
|
|
326
|
-
|
|
327
|
-
## 8.0.0-canary.83
|
|
328
|
-
|
|
329
|
-
## 8.0.0-canary.82
|
|
330
|
-
|
|
331
|
-
## 8.0.0-canary.81
|
|
332
|
-
|
|
333
|
-
## 8.0.0-canary.80
|
|
334
|
-
|
|
335
|
-
## 8.0.0-canary.79
|
|
336
|
-
|
|
337
|
-
## 8.0.0-canary.78
|
|
338
|
-
|
|
339
|
-
## 8.0.0-canary.77
|
|
340
|
-
|
|
341
|
-
## 8.0.0-canary.76
|
|
342
|
-
|
|
343
|
-
## 8.0.0-canary.75
|
|
344
|
-
|
|
345
|
-
## 8.0.0-canary.74
|
|
346
|
-
|
|
347
|
-
## 8.0.0-canary.73
|
|
348
|
-
|
|
349
|
-
## 8.0.0-canary.72
|
|
350
|
-
|
|
351
|
-
## 8.0.0-canary.71
|
|
352
|
-
|
|
353
|
-
## 8.0.0-canary.70
|
|
354
|
-
|
|
355
|
-
## 8.0.0-canary.69
|
|
356
|
-
|
|
357
|
-
## 7.1.0-canary.68
|
|
358
|
-
|
|
359
|
-
## 7.1.0-canary.67
|
|
360
|
-
|
|
361
|
-
## 7.1.0-canary.66
|
|
362
|
-
|
|
363
|
-
## 7.1.0-canary.65
|
|
364
|
-
|
|
365
|
-
### Patch Changes
|
|
366
|
-
|
|
367
|
-
- [#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))
|
|
368
|
-
|
|
369
|
-
## 7.1.0-canary.64
|
|
370
|
-
|
|
371
|
-
## 7.1.0-canary.63
|
|
372
|
-
|
|
373
|
-
## 7.1.0-canary.62
|
|
374
|
-
|
|
375
|
-
## 7.1.0-canary.61
|
|
376
|
-
|
|
377
|
-
## 7.1.0-canary.60
|
|
378
|
-
|
|
379
|
-
## 7.1.0-canary.59
|
|
380
|
-
|
|
381
|
-
## 7.1.0-canary.58
|
|
382
|
-
|
|
383
|
-
## 7.1.0-canary.57
|
|
384
|
-
|
|
385
|
-
## 7.1.0-canary.56
|
|
386
|
-
|
|
387
|
-
## 7.1.0-canary.55
|
|
388
|
-
|
|
389
|
-
## 7.1.0-canary.54
|
|
390
|
-
|
|
391
|
-
## 7.1.0-canary.53
|
|
392
|
-
|
|
393
|
-
## 7.1.0-canary.52
|
|
394
|
-
|
|
395
|
-
## 7.1.0-canary.51
|
|
396
|
-
|
|
397
|
-
## 7.1.0-canary.50
|
|
398
|
-
|
|
399
|
-
## 7.1.0-canary.49
|
|
400
|
-
|
|
401
|
-
## 7.1.0-canary.48
|
|
402
|
-
|
|
403
|
-
## 7.1.0-canary.47
|
|
404
|
-
|
|
405
|
-
## 7.1.0-canary.46
|
|
406
|
-
|
|
407
|
-
## 7.1.0-canary.45
|
|
408
|
-
|
|
409
|
-
## 7.1.0-canary.38
|
|
410
|
-
|
|
411
|
-
## 7.1.0-canary.37
|
|
412
|
-
|
|
413
|
-
## 7.1.0-canary.36
|
|
414
|
-
|
|
415
|
-
## 7.1.0-canary.35
|
|
416
|
-
|
|
417
|
-
## 7.1.0-canary.34
|
|
418
|
-
|
|
419
|
-
## 7.1.0-canary.33
|
|
420
|
-
|
|
421
|
-
## 7.1.0-canary.32
|
|
422
|
-
|
|
423
|
-
## 7.1.0-canary.31
|
|
424
|
-
|
|
425
|
-
## 7.1.0-canary.30
|
|
426
|
-
|
|
427
|
-
## 7.1.0-canary.29
|
|
428
|
-
|
|
429
|
-
## 7.1.0-canary.28
|
|
430
|
-
|
|
431
|
-
## 7.1.0-canary.27
|
|
432
|
-
|
|
433
|
-
## 7.1.0-canary.26
|
|
434
|
-
|
|
435
|
-
## 7.1.0-canary.25
|
|
436
|
-
|
|
437
|
-
## 7.1.0-canary.24
|
|
438
|
-
|
|
439
|
-
## 7.1.0-canary.23
|
|
440
|
-
|
|
441
|
-
## 7.1.0-canary.22
|
|
442
|
-
|
|
443
|
-
## 7.1.0-canary.21
|
|
444
|
-
|
|
445
|
-
## 7.1.0-canary.20
|
|
446
|
-
|
|
447
|
-
## 7.1.0-canary.19
|
|
448
|
-
|
|
449
|
-
## 7.1.0-canary.18
|
|
450
|
-
|
|
451
|
-
## 7.1.0-canary.17
|
|
452
|
-
|
|
453
|
-
## 7.1.0-canary.16
|
|
454
|
-
|
|
455
|
-
## 7.1.0-canary.15
|
|
456
|
-
|
|
457
|
-
## 7.1.0-canary.14
|
|
458
|
-
|
|
459
|
-
## 7.1.0-canary.13
|
|
460
|
-
|
|
461
|
-
## 7.1.0-canary.12
|
|
462
|
-
|
|
463
|
-
## 7.1.0-canary.11
|
|
464
|
-
|
|
465
|
-
## 7.1.0-canary.10
|
|
466
|
-
|
|
467
|
-
## 7.1.0-canary.9
|
|
468
|
-
|
|
469
|
-
## 7.1.0-canary.8
|
|
470
|
-
|
|
471
|
-
## 7.0.2-canary.7
|
|
472
|
-
|
|
473
|
-
## 7.0.2-canary.6
|
|
474
|
-
|
|
475
|
-
## 7.0.2-canary.5
|
|
476
|
-
|
|
477
|
-
## 7.0.1
|
|
478
|
-
|
|
479
|
-
## 7.0.1-canary.15
|
|
480
|
-
|
|
481
|
-
## 7.0.1-canary.14
|
|
482
|
-
|
|
483
|
-
## 7.0.1-canary.13
|
|
484
|
-
|
|
485
|
-
## 7.0.1-canary.12
|
|
486
|
-
|
|
487
|
-
## 7.0.1-canary.11
|
|
488
|
-
|
|
489
|
-
## 7.0.1-canary.10
|
|
490
|
-
|
|
491
|
-
## 7.0.1-canary.9
|
|
492
|
-
|
|
493
|
-
## 7.0.1-canary.8
|
|
494
|
-
|
|
495
|
-
## 7.0.1-canary.7
|
|
496
|
-
|
|
497
|
-
## 7.0.1-canary.6
|
|
498
|
-
|
|
499
|
-
## 7.0.1-canary.5
|
|
500
|
-
|
|
501
|
-
## 7.0.1-canary.4
|
|
502
|
-
|
|
503
|
-
## 7.0.1-canary.3
|
|
504
|
-
|
|
505
|
-
## 7.0.1-canary.2
|
|
506
|
-
|
|
507
|
-
## 7.0.1-canary.1
|
|
508
|
-
|
|
509
|
-
## 7.0.1-canary.0
|
|
510
|
-
|
|
511
89
|
## 7.0.0
|
|
512
90
|
|
|
513
91
|
### Major Changes
|
|
@@ -530,432 +108,12 @@
|
|
|
530
108
|
|
|
531
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))
|
|
532
110
|
|
|
533
|
-
## 6.2.0-canary.98
|
|
534
|
-
|
|
535
|
-
## 6.2.0-canary.97
|
|
536
|
-
|
|
537
|
-
## 6.2.0-canary.96
|
|
538
|
-
|
|
539
|
-
## 6.2.0-canary.95
|
|
540
|
-
|
|
541
|
-
## 6.2.0-canary.94
|
|
542
|
-
|
|
543
|
-
## 6.2.0-canary.93
|
|
544
|
-
|
|
545
|
-
## 6.2.0-canary.92
|
|
546
|
-
|
|
547
|
-
## 6.2.0-canary.91
|
|
548
|
-
|
|
549
|
-
## 6.2.0-canary.90
|
|
550
|
-
|
|
551
|
-
## 6.2.0-canary.89
|
|
552
|
-
|
|
553
|
-
## 6.2.0-canary.88
|
|
554
|
-
|
|
555
|
-
## 6.2.0-canary.87
|
|
556
|
-
|
|
557
|
-
## 6.2.0-canary.86
|
|
558
|
-
|
|
559
|
-
## 6.2.0-canary.85
|
|
560
|
-
|
|
561
|
-
## 6.2.0-canary.84
|
|
562
|
-
|
|
563
|
-
## 6.2.0-canary.83
|
|
564
|
-
|
|
565
|
-
## 6.2.0-canary.82
|
|
566
|
-
|
|
567
|
-
## 6.2.0-canary.81
|
|
568
|
-
|
|
569
|
-
## 6.2.0-canary.80
|
|
570
|
-
|
|
571
|
-
### Patch Changes
|
|
572
|
-
|
|
573
|
-
- [#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))
|
|
574
|
-
|
|
575
|
-
## 6.2.0-canary.79
|
|
576
|
-
|
|
577
|
-
## 6.2.0-canary.78
|
|
578
|
-
|
|
579
|
-
## 6.2.0-canary.77
|
|
580
|
-
|
|
581
|
-
### Patch Changes
|
|
582
|
-
|
|
583
|
-
- [#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))
|
|
584
|
-
|
|
585
|
-
## 6.2.0-canary.76
|
|
586
|
-
|
|
587
|
-
## 6.2.0-canary.75
|
|
588
|
-
|
|
589
|
-
## 6.2.0-canary.74
|
|
590
|
-
|
|
591
|
-
## 6.2.0-canary.73
|
|
592
|
-
|
|
593
|
-
## 6.2.0-canary.72
|
|
594
|
-
|
|
595
|
-
## 6.2.0-canary.71
|
|
596
|
-
|
|
597
|
-
## 6.2.0-canary.70
|
|
598
|
-
|
|
599
|
-
## 6.2.0-canary.69
|
|
600
|
-
|
|
601
|
-
## 6.2.0-canary.68
|
|
602
|
-
|
|
603
|
-
## 6.2.0-canary.67
|
|
604
|
-
|
|
605
|
-
## 6.2.0-canary.66
|
|
606
|
-
|
|
607
|
-
## 6.2.0-canary.65
|
|
608
|
-
|
|
609
|
-
## 6.2.0-canary.64
|
|
610
|
-
|
|
611
|
-
## 6.2.0-canary.63
|
|
612
|
-
|
|
613
|
-
## 6.2.0-canary.62
|
|
614
|
-
|
|
615
|
-
## 6.2.0-canary.61
|
|
616
|
-
|
|
617
|
-
## 6.2.0-canary.60
|
|
618
|
-
|
|
619
|
-
## 6.2.0-canary.59
|
|
620
|
-
|
|
621
|
-
### Minor Changes
|
|
622
|
-
|
|
623
|
-
- [#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))
|
|
624
|
-
|
|
625
|
-
## 6.2.0-canary.58
|
|
626
|
-
|
|
627
|
-
## 6.2.0-canary.57
|
|
628
|
-
|
|
629
|
-
## 6.2.0-canary.56
|
|
630
|
-
|
|
631
|
-
## 6.2.0-canary.55
|
|
632
|
-
|
|
633
|
-
## 6.2.0-canary.54
|
|
634
|
-
|
|
635
|
-
## 6.2.0-canary.53
|
|
636
|
-
|
|
637
|
-
## 6.2.0-canary.52
|
|
638
|
-
|
|
639
|
-
## 6.2.0-canary.51
|
|
640
|
-
|
|
641
|
-
## 6.2.0-canary.50
|
|
642
|
-
|
|
643
|
-
### Minor Changes
|
|
644
|
-
|
|
645
|
-
- [`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))
|
|
646
|
-
|
|
647
|
-
## 6.2.0-canary.49
|
|
648
|
-
|
|
649
|
-
### Patch Changes
|
|
650
|
-
|
|
651
|
-
- [#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))
|
|
652
|
-
|
|
653
|
-
## 6.2.0-canary.48
|
|
654
|
-
|
|
655
|
-
### Minor Changes
|
|
656
|
-
|
|
657
|
-
- [#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))
|
|
658
|
-
|
|
659
|
-
## 6.2.0-canary.47
|
|
660
|
-
|
|
661
|
-
## 6.2.0-canary.46
|
|
662
|
-
|
|
663
|
-
## 6.2.0-canary.45
|
|
664
|
-
|
|
665
|
-
## 6.2.0-canary.44
|
|
666
|
-
|
|
667
|
-
## 6.2.0-canary.43
|
|
668
|
-
|
|
669
|
-
## 6.2.0-canary.42
|
|
670
|
-
|
|
671
|
-
## 6.2.0-canary.41
|
|
672
|
-
|
|
673
|
-
## 6.2.0-canary.40
|
|
674
|
-
|
|
675
|
-
## 6.2.0-canary.39
|
|
676
|
-
|
|
677
|
-
## 6.2.0-canary.38
|
|
678
|
-
|
|
679
|
-
## 6.2.0-canary.37
|
|
680
|
-
|
|
681
|
-
## 6.2.0-canary.36
|
|
682
|
-
|
|
683
|
-
## 6.2.0-canary.35
|
|
684
|
-
|
|
685
|
-
## 6.2.0-canary.34
|
|
686
|
-
|
|
687
|
-
## 6.2.0-canary.33
|
|
688
|
-
|
|
689
|
-
## 6.2.0-canary.32
|
|
690
|
-
|
|
691
|
-
## 6.2.0-canary.31
|
|
692
|
-
|
|
693
|
-
## 6.2.0-canary.30
|
|
694
|
-
|
|
695
|
-
## 6.2.0-canary.29
|
|
696
|
-
|
|
697
|
-
## 6.2.0-canary.28
|
|
698
|
-
|
|
699
|
-
## 6.2.0-canary.27
|
|
700
|
-
|
|
701
|
-
## 6.2.0-canary.26
|
|
702
|
-
|
|
703
|
-
## 6.2.0-canary.25
|
|
704
|
-
|
|
705
|
-
## 6.2.0-canary.24
|
|
706
|
-
|
|
707
|
-
## 6.2.0-canary.23
|
|
708
|
-
|
|
709
|
-
## 6.2.0-canary.22
|
|
710
|
-
|
|
711
|
-
## 6.2.0-canary.21
|
|
712
|
-
|
|
713
|
-
## 6.2.0-canary.20
|
|
714
|
-
|
|
715
|
-
## 6.2.0-canary.19
|
|
716
|
-
|
|
717
|
-
## 6.2.0-canary.18
|
|
718
|
-
|
|
719
|
-
## 6.2.0-canary.17
|
|
720
|
-
|
|
721
|
-
## 6.2.0-canary.16
|
|
722
|
-
|
|
723
|
-
## 6.2.0-canary.15
|
|
724
|
-
|
|
725
|
-
## 6.2.0-canary.14
|
|
726
|
-
|
|
727
|
-
## 6.2.0-canary.13
|
|
728
|
-
|
|
729
|
-
## 6.2.0-canary.12
|
|
730
|
-
|
|
731
|
-
## 6.2.0-canary.11
|
|
732
|
-
|
|
733
|
-
## 6.2.0-canary.10
|
|
734
|
-
|
|
735
|
-
## 6.2.0-canary.9
|
|
736
|
-
|
|
737
|
-
## 6.2.0-canary.8
|
|
738
|
-
|
|
739
|
-
## 6.2.0-canary.7
|
|
740
|
-
|
|
741
|
-
## 6.2.0-canary.6
|
|
742
|
-
|
|
743
|
-
## 6.1.1-canary.5
|
|
744
|
-
|
|
745
|
-
## 6.1.1-canary.4
|
|
746
|
-
|
|
747
|
-
### Patch Changes
|
|
748
|
-
|
|
749
|
-
- [#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))
|
|
750
|
-
|
|
751
|
-
## 6.1.1-canary.3
|
|
752
|
-
|
|
753
|
-
## 6.1.1-canary.2
|
|
754
|
-
|
|
755
|
-
## 6.1.1-canary.1
|
|
756
|
-
|
|
757
|
-
## 6.1.1-canary.0
|
|
758
|
-
|
|
759
|
-
## 6.1.0
|
|
760
|
-
|
|
761
|
-
## 6.0.2-canary.22
|
|
762
|
-
|
|
763
|
-
## 6.0.2-canary.21
|
|
764
|
-
|
|
765
|
-
## 6.0.2-canary.20
|
|
766
|
-
|
|
767
|
-
## 6.0.2-canary.19
|
|
768
|
-
|
|
769
|
-
## 6.0.2-canary.18
|
|
770
|
-
|
|
771
|
-
## 6.0.2-canary.17
|
|
772
|
-
|
|
773
|
-
## 6.0.2-canary.16
|
|
774
|
-
|
|
775
|
-
## 6.0.2-canary.15
|
|
776
|
-
|
|
777
|
-
## 6.0.2-canary.14
|
|
778
|
-
|
|
779
|
-
## 6.0.2-canary.13
|
|
780
|
-
|
|
781
|
-
## 6.0.2-canary.12
|
|
782
|
-
|
|
783
|
-
## 6.0.2-canary.11
|
|
784
|
-
|
|
785
|
-
## 6.0.2-canary.10
|
|
786
|
-
|
|
787
|
-
## 6.0.2-canary.9
|
|
788
|
-
|
|
789
|
-
## 6.0.2-canary.8
|
|
790
|
-
|
|
791
|
-
## 6.0.2-canary.7
|
|
792
|
-
|
|
793
|
-
## 6.0.2-canary.6
|
|
794
|
-
|
|
795
|
-
## 6.0.2-canary.5
|
|
796
|
-
|
|
797
|
-
## 6.0.2-canary.4
|
|
798
|
-
|
|
799
|
-
## 6.0.2-canary.3
|
|
800
|
-
|
|
801
|
-
## 6.0.2-canary.2
|
|
802
|
-
|
|
803
|
-
## 6.0.2-canary.1
|
|
804
|
-
|
|
805
|
-
## 6.0.2-canary.0
|
|
806
|
-
|
|
807
|
-
## 6.0.1
|
|
808
|
-
|
|
809
|
-
## 6.0.1-canary.7
|
|
810
|
-
|
|
811
|
-
## 6.0.1-canary.6
|
|
812
|
-
|
|
813
|
-
## 6.0.1-canary.5
|
|
814
|
-
|
|
815
|
-
## 6.0.1-canary.4
|
|
816
|
-
|
|
817
|
-
## 6.0.1-canary.3
|
|
818
|
-
|
|
819
|
-
## 6.0.1-canary.2
|
|
820
|
-
|
|
821
|
-
## 6.0.1-canary.1
|
|
822
|
-
|
|
823
|
-
## 6.0.1-canary.0
|
|
824
|
-
|
|
825
111
|
## 6.0.0
|
|
826
112
|
|
|
827
113
|
### Patch Changes
|
|
828
114
|
|
|
829
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))
|
|
830
116
|
|
|
831
|
-
## 6.0.0-canary.54
|
|
832
|
-
|
|
833
|
-
## 6.0.0-canary.53
|
|
834
|
-
|
|
835
|
-
## 6.0.0-canary.52
|
|
836
|
-
|
|
837
|
-
## 6.0.0-canary.51
|
|
838
|
-
|
|
839
|
-
## 6.0.0-canary.50
|
|
840
|
-
|
|
841
|
-
## 6.0.0-canary.49
|
|
842
|
-
|
|
843
|
-
## 6.0.0-canary.48
|
|
844
|
-
|
|
845
|
-
## 6.0.0-canary.47
|
|
846
|
-
|
|
847
|
-
## 6.0.0-canary.46
|
|
848
|
-
|
|
849
|
-
## 6.0.0-canary.45
|
|
850
|
-
|
|
851
|
-
## 6.0.0-canary.44
|
|
852
|
-
|
|
853
|
-
## 6.0.0-canary.43
|
|
854
|
-
|
|
855
|
-
## 6.0.0-canary.42
|
|
856
|
-
|
|
857
|
-
## 6.0.0-canary.41
|
|
858
|
-
|
|
859
|
-
## 6.0.0-canary.40
|
|
860
|
-
|
|
861
|
-
## 6.0.0-canary.39
|
|
862
|
-
|
|
863
|
-
## 6.0.0-canary.38
|
|
864
|
-
|
|
865
|
-
## 6.0.0-canary.37
|
|
866
|
-
|
|
867
|
-
## 6.0.0-canary.36
|
|
868
|
-
|
|
869
|
-
## 6.0.0-canary.35
|
|
870
|
-
|
|
871
|
-
## 6.0.0-canary.34
|
|
872
|
-
|
|
873
|
-
## 6.0.0-canary.33
|
|
874
|
-
|
|
875
|
-
## 6.0.0-canary.32
|
|
876
|
-
|
|
877
|
-
## 6.0.0-canary.31
|
|
878
|
-
|
|
879
|
-
## 6.0.0-canary.30
|
|
880
|
-
|
|
881
|
-
## 6.0.0-canary.29
|
|
882
|
-
|
|
883
|
-
## 6.0.0-canary.28
|
|
884
|
-
|
|
885
|
-
### Patch Changes
|
|
886
|
-
|
|
887
|
-
- [#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))
|
|
888
|
-
|
|
889
|
-
## 6.0.0-canary.27
|
|
890
|
-
|
|
891
|
-
## 6.0.0-canary.26
|
|
892
|
-
|
|
893
|
-
## 6.0.0-canary.25
|
|
894
|
-
|
|
895
|
-
## 6.0.0-canary.24
|
|
896
|
-
|
|
897
|
-
## 6.0.0-canary.23
|
|
898
|
-
|
|
899
|
-
## 6.0.0-canary.22
|
|
900
|
-
|
|
901
|
-
## 6.0.0-canary.21
|
|
902
|
-
|
|
903
|
-
## 6.0.0-canary.20
|
|
904
|
-
|
|
905
|
-
### Minor Changes
|
|
906
|
-
|
|
907
|
-
- [#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))
|
|
908
|
-
|
|
909
|
-
## 5.2.0-canary.19
|
|
910
|
-
|
|
911
|
-
## 5.2.0-canary.18
|
|
912
|
-
|
|
913
|
-
## 5.2.0-canary.17
|
|
914
|
-
|
|
915
|
-
## 5.2.0-canary.16
|
|
916
|
-
|
|
917
|
-
## 5.2.0-canary.15
|
|
918
|
-
|
|
919
|
-
## 5.2.0-canary.14
|
|
920
|
-
|
|
921
|
-
## 5.2.0-canary.13
|
|
922
|
-
|
|
923
|
-
## 5.2.0-canary.12
|
|
924
|
-
|
|
925
|
-
## 5.2.0-canary.11
|
|
926
|
-
|
|
927
|
-
## 5.2.0-canary.10
|
|
928
|
-
|
|
929
|
-
## 5.2.0-canary.9
|
|
930
|
-
|
|
931
|
-
## 5.2.0-canary.8
|
|
932
|
-
|
|
933
|
-
### Patch Changes
|
|
934
|
-
|
|
935
|
-
- [#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))
|
|
936
|
-
|
|
937
|
-
## 5.2.0-canary.7
|
|
938
|
-
|
|
939
|
-
## 5.2.0-canary.6
|
|
940
|
-
|
|
941
|
-
## 5.2.0-canary.5
|
|
942
|
-
|
|
943
|
-
## 5.2.0-canary.4
|
|
944
|
-
|
|
945
|
-
## 5.2.0-canary.3
|
|
946
|
-
|
|
947
|
-
## 5.2.0-canary.2
|
|
948
|
-
|
|
949
|
-
## 5.2.0-canary.1
|
|
950
|
-
|
|
951
|
-
## 5.2.0-canary.0
|
|
952
|
-
|
|
953
|
-
## 5.1.1
|
|
954
|
-
|
|
955
|
-
## 5.1.1-canary.1
|
|
956
|
-
|
|
957
|
-
## 5.1.1-canary.0
|
|
958
|
-
|
|
959
117
|
## 5.1.0
|
|
960
118
|
|
|
961
119
|
### Patch Changes
|
|
@@ -967,113 +125,24 @@
|
|
|
967
125
|
- Upgraded dependencies including type-fest and graphql-mesh
|
|
968
126
|
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
969
127
|
|
|
970
|
-
## 5.1.0-canary.11
|
|
971
|
-
|
|
972
|
-
## 5.1.0-canary.10
|
|
973
|
-
|
|
974
|
-
## 5.1.0-canary.9
|
|
975
|
-
|
|
976
|
-
## 5.1.0-canary.8
|
|
977
|
-
|
|
978
|
-
## 5.1.0-canary.7
|
|
979
|
-
|
|
980
|
-
## 5.1.0-canary.6
|
|
981
|
-
|
|
982
|
-
## 5.1.0-canary.5
|
|
983
|
-
|
|
984
|
-
## 5.1.0-canary.4
|
|
985
|
-
|
|
986
|
-
## 5.1.0-canary.3
|
|
987
|
-
|
|
988
|
-
### Patch Changes
|
|
989
|
-
|
|
990
|
-
- [#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.
|
|
991
|
-
|
|
992
|
-
- Updated the @mui/material package
|
|
993
|
-
- Removed dependencies on react-hook-form-mui and @playwright/test
|
|
994
|
-
- Upgraded dependencies including type-fest and graphql-mesh
|
|
995
|
-
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
|
996
|
-
|
|
997
|
-
## 5.1.0-canary.2
|
|
998
|
-
|
|
999
|
-
## 5.1.0-canary.1
|
|
1000
|
-
|
|
1001
|
-
## 5.1.0-canary.0
|
|
1002
|
-
|
|
1003
128
|
## 5.0.0
|
|
1004
129
|
|
|
1005
130
|
### Major Changes
|
|
1006
131
|
|
|
1007
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))
|
|
1008
133
|
|
|
1009
|
-
## 5.0.0-canary.14
|
|
1010
|
-
|
|
1011
|
-
## 5.0.0-canary.13
|
|
1012
|
-
|
|
1013
|
-
### Major Changes
|
|
1014
|
-
|
|
1015
|
-
- [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@paales](https://github.com/paales))
|
|
1016
|
-
|
|
1017
|
-
## 4.14.0-canary.12
|
|
1018
|
-
|
|
1019
|
-
## 4.14.0-canary.11
|
|
1020
|
-
|
|
1021
|
-
## 4.14.0-canary.10
|
|
1022
|
-
|
|
1023
|
-
## 4.14.0-canary.9
|
|
1024
|
-
|
|
1025
|
-
## 4.14.0-canary.8
|
|
1026
|
-
|
|
1027
|
-
## 4.14.0-canary.7
|
|
1028
|
-
|
|
1029
|
-
## 4.14.0-canary.6
|
|
1030
|
-
|
|
1031
|
-
## 4.14.0-canary.5
|
|
1032
|
-
|
|
1033
|
-
## 4.14.0-canary.4
|
|
1034
|
-
|
|
1035
|
-
## 4.14.0-canary.3
|
|
1036
|
-
|
|
1037
|
-
## 4.14.0-canary.2
|
|
1038
|
-
|
|
1039
|
-
## 4.13.2-canary.1
|
|
1040
|
-
|
|
1041
|
-
## 4.13.2-canary.0
|
|
1042
|
-
|
|
1043
|
-
## 4.13.3
|
|
1044
|
-
|
|
1045
|
-
## 4.13.2
|
|
1046
|
-
|
|
1047
134
|
## 4.13.1
|
|
1048
135
|
|
|
1049
136
|
### Patch Changes
|
|
1050
137
|
|
|
1051
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
|
|
1052
139
|
|
|
1053
|
-
## 4.13.1-canary.2
|
|
1054
|
-
|
|
1055
|
-
### Patch Changes
|
|
1056
|
-
|
|
1057
|
-
- [#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
|
|
1058
|
-
|
|
1059
|
-
## 4.13.1-canary.1
|
|
1060
|
-
|
|
1061
|
-
## 4.13.1-canary.0
|
|
1062
|
-
|
|
1063
140
|
## 4.13.0
|
|
1064
141
|
|
|
1065
142
|
### Patch Changes
|
|
1066
143
|
|
|
1067
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
|
|
1068
145
|
|
|
1069
|
-
## 4.13.0-canary.1
|
|
1070
|
-
|
|
1071
|
-
### Patch Changes
|
|
1072
|
-
|
|
1073
|
-
- [`abb15ef4a`](https://github.com/graphcommerce-org/graphcommerce/commit/abb15ef4a79b12eddb32cc006e5d1d31dd06ac2d) Thanks [@paales](https://github.com/paales)! - Added canary releases to GraphCommerce
|
|
1074
|
-
|
|
1075
|
-
## 4.13.0-canary.0
|
|
1076
|
-
|
|
1077
146
|
## 4.8.4
|
|
1078
147
|
|
|
1079
148
|
### Patch Changes
|
|
@@ -1627,7 +696,7 @@
|
|
|
1627
696
|
All occurences of `<Trans>` and `t` need to be replaced:
|
|
1628
697
|
|
|
1629
698
|
```tsx
|
|
1630
|
-
import {
|
|
699
|
+
import { t, Trans } from '@lingui/macro'
|
|
1631
700
|
|
|
1632
701
|
function MyComponent() {
|
|
1633
702
|
const foo = 'bar'
|
|
@@ -1642,8 +711,8 @@
|
|
|
1642
711
|
Needs to be replaced with:
|
|
1643
712
|
|
|
1644
713
|
```tsx
|
|
1645
|
-
import { Trans } from '@lingui/react'
|
|
1646
714
|
import { i18n } from '@lingui/core'
|
|
715
|
+
import { Trans } from '@lingui/react'
|
|
1647
716
|
|
|
1648
717
|
function MyComponent() {
|
|
1649
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
|