@graphcommerce/magento-search 9.0.0-canary.99 → 9.0.1-canary.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +37 -952
- package/components/CategorySearchResult/CategorySearchResult.tsx +5 -4
- package/components/CategorySearchResult/CategorySearchResults.tsx +3 -1
- package/components/NoSearchResults/NoSearchResults.tsx +7 -2
- package/components/ProductFiltersPro/ProductFiltersProCategorySectionSearch.tsx +6 -6
- package/components/ProductFiltersPro/ProductFiltersProSearchHeader.tsx +15 -4
- package/components/ProductFiltersPro/ProductFiltersProSearchInput.tsx +2 -5
- package/components/ProductFiltersPro/{ProductFiltersProSearchField.tsx → SearchField.tsx} +10 -7
- package/components/ProductFiltersPro/useSearchPageAndParam.ts +1 -1
- package/components/SearchButton/SearchButton.tsx +4 -3
- package/components/SearchFab/SearchFab.tsx +24 -0
- package/components/SearchForm/SearchForm.tsx +4 -2
- package/components/SearchForm/SearchFormAdornment.tsx +3 -2
- package/components/SearchLink/SearchLink.tsx +6 -5
- package/hooks/useProductList.ts +14 -10
- package/index.ts +3 -1
- package/package.json +13 -11
- package/tsconfig.json +1 -1
- package/utils/productListApplySearchDefaults.ts +8 -3
package/CHANGELOG.md
CHANGED
@@ -1,84 +1,74 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
-
## 9.0.
|
3
|
+
## 9.0.1-canary.0
|
4
4
|
|
5
|
-
## 9.0.0
|
5
|
+
## 9.0.0
|
6
6
|
|
7
|
-
|
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
|
16
|
-
|
17
|
-
## 9.0.0-canary.92
|
7
|
+
### Minor Changes
|
18
8
|
|
19
|
-
|
9
|
+
- [#2361](https://github.com/graphcommerce-org/graphcommerce/pull/2361) [`9c3149c`](https://github.com/graphcommerce-org/graphcommerce/commit/9c3149cb7550c6bf7de4b8e3bcaabe2f6a70d5c7) - Search overlay package this is compatible with Magento's default search as well as any other implementation like Algolia and Adobe Sensei. ([@paales](https://github.com/paales))
|
20
10
|
|
21
|
-
|
11
|
+
### Patch Changes
|
22
12
|
|
23
|
-
|
13
|
+
- [#2309](https://github.com/graphcommerce-org/graphcommerce/pull/2309) [`03e410f`](https://github.com/graphcommerce-org/graphcommerce/commit/03e410f7ad59ce94a6ff199809999e56ff8cc1f5) - Solved an issue where the Search Input field wouldn't open and wouldn't be focussed on render. ([@Renzovh](https://github.com/Renzovh))
|
24
14
|
|
25
|
-
|
15
|
+
- [#2380](https://github.com/graphcommerce-org/graphcommerce/pull/2380) [`c17e5f1`](https://github.com/graphcommerce-org/graphcommerce/commit/c17e5f1cf9fb291b9bbf1fca0620c2721dceb331) - Solve issue: Warning: Cannot update a component (`FormAutoSubmitBase`) while rendering a different component (`ActionCardListForm`). ([@paales](https://github.com/paales))
|
26
16
|
|
27
|
-
|
17
|
+
- [#2328](https://github.com/graphcommerce-org/graphcommerce/pull/2328) [`ee04368`](https://github.com/graphcommerce-org/graphcommerce/commit/ee04368444f732e5541a595db6e2ef66d15add68) - Move to `attributesList` to get a list of filterable attributes instead of using an introspection query. `productFiltersProSectionRenderer` and `productFiltersProChipRenderer` keys now use `AttributeFrontendInputEnum`. ([@paales](https://github.com/paales))
|
28
18
|
|
29
|
-
|
19
|
+
- [#2452](https://github.com/graphcommerce-org/graphcommerce/pull/2452) [`5dfd3b2`](https://github.com/graphcommerce-org/graphcommerce/commit/5dfd3b201255ef35263485d04153d37bb7e4fe67) - Renamed useInContextQuery to usePrivateQuery ([@paales](https://github.com/paales))
|
30
20
|
|
31
|
-
|
21
|
+
- [#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))
|
32
22
|
|
33
|
-
## 9.0.0-canary.
|
23
|
+
## 9.0.0-canary.118
|
34
24
|
|
35
|
-
## 9.0.0-canary.
|
25
|
+
## 9.0.0-canary.117
|
36
26
|
|
37
|
-
|
27
|
+
### Minor Changes
|
38
28
|
|
39
|
-
|
29
|
+
- [#2361](https://github.com/graphcommerce-org/graphcommerce/pull/2361) [`9c3149c`](https://github.com/graphcommerce-org/graphcommerce/commit/9c3149cb7550c6bf7de4b8e3bcaabe2f6a70d5c7) - Search overlay package this is compatible with Magento's default search as well as any other implementation like Algolia and Adobe Sensei. ([@paales](https://github.com/paales))
|
40
30
|
|
41
|
-
## 9.0.0-canary.
|
31
|
+
## 9.0.0-canary.116
|
42
32
|
|
43
|
-
|
33
|
+
### Patch Changes
|
44
34
|
|
45
|
-
|
35
|
+
- [#2452](https://github.com/graphcommerce-org/graphcommerce/pull/2452) [`5dfd3b2`](https://github.com/graphcommerce-org/graphcommerce/commit/5dfd3b201255ef35263485d04153d37bb7e4fe67) - Renamed useInContextQuery to usePrivateQuery ([@paales](https://github.com/paales))
|
46
36
|
|
47
|
-
## 9.0.0-canary.
|
37
|
+
## 9.0.0-canary.115
|
48
38
|
|
49
|
-
## 9.0.0-canary.
|
39
|
+
## 9.0.0-canary.114
|
50
40
|
|
51
|
-
## 9.0.0-canary.
|
41
|
+
## 9.0.0-canary.113
|
52
42
|
|
53
|
-
## 9.0.0-canary.
|
43
|
+
## 9.0.0-canary.112
|
54
44
|
|
55
|
-
## 9.0.0-canary.
|
45
|
+
## 9.0.0-canary.111
|
56
46
|
|
57
|
-
## 9.0.0-canary.
|
47
|
+
## 9.0.0-canary.110
|
58
48
|
|
59
|
-
## 9.0.0-canary.
|
49
|
+
## 9.0.0-canary.109
|
60
50
|
|
61
|
-
## 9.0.0-canary.
|
51
|
+
## 9.0.0-canary.108
|
62
52
|
|
63
|
-
|
53
|
+
### Patch Changes
|
64
54
|
|
65
|
-
|
55
|
+
- [#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))
|
66
56
|
|
67
|
-
## 9.0.0-canary.
|
57
|
+
## 9.0.0-canary.107
|
68
58
|
|
69
|
-
## 9.0.0-canary.
|
59
|
+
## 9.0.0-canary.106
|
70
60
|
|
71
|
-
## 9.0.0-canary.
|
61
|
+
## 9.0.0-canary.105
|
72
62
|
|
73
|
-
## 9.0.0-canary.
|
63
|
+
## 9.0.0-canary.104
|
74
64
|
|
75
|
-
## 9.0.0-canary.
|
65
|
+
## 9.0.0-canary.103
|
76
66
|
|
77
|
-
## 9.0.0-canary.
|
67
|
+
## 9.0.0-canary.101
|
78
68
|
|
79
|
-
|
69
|
+
### Patch Changes
|
80
70
|
|
81
|
-
|
71
|
+
- [#2380](https://github.com/graphcommerce-org/graphcommerce/pull/2380) [`c17e5f1`](https://github.com/graphcommerce-org/graphcommerce/commit/c17e5f1cf9fb291b9bbf1fca0620c2721dceb331) - Solve issue: Warning: Cannot update a component (`FormAutoSubmitBase`) while rendering a different component (`ActionCardListForm`). ([@paales](https://github.com/paales))
|
82
72
|
|
83
73
|
## 9.0.0-canary.59
|
84
74
|
|
@@ -92,190 +82,6 @@
|
|
92
82
|
|
93
83
|
- [#2328](https://github.com/graphcommerce-org/graphcommerce/pull/2328) [`ee04368`](https://github.com/graphcommerce-org/graphcommerce/commit/ee04368444f732e5541a595db6e2ef66d15add68) - Move to attributesList to get a list of filterable attributes instead of using an introspection query. `productFiltersProSectionRenderer` and `productFiltersProChipRenderer` keys now now one of `AttributeFrontendInputEnum`. ([@paales](https://github.com/paales))
|
94
84
|
|
95
|
-
## 9.0.0-canary.57
|
96
|
-
|
97
|
-
## 9.0.0-canary.56
|
98
|
-
|
99
|
-
## 9.0.0-canary.55
|
100
|
-
|
101
|
-
## 9.0.0-canary.54
|
102
|
-
|
103
|
-
## 8.1.0-canary.53
|
104
|
-
|
105
|
-
## 8.1.0-canary.52
|
106
|
-
|
107
|
-
## 8.1.0-canary.51
|
108
|
-
|
109
|
-
## 8.1.0-canary.50
|
110
|
-
|
111
|
-
## 8.1.0-canary.49
|
112
|
-
|
113
|
-
## 8.1.0-canary.48
|
114
|
-
|
115
|
-
## 8.1.0-canary.47
|
116
|
-
|
117
|
-
## 8.1.0-canary.46
|
118
|
-
|
119
|
-
## 8.1.0-canary.45
|
120
|
-
|
121
|
-
## 8.1.0-canary.44
|
122
|
-
|
123
|
-
## 8.1.0-canary.43
|
124
|
-
|
125
|
-
## 8.1.0-canary.42
|
126
|
-
|
127
|
-
## 8.1.0-canary.41
|
128
|
-
|
129
|
-
## 8.1.0-canary.40
|
130
|
-
|
131
|
-
## 8.1.0-canary.39
|
132
|
-
|
133
|
-
## 8.1.0-canary.38
|
134
|
-
|
135
|
-
## 8.1.0-canary.37
|
136
|
-
|
137
|
-
## 8.1.0-canary.36
|
138
|
-
|
139
|
-
## 8.1.0-canary.35
|
140
|
-
|
141
|
-
## 8.1.0-canary.34
|
142
|
-
|
143
|
-
## 8.1.0-canary.33
|
144
|
-
|
145
|
-
## 8.1.0-canary.32
|
146
|
-
|
147
|
-
## 8.1.0-canary.31
|
148
|
-
|
149
|
-
## 8.1.0-canary.30
|
150
|
-
|
151
|
-
## 8.1.0-canary.29
|
152
|
-
|
153
|
-
## 8.1.0-canary.28
|
154
|
-
|
155
|
-
## 8.1.0-canary.27
|
156
|
-
|
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
|
-
## 8.1.0-canary.15
|
180
|
-
|
181
|
-
## 8.1.0-canary.14
|
182
|
-
|
183
|
-
## 8.1.0-canary.13
|
184
|
-
|
185
|
-
## 8.1.0-canary.12
|
186
|
-
|
187
|
-
## 8.1.0-canary.11
|
188
|
-
|
189
|
-
## 8.1.0-canary.10
|
190
|
-
|
191
|
-
## 8.1.0-canary.9
|
192
|
-
|
193
|
-
## 8.1.0-canary.8
|
194
|
-
|
195
|
-
## 8.1.0-canary.7
|
196
|
-
|
197
|
-
## 8.1.0-canary.6
|
198
|
-
|
199
|
-
## 8.1.0-canary.5
|
200
|
-
|
201
|
-
## 8.0.6-canary.4
|
202
|
-
|
203
|
-
## 8.0.6-canary.3
|
204
|
-
|
205
|
-
## 8.0.6-canary.2
|
206
|
-
|
207
|
-
## 8.0.6-canary.1
|
208
|
-
|
209
|
-
## 8.0.6-canary.0
|
210
|
-
|
211
|
-
## 8.0.5
|
212
|
-
|
213
|
-
## 8.0.5-canary.10
|
214
|
-
|
215
|
-
## 8.0.5-canary.9
|
216
|
-
|
217
|
-
## 8.0.5-canary.8
|
218
|
-
|
219
|
-
## 8.0.5-canary.7
|
220
|
-
|
221
|
-
## 8.0.5-canary.6
|
222
|
-
|
223
|
-
## 8.0.5-canary.5
|
224
|
-
|
225
|
-
## 8.0.5-canary.4
|
226
|
-
|
227
|
-
## 8.0.5-canary.3
|
228
|
-
|
229
|
-
## 8.0.5-canary.2
|
230
|
-
|
231
|
-
## 8.0.5-canary.1
|
232
|
-
|
233
|
-
## 8.0.5-canary.0
|
234
|
-
|
235
|
-
## 8.0.4
|
236
|
-
|
237
|
-
## 8.0.4-canary.1
|
238
|
-
|
239
|
-
## 8.0.4-canary.0
|
240
|
-
|
241
|
-
## 8.0.3
|
242
|
-
|
243
|
-
## 8.0.3-canary.6
|
244
|
-
|
245
|
-
## 8.0.3-canary.5
|
246
|
-
|
247
|
-
## 8.0.3-canary.4
|
248
|
-
|
249
|
-
## 8.0.3-canary.3
|
250
|
-
|
251
|
-
## 8.0.3-canary.2
|
252
|
-
|
253
|
-
## 8.0.3-canary.1
|
254
|
-
|
255
|
-
## 8.0.3-canary.0
|
256
|
-
|
257
|
-
## 8.0.2
|
258
|
-
|
259
|
-
## 8.0.2-canary.3
|
260
|
-
|
261
|
-
## 8.0.2-canary.2
|
262
|
-
|
263
|
-
## 8.0.2-canary.1
|
264
|
-
|
265
|
-
## 8.0.2-canary.0
|
266
|
-
|
267
|
-
## 8.0.1
|
268
|
-
|
269
|
-
## 8.0.1-canary.4
|
270
|
-
|
271
|
-
## 8.0.1-canary.3
|
272
|
-
|
273
|
-
## 8.0.1-canary.2
|
274
|
-
|
275
|
-
## 8.0.1-canary.1
|
276
|
-
|
277
|
-
## 8.0.1-canary.0
|
278
|
-
|
279
85
|
## 8.0.0
|
280
86
|
|
281
87
|
### Patch Changes
|
@@ -286,230 +92,6 @@
|
|
286
92
|
|
287
93
|
- [#2160](https://github.com/graphcommerce-org/graphcommerce/pull/2160) [`fe37229`](https://github.com/graphcommerce-org/graphcommerce/commit/fe372294d6a42b1108e0fcef306b297baed5eb71) - Take the `per_page` configuration in account for the search results ([@paales](https://github.com/paales))
|
288
94
|
|
289
|
-
## 8.0.0-canary.100
|
290
|
-
|
291
|
-
## 8.0.0-canary.99
|
292
|
-
|
293
|
-
## 8.0.0-canary.98
|
294
|
-
|
295
|
-
## 8.0.0-canary.97
|
296
|
-
|
297
|
-
## 8.0.0-canary.96
|
298
|
-
|
299
|
-
## 8.0.0-canary.95
|
300
|
-
|
301
|
-
## 8.0.0-canary.94
|
302
|
-
|
303
|
-
## 8.0.0-canary.93
|
304
|
-
|
305
|
-
## 8.0.0-canary.92
|
306
|
-
|
307
|
-
## 8.0.0-canary.91
|
308
|
-
|
309
|
-
## 8.0.0-canary.90
|
310
|
-
|
311
|
-
## 8.0.0-canary.89
|
312
|
-
|
313
|
-
## 8.0.0-canary.88
|
314
|
-
|
315
|
-
## 8.0.0-canary.87
|
316
|
-
|
317
|
-
## 8.0.0-canary.86
|
318
|
-
|
319
|
-
## 8.0.0-canary.85
|
320
|
-
|
321
|
-
## 8.0.0-canary.84
|
322
|
-
|
323
|
-
## 8.0.0-canary.83
|
324
|
-
|
325
|
-
## 8.0.0-canary.82
|
326
|
-
|
327
|
-
## 8.0.0-canary.81
|
328
|
-
|
329
|
-
## 8.0.0-canary.80
|
330
|
-
|
331
|
-
## 8.0.0-canary.79
|
332
|
-
|
333
|
-
## 8.0.0-canary.78
|
334
|
-
|
335
|
-
## 8.0.0-canary.77
|
336
|
-
|
337
|
-
### Patch Changes
|
338
|
-
|
339
|
-
- [`e33660f`](https://github.com/graphcommerce-org/graphcommerce/commit/e33660f172466dcfa0ab7262cee612d9a3e47776) - a11y improvements (see https://github.com/graphcommerce-org/graphcommerce/issues/1995 for more info) ([@FrankHarland](https://github.com/FrankHarland))
|
340
|
-
|
341
|
-
## 8.0.0-canary.76
|
342
|
-
|
343
|
-
## 8.0.0-canary.75
|
344
|
-
|
345
|
-
### Patch Changes
|
346
|
-
|
347
|
-
- [#2160](https://github.com/graphcommerce-org/graphcommerce/pull/2160) [`9091dbb`](https://github.com/graphcommerce-org/graphcommerce/commit/9091dbb01a47aa6ba40932a66ed055b7f07c1cec) - Make sure the search link in the header is a nextjs navigation ([@paales](https://github.com/paales))
|
348
|
-
|
349
|
-
- [#2160](https://github.com/graphcommerce-org/graphcommerce/pull/2160) [`fe37229`](https://github.com/graphcommerce-org/graphcommerce/commit/fe372294d6a42b1108e0fcef306b297baed5eb71) - Take the per_page configuration in account for the search results ([@paales](https://github.com/paales))
|
350
|
-
|
351
|
-
## 8.0.0-canary.74
|
352
|
-
|
353
|
-
## 8.0.0-canary.73
|
354
|
-
|
355
|
-
## 8.0.0-canary.72
|
356
|
-
|
357
|
-
## 8.0.0-canary.71
|
358
|
-
|
359
|
-
## 8.0.0-canary.70
|
360
|
-
|
361
|
-
## 8.0.0-canary.69
|
362
|
-
|
363
|
-
## 7.1.0-canary.68
|
364
|
-
|
365
|
-
## 7.1.0-canary.67
|
366
|
-
|
367
|
-
## 7.1.0-canary.66
|
368
|
-
|
369
|
-
## 7.1.0-canary.65
|
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
95
|
## 7.0.0
|
514
96
|
|
515
97
|
### Major Changes
|
@@ -524,424 +106,18 @@
|
|
524
106
|
|
525
107
|
- [#1930](https://github.com/graphcommerce-org/graphcommerce/pull/1930) [`c8d023e9e`](https://github.com/graphcommerce-org/graphcommerce/commit/c8d023e9e874131cd9f8fe192b1fca5fe1a26ee3) - Fix the 'close menu' on search and add the option to secondary menu items ([@StefanAngenent](https://github.com/StefanAngenent))
|
526
108
|
|
527
|
-
## 6.2.0-canary.98
|
528
|
-
|
529
|
-
## 6.2.0-canary.97
|
530
|
-
|
531
|
-
## 6.2.0-canary.96
|
532
|
-
|
533
|
-
## 6.2.0-canary.95
|
534
|
-
|
535
|
-
## 6.2.0-canary.94
|
536
|
-
|
537
|
-
## 6.2.0-canary.93
|
538
|
-
|
539
|
-
## 6.2.0-canary.92
|
540
|
-
|
541
|
-
## 6.2.0-canary.91
|
542
|
-
|
543
|
-
## 6.2.0-canary.90
|
544
|
-
|
545
|
-
## 6.2.0-canary.89
|
546
|
-
|
547
|
-
## 6.2.0-canary.88
|
548
|
-
|
549
|
-
## 6.2.0-canary.87
|
550
|
-
|
551
|
-
## 6.2.0-canary.86
|
552
|
-
|
553
|
-
## 6.2.0-canary.85
|
554
|
-
|
555
|
-
## 6.2.0-canary.84
|
556
|
-
|
557
|
-
## 6.2.0-canary.83
|
558
|
-
|
559
|
-
## 6.2.0-canary.82
|
560
|
-
|
561
|
-
## 6.2.0-canary.81
|
562
|
-
|
563
|
-
## 6.2.0-canary.80
|
564
|
-
|
565
|
-
## 6.2.0-canary.79
|
566
|
-
|
567
|
-
### Patch Changes
|
568
|
-
|
569
|
-
- [#2013](https://github.com/graphcommerce-org/graphcommerce/pull/2013) [`c57bdf8a4`](https://github.com/graphcommerce-org/graphcommerce/commit/c57bdf8a4ce936c3eedc4dfada3a464a113ac68a) - Updated @mui and framer-motion packages to latest versions ([@paales](https://github.com/paales))
|
570
|
-
|
571
|
-
## 6.2.0-canary.78
|
572
|
-
|
573
|
-
## 6.2.0-canary.77
|
574
|
-
|
575
|
-
## 6.2.0-canary.76
|
576
|
-
|
577
|
-
## 6.2.0-canary.75
|
578
|
-
|
579
|
-
## 6.2.0-canary.74
|
580
|
-
|
581
|
-
## 6.2.0-canary.73
|
582
|
-
|
583
|
-
## 6.2.0-canary.72
|
584
|
-
|
585
|
-
## 6.2.0-canary.71
|
586
|
-
|
587
|
-
## 6.2.0-canary.70
|
588
|
-
|
589
|
-
## 6.2.0-canary.69
|
590
|
-
|
591
|
-
## 6.2.0-canary.68
|
592
|
-
|
593
|
-
### Minor Changes
|
594
|
-
|
595
|
-
- [#1990](https://github.com/graphcommerce-org/graphcommerce/pull/1990) [`0729105cd`](https://github.com/graphcommerce-org/graphcommerce/commit/0729105cdb84b9f73d1fda7dac7daf867f4e0b9b) - Add CategorySearchResults component that can be injected with a plugin instead of SearchForm, fix various styling issues with search ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
596
|
-
|
597
|
-
## 6.2.0-canary.67
|
598
|
-
|
599
|
-
## 6.2.0-canary.66
|
600
|
-
|
601
|
-
## 6.2.0-canary.65
|
602
|
-
|
603
|
-
## 6.2.0-canary.64
|
604
|
-
|
605
|
-
## 6.2.0-canary.63
|
606
|
-
|
607
|
-
## 6.2.0-canary.62
|
608
|
-
|
609
|
-
## 6.2.0-canary.61
|
610
|
-
|
611
|
-
## 6.2.0-canary.60
|
612
|
-
|
613
|
-
## 6.2.0-canary.59
|
614
|
-
|
615
|
-
## 6.2.0-canary.58
|
616
|
-
|
617
|
-
## 6.2.0-canary.57
|
618
|
-
|
619
|
-
## 6.2.0-canary.56
|
620
|
-
|
621
|
-
## 6.2.0-canary.55
|
622
|
-
|
623
|
-
## 6.2.0-canary.54
|
624
|
-
|
625
|
-
## 6.2.0-canary.53
|
626
|
-
|
627
|
-
## 6.2.0-canary.52
|
628
|
-
|
629
|
-
## 6.2.0-canary.51
|
630
|
-
|
631
|
-
## 6.2.0-canary.50
|
632
|
-
|
633
|
-
### Minor Changes
|
634
|
-
|
635
|
-
- [`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))
|
636
|
-
|
637
|
-
## 6.2.0-canary.49
|
638
|
-
|
639
|
-
## 6.2.0-canary.48
|
640
|
-
|
641
|
-
## 6.2.0-canary.47
|
642
|
-
|
643
|
-
## 6.2.0-canary.46
|
644
|
-
|
645
|
-
## 6.2.0-canary.45
|
646
|
-
|
647
|
-
### Minor Changes
|
648
|
-
|
649
|
-
- [#1962](https://github.com/graphcommerce-org/graphcommerce/pull/1962) [`518b6ca24`](https://github.com/graphcommerce-org/graphcommerce/commit/518b6ca248fc94624dc06eb02de5b3eac0fc9483) - Created a new `<ValidatedPasswordElement/>` which validates according to Magento's validation groups and implement on all locations. Move remaining password fields to `<PasswordElement />` ([@carlocarels90](https://github.com/carlocarels90))
|
650
|
-
|
651
|
-
## 6.2.0-canary.44
|
652
|
-
|
653
|
-
## 6.2.0-canary.43
|
654
|
-
|
655
|
-
## 6.2.0-canary.42
|
656
|
-
|
657
|
-
## 6.2.0-canary.41
|
658
|
-
|
659
|
-
## 6.2.0-canary.40
|
660
|
-
|
661
|
-
## 6.2.0-canary.39
|
662
|
-
|
663
|
-
## 6.2.0-canary.38
|
664
|
-
|
665
|
-
## 6.2.0-canary.37
|
666
|
-
|
667
|
-
## 6.2.0-canary.36
|
668
|
-
|
669
|
-
## 6.2.0-canary.35
|
670
|
-
|
671
|
-
## 6.2.0-canary.34
|
672
|
-
|
673
|
-
## 6.2.0-canary.33
|
674
|
-
|
675
|
-
## 6.2.0-canary.32
|
676
|
-
|
677
|
-
## 6.2.0-canary.31
|
678
|
-
|
679
|
-
## 6.2.0-canary.30
|
680
|
-
|
681
|
-
## 6.2.0-canary.29
|
682
|
-
|
683
|
-
## 6.2.0-canary.28
|
684
|
-
|
685
|
-
## 6.2.0-canary.27
|
686
|
-
|
687
|
-
## 6.2.0-canary.26
|
688
|
-
|
689
|
-
## 6.2.0-canary.25
|
690
|
-
|
691
|
-
## 6.2.0-canary.24
|
692
|
-
|
693
|
-
## 6.2.0-canary.23
|
694
|
-
|
695
|
-
## 6.2.0-canary.22
|
696
|
-
|
697
|
-
## 6.2.0-canary.21
|
698
|
-
|
699
|
-
## 6.2.0-canary.20
|
700
|
-
|
701
|
-
## 6.2.0-canary.19
|
702
|
-
|
703
|
-
## 6.2.0-canary.18
|
704
|
-
|
705
|
-
## 6.2.0-canary.17
|
706
|
-
|
707
|
-
## 6.2.0-canary.16
|
708
|
-
|
709
|
-
### Patch Changes
|
710
|
-
|
711
|
-
- [#1930](https://github.com/graphcommerce-org/graphcommerce/pull/1930) [`c8d023e9e`](https://github.com/graphcommerce-org/graphcommerce/commit/c8d023e9e874131cd9f8fe192b1fca5fe1a26ee3) - Fix the close menu on search and add the option to secondary menu items ([@StefanAngenent](https://github.com/StefanAngenent))
|
712
|
-
|
713
|
-
## 6.2.0-canary.15
|
714
|
-
|
715
|
-
## 6.2.0-canary.14
|
716
|
-
|
717
|
-
## 6.2.0-canary.13
|
718
|
-
|
719
|
-
## 6.2.0-canary.12
|
720
|
-
|
721
|
-
## 6.2.0-canary.11
|
722
|
-
|
723
|
-
## 6.2.0-canary.10
|
724
|
-
|
725
|
-
## 6.2.0-canary.9
|
726
|
-
|
727
|
-
## 6.2.0-canary.8
|
728
|
-
|
729
|
-
## 6.2.0-canary.7
|
730
|
-
|
731
|
-
## 6.2.0-canary.6
|
732
|
-
|
733
|
-
## 6.1.1-canary.5
|
734
|
-
|
735
|
-
## 6.1.1-canary.4
|
736
|
-
|
737
|
-
## 6.1.1-canary.3
|
738
|
-
|
739
|
-
## 6.1.1-canary.2
|
740
|
-
|
741
|
-
## 6.1.1-canary.1
|
742
|
-
|
743
|
-
## 6.1.1-canary.0
|
744
|
-
|
745
|
-
## 6.1.0
|
746
|
-
|
747
|
-
## 6.0.2-canary.22
|
748
|
-
|
749
|
-
## 6.0.2-canary.21
|
750
|
-
|
751
|
-
## 6.0.2-canary.20
|
752
|
-
|
753
|
-
## 6.0.2-canary.19
|
754
|
-
|
755
|
-
## 6.0.2-canary.18
|
756
|
-
|
757
|
-
## 6.0.2-canary.17
|
758
|
-
|
759
|
-
## 6.0.2-canary.16
|
760
|
-
|
761
|
-
## 6.0.2-canary.15
|
762
|
-
|
763
|
-
## 6.0.2-canary.14
|
764
|
-
|
765
|
-
## 6.0.2-canary.13
|
766
|
-
|
767
|
-
## 6.0.2-canary.12
|
768
|
-
|
769
|
-
## 6.0.2-canary.11
|
770
|
-
|
771
|
-
## 6.0.2-canary.10
|
772
|
-
|
773
|
-
## 6.0.2-canary.9
|
774
|
-
|
775
|
-
## 6.0.2-canary.8
|
776
|
-
|
777
|
-
## 6.0.2-canary.7
|
778
|
-
|
779
|
-
## 6.0.2-canary.6
|
780
|
-
|
781
|
-
## 6.0.2-canary.5
|
782
|
-
|
783
|
-
## 6.0.2-canary.4
|
784
|
-
|
785
|
-
## 6.0.2-canary.3
|
786
|
-
|
787
|
-
## 6.0.2-canary.2
|
788
|
-
|
789
|
-
## 6.0.2-canary.1
|
790
|
-
|
791
|
-
## 6.0.2-canary.0
|
792
|
-
|
793
109
|
## 6.0.1
|
794
110
|
|
795
111
|
### Patch Changes
|
796
112
|
|
797
113
|
- [#1858](https://github.com/graphcommerce-org/graphcommerce/pull/1858) [`68ea507ba`](https://github.com/graphcommerce-org/graphcommerce/commit/68ea507baf4023f5d5a13ed50b5b53930e9fc405) - show search fab instead of SearchLink below lg breakpoint ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
798
114
|
|
799
|
-
## 6.0.1-canary.7
|
800
|
-
|
801
|
-
## 6.0.1-canary.6
|
802
|
-
|
803
|
-
### Patch Changes
|
804
|
-
|
805
|
-
- [#1858](https://github.com/graphcommerce-org/graphcommerce/pull/1858) [`68ea507ba`](https://github.com/graphcommerce-org/graphcommerce/commit/68ea507baf4023f5d5a13ed50b5b53930e9fc405) - show search fab instead of SearchLink below lg breakpoint ([@Giovanni-Schroevers](https://github.com/Giovanni-Schroevers))
|
806
|
-
|
807
|
-
## 6.0.1-canary.5
|
808
|
-
|
809
|
-
## 6.0.1-canary.4
|
810
|
-
|
811
|
-
## 6.0.1-canary.3
|
812
|
-
|
813
|
-
## 6.0.1-canary.2
|
814
|
-
|
815
|
-
## 6.0.1-canary.1
|
816
|
-
|
817
|
-
## 6.0.1-canary.0
|
818
|
-
|
819
115
|
## 6.0.0
|
820
116
|
|
821
117
|
### Patch Changes
|
822
118
|
|
823
119
|
- [#1797](https://github.com/graphcommerce-org/graphcommerce/pull/1797) [`b3962828a`](https://github.com/graphcommerce-org/graphcommerce/commit/b3962828a2918e29391d16c9e2f457ea4669c3f6) - Search now uses `TextFieldElement` instead of `Textfield` which fixes the search. ([@carlocarels90](https://github.com/carlocarels90))
|
824
120
|
|
825
|
-
## 6.0.0-canary.54
|
826
|
-
|
827
|
-
## 6.0.0-canary.53
|
828
|
-
|
829
|
-
## 6.0.0-canary.52
|
830
|
-
|
831
|
-
## 6.0.0-canary.51
|
832
|
-
|
833
|
-
## 6.0.0-canary.50
|
834
|
-
|
835
|
-
## 6.0.0-canary.49
|
836
|
-
|
837
|
-
## 6.0.0-canary.48
|
838
|
-
|
839
|
-
## 6.0.0-canary.47
|
840
|
-
|
841
|
-
## 6.0.0-canary.46
|
842
|
-
|
843
|
-
## 6.0.0-canary.45
|
844
|
-
|
845
|
-
## 6.0.0-canary.44
|
846
|
-
|
847
|
-
## 6.0.0-canary.43
|
848
|
-
|
849
|
-
## 6.0.0-canary.42
|
850
|
-
|
851
|
-
## 6.0.0-canary.41
|
852
|
-
|
853
|
-
## 6.0.0-canary.40
|
854
|
-
|
855
|
-
## 6.0.0-canary.39
|
856
|
-
|
857
|
-
## 6.0.0-canary.38
|
858
|
-
|
859
|
-
## 6.0.0-canary.37
|
860
|
-
|
861
|
-
## 6.0.0-canary.36
|
862
|
-
|
863
|
-
## 6.0.0-canary.35
|
864
|
-
|
865
|
-
## 6.0.0-canary.34
|
866
|
-
|
867
|
-
## 6.0.0-canary.33
|
868
|
-
|
869
|
-
## 6.0.0-canary.32
|
870
|
-
|
871
|
-
## 6.0.0-canary.31
|
872
|
-
|
873
|
-
## 6.0.0-canary.30
|
874
|
-
|
875
|
-
## 6.0.0-canary.29
|
876
|
-
|
877
|
-
## 6.0.0-canary.28
|
878
|
-
|
879
|
-
## 6.0.0-canary.27
|
880
|
-
|
881
|
-
## 6.0.0-canary.26
|
882
|
-
|
883
|
-
## 6.0.0-canary.25
|
884
|
-
|
885
|
-
## 6.0.0-canary.24
|
886
|
-
|
887
|
-
## 6.0.0-canary.23
|
888
|
-
|
889
|
-
## 6.0.0-canary.22
|
890
|
-
|
891
|
-
## 6.0.0-canary.21
|
892
|
-
|
893
|
-
## 6.0.0-canary.20
|
894
|
-
|
895
|
-
## 5.2.0-canary.19
|
896
|
-
|
897
|
-
## 5.2.0-canary.18
|
898
|
-
|
899
|
-
## 5.2.0-canary.17
|
900
|
-
|
901
|
-
## 5.2.0-canary.16
|
902
|
-
|
903
|
-
## 5.2.0-canary.15
|
904
|
-
|
905
|
-
## 5.2.0-canary.14
|
906
|
-
|
907
|
-
## 5.2.0-canary.13
|
908
|
-
|
909
|
-
## 5.2.0-canary.12
|
910
|
-
|
911
|
-
### Patch Changes
|
912
|
-
|
913
|
-
- [#1797](https://github.com/graphcommerce-org/graphcommerce/pull/1797) [`b3962828a`](https://github.com/graphcommerce-org/graphcommerce/commit/b3962828a2918e29391d16c9e2f457ea4669c3f6) - replace 'Textfield' for 'TextFieldElement' and remove muiRegister to make the search work again. ([@carlocarels90](https://github.com/carlocarels90))
|
914
|
-
|
915
|
-
## 5.2.0-canary.11
|
916
|
-
|
917
|
-
## 5.2.0-canary.10
|
918
|
-
|
919
|
-
## 5.2.0-canary.9
|
920
|
-
|
921
|
-
## 5.2.0-canary.8
|
922
|
-
|
923
|
-
## 5.2.0-canary.7
|
924
|
-
|
925
|
-
## 5.2.0-canary.6
|
926
|
-
|
927
|
-
## 5.2.0-canary.5
|
928
|
-
|
929
|
-
## 5.2.0-canary.4
|
930
|
-
|
931
|
-
## 5.2.0-canary.3
|
932
|
-
|
933
|
-
## 5.2.0-canary.2
|
934
|
-
|
935
|
-
## 5.2.0-canary.1
|
936
|
-
|
937
|
-
## 5.2.0-canary.0
|
938
|
-
|
939
|
-
## 5.1.1
|
940
|
-
|
941
|
-
## 5.1.1-canary.1
|
942
|
-
|
943
|
-
## 5.1.1-canary.0
|
944
|
-
|
945
121
|
## 5.1.0
|
946
122
|
|
947
123
|
### Patch Changes
|
@@ -955,109 +131,18 @@
|
|
955
131
|
- Upgraded dependencies including type-fest and graphql-mesh
|
956
132
|
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
957
133
|
|
958
|
-
## 5.1.0-canary.11
|
959
|
-
|
960
|
-
## 5.1.0-canary.10
|
961
|
-
|
962
|
-
## 5.1.0-canary.9
|
963
|
-
|
964
|
-
### Patch Changes
|
965
|
-
|
966
|
-
- [#1759](https://github.com/graphcommerce-org/graphcommerce/pull/1759) [`d88e2e827`](https://github.com/graphcommerce-org/graphcommerce/commit/d88e2e8278df354946bf99119fb14b9ebf1cb94d) - Automatiically set focus on search input when loading search page (on Android) ([@bramvanderholst](https://github.com/bramvanderholst))
|
967
|
-
|
968
|
-
## 5.1.0-canary.8
|
969
|
-
|
970
|
-
## 5.1.0-canary.7
|
971
|
-
|
972
|
-
## 5.1.0-canary.6
|
973
|
-
|
974
|
-
## 5.1.0-canary.5
|
975
|
-
|
976
|
-
## 5.1.0-canary.4
|
977
|
-
|
978
|
-
## 5.1.0-canary.3
|
979
|
-
|
980
|
-
### Patch Changes
|
981
|
-
|
982
|
-
- [#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.
|
983
|
-
|
984
|
-
- Updated the @mui/material package
|
985
|
-
- Removed dependencies on react-hook-form-mui and @playwright/test
|
986
|
-
- Upgraded dependencies including type-fest and graphql-mesh
|
987
|
-
- Solved peer dependency issues ([@paales](https://github.com/paales))
|
988
|
-
|
989
|
-
## 5.1.0-canary.2
|
990
|
-
|
991
|
-
## 5.1.0-canary.1
|
992
|
-
|
993
|
-
## 5.1.0-canary.0
|
994
|
-
|
995
134
|
## 5.0.0
|
996
135
|
|
997
136
|
### Major Changes
|
998
137
|
|
999
138
|
- [#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))
|
1000
139
|
|
1001
|
-
## 5.0.0-canary.14
|
1002
|
-
|
1003
|
-
## 5.0.0-canary.13
|
1004
|
-
|
1005
|
-
### Major Changes
|
1006
|
-
|
1007
|
-
- [`e4c7fe17e`](https://github.com/graphcommerce-org/graphcommerce/commit/e4c7fe17e413e37362ceae92e67f1b3a5f62d398) - Bump major version of all packages ([@paales](https://github.com/paales))
|
1008
|
-
|
1009
|
-
## 4.14.0-canary.12
|
1010
|
-
|
1011
|
-
## 4.14.0-canary.11
|
1012
|
-
|
1013
|
-
## 4.14.0-canary.10
|
1014
|
-
|
1015
|
-
## 4.14.0-canary.9
|
1016
|
-
|
1017
|
-
## 4.14.0-canary.8
|
1018
|
-
|
1019
|
-
## 4.14.0-canary.7
|
1020
|
-
|
1021
|
-
## 4.14.0-canary.6
|
1022
|
-
|
1023
|
-
## 4.14.0-canary.5
|
1024
|
-
|
1025
|
-
## 4.14.0-canary.4
|
1026
|
-
|
1027
|
-
## 4.14.0-canary.3
|
1028
|
-
|
1029
|
-
## 4.14.0-canary.2
|
1030
|
-
|
1031
|
-
## 4.13.2-canary.1
|
1032
|
-
|
1033
|
-
## 4.13.2-canary.0
|
1034
|
-
|
1035
|
-
## 4.13.3
|
1036
|
-
|
1037
|
-
## 4.13.2
|
1038
|
-
|
1039
|
-
## 4.13.1
|
1040
|
-
|
1041
|
-
## 4.13.1-canary.2
|
1042
|
-
|
1043
|
-
## 4.13.1-canary.1
|
1044
|
-
|
1045
|
-
## 4.13.1-canary.0
|
1046
|
-
|
1047
140
|
## 4.13.0
|
1048
141
|
|
1049
142
|
### Patch Changes
|
1050
143
|
|
1051
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
|
1052
145
|
|
1053
|
-
## 4.13.0-canary.1
|
1054
|
-
|
1055
|
-
### Patch Changes
|
1056
|
-
|
1057
|
-
- [`abb15ef4a`](https://github.com/graphcommerce-org/graphcommerce/commit/abb15ef4a79b12eddb32cc006e5d1d31dd06ac2d) Thanks [@paales](https://github.com/paales)! - Added canary releases to GraphCommerce
|
1058
|
-
|
1059
|
-
## 4.13.0-canary.0
|
1060
|
-
|
1061
146
|
## 4.2.16
|
1062
147
|
|
1063
148
|
### Patch Changes
|
@@ -1399,7 +484,7 @@
|
|
1399
484
|
All occurences of `<Trans>` and `t` need to be replaced:
|
1400
485
|
|
1401
486
|
```tsx
|
1402
|
-
import {
|
487
|
+
import { t, Trans } from '@lingui/macro'
|
1403
488
|
|
1404
489
|
function MyComponent() {
|
1405
490
|
const foo = 'bar'
|
@@ -1414,8 +499,8 @@
|
|
1414
499
|
Needs to be replaced with:
|
1415
500
|
|
1416
501
|
```tsx
|
1417
|
-
import { Trans } from '@lingui/react'
|
1418
502
|
import { i18n } from '@lingui/core'
|
503
|
+
import { Trans } from '@lingui/react'
|
1419
504
|
|
1420
505
|
function MyComponent() {
|
1421
506
|
const foo = 'bar'
|