Skip to content

Commit 2391e4c

Browse files
Version Packages
1 parent 0b8dc48 commit 2391e4c

8 files changed

+17
-31
lines changed

.changeset/good-grapes-collect.md

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

.changeset/honest-apes-travel.md

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

.changeset/short-panthers-fail.md

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

.changeset/smart-files-promise.md

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

.changeset/spotty-parents-explain.md

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

.changeset/strong-eggs-yawn.md

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

CHANGELOG.md

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

3+
## 28.2.4
4+
5+
### Patch Changes
6+
7+
- [#1293](https://github.com/primer/components/pull/1293) [`1148a718`](https://github.com/primer/components/commit/1148a718aa1db92fb90d15efc150aa4c0c2ef018) Thanks [@smockle](https://github.com/smockle)! - Restore "fix: Don’t focus first 'Item' of 'DropdownMenu' and 'SelectMenu' on open" by deferring the removal of a temporary `tabIndex` until focus moves within the container.
8+
9+
* [#1279](https://github.com/primer/components/pull/1279) [`bb38754f`](https://github.com/primer/components/commit/bb38754f9f5c9f1d2d6cfa03f2bf9984fbd3c82d) Thanks [@VanAnderson](https://github.com/VanAnderson)! - Update overlay shadows
10+
11+
- [#1297](https://github.com/primer/components/pull/1297) [`5fb3683d`](https://github.com/primer/components/commit/5fb3683df6cc116975c729e83ce3c14b87ffaea1) Thanks [@VanAnderson](https://github.com/VanAnderson)! - Bump @primer/primitives to 4.4.0
12+
13+
* [#1288](https://github.com/primer/components/pull/1288) [`15207119`](https://github.com/primer/components/commit/15207119d25a3d6b0b13294bb99dc4efd780a788) Thanks [@dgreif](https://github.com/dgreif)! - Focus zones with an `activeDescendantControl` will now activate the first descendant as soon as the control element is focused, rather than waiting for an up/down arrow press. Descendants stay active until the control element is blurred. This is a breaking change to `useFocusZone`, but this behavior is still considered to be in `alpha`.
14+
15+
- [#1292](https://github.com/primer/components/pull/1292) [`4b643818`](https://github.com/primer/components/commit/4b64381872eac9df00c53186782a370b0d6da638) Thanks [@dgreif](https://github.com/dgreif)! - Bump dependencies
16+
17+
* [#1279](https://github.com/primer/components/pull/1279) [`bb38754f`](https://github.com/primer/components/commit/bb38754f9f5c9f1d2d6cfa03f2bf9984fbd3c82d) Thanks [@VanAnderson](https://github.com/VanAnderson)! - Update TextInput border color
18+
319
## 28.2.3
420

521
### Patch 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": "28.2.3",
3+
"version": "28.2.4",
44
"description": "Primer react components",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",

0 commit comments

Comments
 (0)