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