Skip to content

Commit 0936da2

Browse files
Version Packages
1 parent 50c7bfa commit 0936da2

File tree

9 files changed

+32
-41
lines changed

9 files changed

+32
-41
lines changed

.changeset/big-lions-mix.md

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

.changeset/happy-books-attack.md

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

.changeset/itchy-yaks-care.md

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

.changeset/long-students-breathe.md

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

.changeset/menus-initial-focus.md

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

.changeset/modern-humans-type.md

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

.changeset/pink-flowers-raise.md

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

CHANGELOG.md

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

3+
## 34.4.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- [#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
12+
13+
* [#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.
14+
15+
- [#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
16+
17+
* [#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)
18+
19+
- ArrowDown | Space | Enter: first element
20+
- ArrowUp: last element
21+
22+
- [#1842](https://github.com/primer/react/pull/1842) [`11011f55`](https://github.com/primer/react/commit/11011f5598a2c97f2dbb5928962dfa12b7437be0) Thanks [@jclem](https://github.com/jclem)! - Allow `KeyPaths` type to accept any type in order to remove need for `// @ts-ignore` internally.
23+
24+
* [#1820](https://github.com/primer/react/pull/1820) [`50c7bfaa`](https://github.com/primer/react/commit/50c7bfaa283154e28d1905e3eb01f7f01901c806) Thanks [@colebemis](https://github.com/colebemis)! - Add draft `PageLayout` component
25+
326
## 34.3.0
427

528
### Minor Changes

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/react",
3-
"version": "34.3.0",
3+
"version": "34.4.0",
44
"description": "An implementation of GitHub's Primer Design System using React",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",
@@ -14,8 +14,14 @@
1414
"default": "./lib-esm/drafts/index.js"
1515
},
1616
"./lib-esm/*": {
17-
"node": ["./lib/*.js","./lib/*/index.js"],
18-
"default": ["./lib-esm/*.js","./lib-esm/*/index.js"]
17+
"node": [
18+
"./lib/*.js",
19+
"./lib/*/index.js"
20+
],
21+
"default": [
22+
"./lib-esm/*.js",
23+
"./lib-esm/*/index.js"
24+
]
1925
}
2026
},
2127
"typings": "lib/index.d.ts",

0 commit comments

Comments
 (0)