diff --git a/.changeset/big-lions-mix.md b/.changeset/big-lions-mix.md deleted file mode 100644 index 4ea0f1ac7f3f..000000000000 --- a/.changeset/big-lions-mix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Overlay: Attach escape handler to overlay container instead of document to fix stopPropagation diff --git a/.changeset/happy-books-attack.md b/.changeset/happy-books-attack.md deleted file mode 100644 index 2f8fb573b911..000000000000 --- a/.changeset/happy-books-attack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Add new Textarea component diff --git a/.changeset/itchy-yaks-care.md b/.changeset/itchy-yaks-care.md deleted file mode 100644 index 8d7ca805ff4d..000000000000 --- a/.changeset/itchy-yaks-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Set Node.js and npm versions to ">=12" and ">=7", respectively, in package.json manifests, and update package-lock.json files accordingly. diff --git a/.changeset/long-students-breathe.md b/.changeset/long-students-breathe.md deleted file mode 100644 index ac40245ca9a0..000000000000 --- a/.changeset/long-students-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -ActionMenu2 + DropdownMenu2: A keyboard user will be able to wrap through options diff --git a/.changeset/menus-initial-focus.md b/.changeset/menus-initial-focus.md deleted file mode 100644 index 3b4c356e1377..000000000000 --- a/.changeset/menus-initial-focus.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@primer/react': patch ---- - -ActionMenu2 + DropdownMenu2: Focus the correct element when Menu is opened with keyboard. [See detailed spec.](https://github.com/github/primer/issues/518#issuecomment-999104848) - -- ArrowDown | Space | Enter: first element -- ArrowUp: last element diff --git a/CHANGELOG.md b/CHANGELOG.md index d94af080dec4..1fe5e1229936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # @primer/components +## 34.4.0 + +### Minor Changes + +- [#1812](https://github.com/primer/react/pull/1812) [`97bf7c62`](https://github.com/primer/react/commit/97bf7c627bb10cdd18406557e6f1e79a39ed5b48) Thanks [@rezrah](https://github.com/rezrah)! - Add new Textarea component + +### Patch Changes + +- [#1824](https://github.com/primer/react/pull/1824) [`4eab65e5`](https://github.com/primer/react/commit/4eab65e57571d64a0f8a4fcb4aafbf47d3e98a2d) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Overlay: Attach escape handler to overlay container instead of document to fix stopPropagation + +* [#1840](https://github.com/primer/react/pull/1840) [`1c4786c7`](https://github.com/primer/react/commit/1c4786c7d99fe083b47902acff5326c44a7c8288) Thanks [@jclem](https://github.com/jclem)! - Set Node.js and npm versions to ">=12" and ">=7", respectively, in package.json manifests, and update package-lock.json files accordingly. + +- [#1828](https://github.com/primer/react/pull/1828) [`6a695bdc`](https://github.com/primer/react/commit/6a695bdcea356821390f42c575d78a2f5ded6e86) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionMenu2 + DropdownMenu2: A keyboard user will be able to wrap through options + +* [#1810](https://github.com/primer/react/pull/1810) [`35ad7084`](https://github.com/primer/react/commit/35ad7084bca048748479301e286ca305faada5b2) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionMenu2 + DropdownMenu2: Focus the correct element when Menu is opened with keyboard. [See detailed spec.](https://github.com/github/primer/issues/518#issuecomment-999104848) + + - ArrowDown | Space | Enter: first element + - ArrowUp: last element + ## 34.3.0 ### Minor Changes diff --git a/package.json b/package.json index 5264d9b9d215..a5bdf7cc4075 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "34.3.0", + "version": "34.4.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",