Skip to content

Commit dc03695

Browse files
Version Packages
1 parent b906268 commit dc03695

11 files changed

Lines changed: 34 additions & 46 deletions

.changeset/announce-avoid-commit-per-change.md

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

.changeset/confirm-dialog-host-cleanup.md

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

.changeset/perf-css-bucketable-selectors.md

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

.changeset/public-bags-retire.md

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

.changeset/textarea-character-counter-performance.md

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

.changeset/textinput-character-counter-performance.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
@@ -14,7 +14,7 @@
1414
"react-dom": "^18.3.1"
1515
},
1616
"devDependencies": {
17-
"@primer/react": "38.29.0",
17+
"@primer/react": "38.30.0",
1818
"@primer/styled-react": "1.1.0",
1919
"@types/react": "^18.3.11",
2020
"@types/react-dom": "^18.3.0",

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.29.0",
13+
"@primer/react": "38.30.0",
1414
"@primer/styled-react": "1.1.0",
1515
"next": "^16.1.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.21.0",
14-
"@primer/react": "38.29.0",
14+
"@primer/react": "38.30.0",
1515
"@primer/styled-react": "1.1.0",
1616
"clsx": "^2.1.1",
1717
"next": "^16.1.7",

packages/react/CHANGELOG.md

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

3+
## 38.30.0
4+
5+
### Minor Changes
6+
7+
- [#7991](https://github.com/primer/react/pull/7991) [`b906268`](https://github.com/primer/react/commit/b906268b7ebe8d684d8b5e9b1c4e9b528a5dd67a) Thanks [@llastflowers](https://github.com/llastflowers)! - Add data-component attributes and associated tests for:
8+
9+
Radio
10+
RadioGroup
11+
RelativeTime
12+
ScrollableRegion
13+
SegmentedControl
14+
Select
15+
SideNav
16+
SkeletonBox
17+
SkeletonAvatar
18+
SkeletonText
19+
Spinner
20+
21+
### Patch Changes
22+
23+
- [#8021](https://github.com/primer/react/pull/8021) [`6131a94`](https://github.com/primer/react/commit/6131a9424b5bd5bb98b7ae05771d8187fe2f58cd) Thanks [@mattcosta7](https://github.com/mattcosta7)! - Announce, AriaStatus, AriaAlert: Avoid an extra React render on every content change (e.g. per keystroke when tied to an input)
24+
25+
- [#7935](https://github.com/primer/react/pull/7935) [`5b3c806`](https://github.com/primer/react/commit/5b3c806305cfa09d33d42fc2957d55105725ea3b) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - ConfirmationDialog: `useConfirm`/`confirm` now removes its host element from `document.body` after the dialog is closed, and uses a fresh host element per call, so the empty container no longer lingers or leaks into other components and tests
26+
27+
- [#8007](https://github.com/primer/react/pull/8007) [`f052126`](https://github.com/primer/react/commit/f0521263c85a8d665f7c031bd711b3568bdac8e2) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Improve style-recalc performance by making ButtonGroup, DataTable Pagination, and Checkbox CSS selectors bucketable (removing universal `*`/`:not([attr])` subjects and `:is()` selector-list merges)
28+
29+
- [#8021](https://github.com/primer/react/pull/8021) [`6131a94`](https://github.com/primer/react/commit/6131a9424b5bd5bb98b7ae05771d8187fe2f58cd) Thanks [@mattcosta7](https://github.com/mattcosta7)! - Textarea: Improve typing performance by deriving the character counter in render instead of in effects, removing extra re-renders on each keystroke.
30+
31+
- [#8021](https://github.com/primer/react/pull/8021) [`6131a94`](https://github.com/primer/react/commit/6131a9424b5bd5bb98b7ae05771d8187fe2f58cd) Thanks [@mattcosta7](https://github.com/mattcosta7)! - TextInput: Improve typing performance by deriving the character counter in render instead of in effects, removing extra re-renders on each keystroke.
32+
333
## 38.29.0
434

535
### Minor Changes

0 commit comments

Comments
 (0)