Skip to content

Commit bafdb66

Browse files
authored
Version Packages
1 parent 7453077 commit bafdb66

11 files changed

Lines changed: 22 additions & 34 deletions

.changeset/actionlist-heading-span-fix.md

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

.changeset/graduate-theming-feature-flags.md

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

.changeset/react-compiler-avatar-stack.md

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

.changeset/react-compiler-checkbox-controls.md

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

.changeset/react-compiler-no-error-files.md

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

.changeset/react-compiler-primitives.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.30.0",
17+
"@primer/react": "38.31.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.30.0",
13+
"@primer/react": "38.31.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.28.1",
14-
"@primer/react": "38.30.0",
14+
"@primer/react": "38.31.0",
1515
"clsx": "^2.1.1",
1616
"next": "^16.1.7",
1717
"react": "^19.2.0",

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.31.0
4+
5+
### Minor Changes
6+
7+
- [#8057](https://github.com/primer/react/pull/8057) [`0b9c81e`](https://github.com/primer/react/commit/0b9c81e7e8fef1dfc98f3b86b5a375d4ec7fe204) Thanks [@francinelucca](https://github.com/francinelucca)! - ThemeProvider: Remove `primer_react_theme_provider_remove_ssr_handoff` feature flag.
8+
9+
- [#8105](https://github.com/primer/react/pull/8105) [`be2950f`](https://github.com/primer/react/commit/be2950fd1ac268dd4e79258ab2cfe9241dd9e1c6) Thanks [@joshblack](https://github.com/joshblack)! - React Compiler: Enable compiler output for Banner, ConfirmationDialog, PageLayout, Pagination, UnderlineNav, `useMergedRefs`, and `useScrollFlash`
10+
11+
### Patch Changes
12+
13+
- [#8066](https://github.com/primer/react/pull/8066) [`dd66aa2`](https://github.com/primer/react/commit/dd66aa27611f7ad56adb7429b50813d6af5a01d7) Thanks [@janmaarten-a11y](https://github.com/janmaarten-a11y)! - Fix invalid HTML nesting in `ActionList.Heading` by applying the visually-hidden styles directly to the heading element instead of wrapping it in a `span`.
14+
15+
- [#8054](https://github.com/primer/react/pull/8054) [`1775f2e`](https://github.com/primer/react/commit/1775f2e8b968d59a1189456b14cff15e527937cb) Thanks [@joshblack](https://github.com/joshblack)! - AvatarStack: Improve rendering performance with React Compiler support
16+
17+
- [#8053](https://github.com/primer/react/pull/8053) [`b2151ae`](https://github.com/primer/react/commit/b2151ae2d5719f09efb0b89731e52e4ca50e8bf1) Thanks [@joshblack](https://github.com/joshblack)! - Checkbox, CheckboxGroup, and RadioGroup: Improve rendering performance with React Compiler support
18+
19+
- [#8052](https://github.com/primer/react/pull/8052) [`a1b24cf`](https://github.com/primer/react/commit/a1b24cf3411566641aeb846e62069dc26505da6b) Thanks [@joshblack](https://github.com/joshblack)! - Heading, Link, Pagehead, Portal, and SideNav: Improve rendering performance with React Compiler support
20+
321
## 38.30.0
422

523
### Minor Changes

0 commit comments

Comments
 (0)