Skip to content

Commit 60f77d2

Browse files
Release tracking (#7276)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bd71d48 commit 60f77d2

File tree

11 files changed

+22
-34
lines changed

11 files changed

+22
-34
lines changed

.changeset/bitter-cougars-deny.md

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

.changeset/chubby-wombats-start.md

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

.changeset/evil-zebras-train.md

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

.changeset/many-planets-take.md

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

.changeset/olive-heads-enter.md

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

.changeset/unlucky-icons-speak.md

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

examples/codesandbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^18.3.11",
1818
"@types/react-dom": "^18.3.0",
1919
"@vitejs/plugin-react": "^4.3.3",
20-
"@primer/react": "38.4.0",
20+
"@primer/react": "38.5.0",
2121
"@primer/styled-react": "1.0.2",
2222
"styled-components": "5.x",
2323
"typescript": "^5.9.2",

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"type-check": "tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@primer/react": "38.4.0",
13+
"@primer/react": "38.5.0",
1414
"@primer/styled-react": "1.0.2",
1515
"next": "^16.0.7",
1616
"react": "^19.2.0",

examples/theming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@primer/octicons-react": "^19.14.0",
14-
"@primer/react": "38.4.0",
14+
"@primer/react": "38.5.0",
1515
"@primer/styled-react": "1.0.2",
1616
"clsx": "^2.1.1",
1717
"next": "^16.0.7",

packages/react/CHANGELOG.md

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

3+
## 38.5.0
4+
5+
### Minor Changes
6+
7+
- [#7240](https://github.com/primer/react/pull/7240) [`79a6df1`](https://github.com/primer/react/commit/79a6df1b1a8d73acd7036f23b756bb08b9367344) Thanks [@TylerJDev](https://github.com/TylerJDev)! - FilteredActionList: Adds new prop `setInitialFocus` which will prevent `aria-activedescendant` from being set until user action
8+
9+
- [#7240](https://github.com/primer/react/pull/7240) [`79a6df1`](https://github.com/primer/react/commit/79a6df1b1a8d73acd7036f23b756bb08b9367344) Thanks [@TylerJDev](https://github.com/TylerJDev)! - FilteredActionList: Add prop `disableSelectOnHover` which will disable the ability where hovering over an item sets it as the `aria-activedescendant` value
10+
11+
### Patch Changes
12+
13+
- [#7259](https://github.com/primer/react/pull/7259) [`c32b964`](https://github.com/primer/react/commit/c32b964e64a4cbfa4c877f4ed844ada47be871dd) Thanks [@TylerJDev](https://github.com/TylerJDev)! - AvatarStack: Border was incorrectly applying to elements that were not `Avatar` children.
14+
15+
- [#7259](https://github.com/primer/react/pull/7259) [`c32b964`](https://github.com/primer/react/commit/c32b964e64a4cbfa4c877f4ed844ada47be871dd) Thanks [@TylerJDev](https://github.com/TylerJDev)! - AvatarStack: The square prop was not applying to individual `Avatar` components.
16+
17+
- [#7275](https://github.com/primer/react/pull/7275) [`822c3e7`](https://github.com/primer/react/commit/822c3e791a9fd18df6b9a834f9bbb87151ec8076) Thanks [@mattcosta7](https://github.com/mattcosta7)! - Improve drag performance for PageLayout
18+
19+
- [#7242](https://github.com/primer/react/pull/7242) [`32faa80`](https://github.com/primer/react/commit/32faa80d754db46fa5c6583fb9c72dc9a7d22581) Thanks [@pksjce](https://github.com/pksjce)! - useFocusTrap - Fix [bug related to restoring focus on scrolling](https://github.com/github/primer/issues/5200)
20+
321
## 38.4.0
422

523
### Minor Changes

0 commit comments

Comments
 (0)