diff --git a/.changeset/heavy-trainers-invite.md b/.changeset/heavy-trainers-invite.md deleted file mode 100644 index a4277847d88..00000000000 --- a/.changeset/heavy-trainers-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": major ---- - -Removed `useMouseIntent` in favor of [`:focus-visible`](https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible). With the removal of `useMouseIntent`, the `intent-mouse` class will no longer be added to the ``. Since `:focus-visible` is a relatively new psuedo-class, a polyfill is included. Any focused elements that meet the criteria for `:focus-visible` will also have a `focus-visible` class added to them by the polyfill. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d003121af2..50d270b04e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/components +## 28.0.0 + +### Major Changes + +- [`5f85394d`](https://github.com/primer/components/commit/5f85394dc16f076080824d8fdb3bda06d01e29da) [#1157](https://github.com/primer/components/pull/1157) Thanks [@dgreif](https://github.com/dgreif)! - Removed `useMouseIntent` in favor of [`:focus-visible`](https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible). With the removal of `useMouseIntent`, the `intent-mouse` class will no longer be added to the ``. Since `:focus-visible` is a relatively new psuedo-class, a polyfill is included. Any focused elements that meet the criteria for `:focus-visible` will also have a `focus-visible` class added to them by the polyfill. + ## 27.0.0 ### Major Changes diff --git a/package.json b/package.json index 906bf92fd75..c90cb75b7da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/components", - "version": "27.0.0", + "version": "28.0.0", "description": "Primer react components", "main": "lib/index.js", "module": "lib-esm/index.js",