diff --git a/.changeset/good-grapes-collect.md b/.changeset/good-grapes-collect.md deleted file mode 100644 index aec167e45ee..00000000000 --- a/.changeset/good-grapes-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -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. diff --git a/.changeset/honest-apes-travel.md b/.changeset/honest-apes-travel.md deleted file mode 100644 index 9392d6cd8e4..00000000000 --- a/.changeset/honest-apes-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Update overlay shadows diff --git a/.changeset/short-panthers-fail.md b/.changeset/short-panthers-fail.md deleted file mode 100644 index bb76bcd35c0..00000000000 --- a/.changeset/short-panthers-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Bump @primer/primitives to 4.4.0 diff --git a/.changeset/smart-files-promise.md b/.changeset/smart-files-promise.md deleted file mode 100644 index dc725c3dbaa..00000000000 --- a/.changeset/smart-files-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -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`. diff --git a/.changeset/spotty-parents-explain.md b/.changeset/spotty-parents-explain.md deleted file mode 100644 index 8b710b58bcc..00000000000 --- a/.changeset/spotty-parents-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Bump dependencies diff --git a/.changeset/strong-eggs-yawn.md b/.changeset/strong-eggs-yawn.md deleted file mode 100644 index 5e532ead73e..00000000000 --- a/.changeset/strong-eggs-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Update TextInput border color diff --git a/CHANGELOG.md b/CHANGELOG.md index b3bce15c53d..78cb413dbf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # @primer/components +## 28.2.4 + +### Patch Changes + +- [#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. + +* [#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 + +- [#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 + +* [#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`. + +- [#1292](https://github.com/primer/components/pull/1292) [`4b643818`](https://github.com/primer/components/commit/4b64381872eac9df00c53186782a370b0d6da638) Thanks [@dgreif](https://github.com/dgreif)! - Bump dependencies + +* [#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 + ## 28.2.3 ### Patch Changes diff --git a/package.json b/package.json index 371942b4dda..2a1d527c3da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/components", - "version": "28.2.3", + "version": "28.2.4", "description": "Primer react components", "main": "lib/index.js", "module": "lib-esm/index.js",