Skip to content

Commit 041e861

Browse files
Version Packages
1 parent b3e4220 commit 041e861

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/brown-monkeys-destroy.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/heavy-trainers-invite.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @primer/components
22

3+
## 28.0.0
4+
5+
### Major Changes
6+
7+
- [`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 `<body>`. 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.
8+
9+
### Patch Changes
10+
11+
- [`f7857a06`](https://github.com/primer/components/commit/f7857a06031df339fa61d27f8ca717e4df95d5e5) [#1159](https://github.com/primer/components/pull/1159) Thanks [@hehex9](https://github.com/hehex9)! - Removed unused dependencies
12+
313
## 27.0.0
414

515
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/components",
3-
"version": "27.0.0",
3+
"version": "28.0.0",
44
"description": "Primer react components",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",

0 commit comments

Comments
 (0)