@graphcommerce/magento-search 9.0.0-canary.56 → 9.0.0-canary.58
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 +22 -20
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 9.0.0-canary.58
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#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))
|
8
|
+
|
9
|
+
## 9.0.0-canary.57
|
10
|
+
|
3
11
|
## 9.0.0-canary.56
|
4
12
|
|
5
13
|
## 9.0.0-canary.55
|
@@ -186,14 +194,11 @@
|
|
186
194
|
|
187
195
|
### Patch Changes
|
188
196
|
|
189
|
-
- [#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 soft navigation instead of a hard browser navigation.
|
190
|
-
([@paales](https://github.com/paales))
|
197
|
+
- [#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 soft navigation instead of a hard browser navigation. ([@paales](https://github.com/paales))
|
191
198
|
|
192
|
-
- [`e33660f`](https://github.com/graphcommerce-org/graphcommerce/commit/e33660f172466dcfa0ab7262cee612d9a3e47776) - Accessibility improvements for the frontend: Added skip content link. Removed empty buttons from tab flow. Gave focus to elements (such as the menu) that appear when after clicking a button. Improved aria labels where needed
|
193
|
-
([@FrankHarland](https://github.com/FrankHarland))
|
199
|
+
- [`e33660f`](https://github.com/graphcommerce-org/graphcommerce/commit/e33660f172466dcfa0ab7262cee612d9a3e47776) - Accessibility improvements for the frontend: Added skip content link. Removed empty buttons from tab flow. Gave focus to elements (such as the menu) that appear when after clicking a button. Improved aria labels where needed ([@FrankHarland](https://github.com/FrankHarland))
|
194
200
|
|
195
|
-
- [#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
|
196
|
-
([@paales](https://github.com/paales))
|
201
|
+
- [#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))
|
197
202
|
|
198
203
|
## 8.0.0-canary.100
|
199
204
|
|
@@ -245,8 +250,7 @@
|
|
245
250
|
|
246
251
|
### Patch Changes
|
247
252
|
|
248
|
-
- [`e33660f`](https://github.com/graphcommerce-org/graphcommerce/commit/e33660f172466dcfa0ab7262cee612d9a3e47776) - a11y improvements (see https://github.com/graphcommerce-org/graphcommerce/issues/1995 for more info)
|
249
|
-
([@FrankHarland](https://github.com/FrankHarland))
|
253
|
+
- [`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))
|
250
254
|
|
251
255
|
## 8.0.0-canary.76
|
252
256
|
|
@@ -254,11 +258,9 @@
|
|
254
258
|
|
255
259
|
### Patch Changes
|
256
260
|
|
257
|
-
- [#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
|
258
|
-
([@paales](https://github.com/paales))
|
261
|
+
- [#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))
|
259
262
|
|
260
|
-
- [#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
|
261
|
-
([@paales](https://github.com/paales))
|
263
|
+
- [#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))
|
262
264
|
|
263
265
|
## 8.0.0-canary.74
|
264
266
|
|
@@ -1311,31 +1313,31 @@
|
|
1311
1313
|
All occurences of `<Trans>` and `t` need to be replaced:
|
1312
1314
|
|
1313
1315
|
```tsx
|
1314
|
-
import { Trans, t } from
|
1316
|
+
import { Trans, t } from '@lingui/macro'
|
1315
1317
|
|
1316
1318
|
function MyComponent() {
|
1317
|
-
const foo =
|
1319
|
+
const foo = 'bar'
|
1318
1320
|
return (
|
1319
1321
|
<div aria-label={t`Account ${foo}`}>
|
1320
1322
|
<Trans>My Translation {foo}</Trans>
|
1321
1323
|
</div>
|
1322
|
-
)
|
1324
|
+
)
|
1323
1325
|
}
|
1324
1326
|
```
|
1325
1327
|
|
1326
1328
|
Needs to be replaced with:
|
1327
1329
|
|
1328
1330
|
```tsx
|
1329
|
-
import { Trans } from
|
1330
|
-
import { i18n } from
|
1331
|
+
import { Trans } from '@lingui/react'
|
1332
|
+
import { i18n } from '@lingui/core'
|
1331
1333
|
|
1332
1334
|
function MyComponent() {
|
1333
|
-
const foo =
|
1335
|
+
const foo = 'bar'
|
1334
1336
|
return (
|
1335
1337
|
<div aria-label={i18n._(/* i18n */ `Account {foo}`, { foo })}>
|
1336
|
-
<Trans key=
|
1338
|
+
<Trans key='My Translation {foo}' values={{ foo }}></Trans>
|
1337
1339
|
</div>
|
1338
|
-
)
|
1340
|
+
)
|
1339
1341
|
}
|
1340
1342
|
```
|
1341
1343
|
|
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@graphcommerce/magento-search",
|
3
3
|
"homepage": "https://www.graphcommerce.org/",
|
4
4
|
"repository": "github:graphcommerce-org/graphcommerce",
|
5
|
-
"version": "9.0.0-canary.
|
5
|
+
"version": "9.0.0-canary.58",
|
6
6
|
"sideEffects": false,
|
7
7
|
"prettier": "@graphcommerce/prettier-config-pwa",
|
8
8
|
"eslintConfig": {
|
@@ -12,16 +12,16 @@
|
|
12
12
|
}
|
13
13
|
},
|
14
14
|
"peerDependencies": {
|
15
|
-
"@graphcommerce/ecommerce-ui": "^9.0.0-canary.
|
16
|
-
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.
|
17
|
-
"@graphcommerce/graphql": "^9.0.0-canary.
|
18
|
-
"@graphcommerce/image": "^9.0.0-canary.
|
19
|
-
"@graphcommerce/magento-product": "^9.0.0-canary.
|
20
|
-
"@graphcommerce/magento-store": "^9.0.0-canary.
|
21
|
-
"@graphcommerce/next-ui": "^9.0.0-canary.
|
22
|
-
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.
|
23
|
-
"@graphcommerce/react-hook-form": "^9.0.0-canary.
|
24
|
-
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.
|
15
|
+
"@graphcommerce/ecommerce-ui": "^9.0.0-canary.58",
|
16
|
+
"@graphcommerce/eslint-config-pwa": "^9.0.0-canary.58",
|
17
|
+
"@graphcommerce/graphql": "^9.0.0-canary.58",
|
18
|
+
"@graphcommerce/image": "^9.0.0-canary.58",
|
19
|
+
"@graphcommerce/magento-product": "^9.0.0-canary.58",
|
20
|
+
"@graphcommerce/magento-store": "^9.0.0-canary.58",
|
21
|
+
"@graphcommerce/next-ui": "^9.0.0-canary.58",
|
22
|
+
"@graphcommerce/prettier-config-pwa": "^9.0.0-canary.58",
|
23
|
+
"@graphcommerce/react-hook-form": "^9.0.0-canary.58",
|
24
|
+
"@graphcommerce/typescript-config-pwa": "^9.0.0-canary.58",
|
25
25
|
"@lingui/core": "^4.2.1",
|
26
26
|
"@lingui/macro": "^4.2.1",
|
27
27
|
"@lingui/react": "^4.2.1",
|