@graphcommerce/magento-search 8.0.0-canary.98 → 8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.0.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#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.
8
+ ([@paales](https://github.com/paales))
9
+
10
+ - [`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
11
+ ([@FrankHarland](https://github.com/FrankHarland))
12
+
13
+ - [#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
14
+ ([@paales](https://github.com/paales))
15
+
16
+ ## 8.0.0-canary.100
17
+
18
+ ## 8.0.0-canary.99
19
+
3
20
  ## 8.0.0-canary.98
4
21
 
5
22
  ## 8.0.0-canary.97
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": "8.0.0-canary.98",
5
+ "version": "8.0.0",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -12,15 +12,15 @@
12
12
  }
13
13
  },
14
14
  "peerDependencies": {
15
- "@graphcommerce/ecommerce-ui": "^8.0.0-canary.98",
16
- "@graphcommerce/eslint-config-pwa": "^8.0.0-canary.98",
17
- "@graphcommerce/graphql": "^8.0.0-canary.98",
18
- "@graphcommerce/image": "^8.0.0-canary.98",
19
- "@graphcommerce/magento-product": "^8.0.0-canary.98",
20
- "@graphcommerce/next-ui": "^8.0.0-canary.98",
21
- "@graphcommerce/prettier-config-pwa": "^8.0.0-canary.98",
22
- "@graphcommerce/react-hook-form": "^8.0.0-canary.98",
23
- "@graphcommerce/typescript-config-pwa": "^8.0.0-canary.98",
15
+ "@graphcommerce/ecommerce-ui": "^8.0.0",
16
+ "@graphcommerce/eslint-config-pwa": "^8.0.0",
17
+ "@graphcommerce/graphql": "^8.0.0",
18
+ "@graphcommerce/image": "^8.0.0",
19
+ "@graphcommerce/magento-product": "^8.0.0",
20
+ "@graphcommerce/next-ui": "^8.0.0",
21
+ "@graphcommerce/prettier-config-pwa": "^8.0.0",
22
+ "@graphcommerce/react-hook-form": "^8.0.0",
23
+ "@graphcommerce/typescript-config-pwa": "^8.0.0",
24
24
  "@lingui/core": "^4.2.1",
25
25
  "@lingui/macro": "^4.2.1",
26
26
  "@lingui/react": "^4.2.1",