diff --git a/.changeset/actionlist-heading-span-fix.md b/.changeset/actionlist-heading-span-fix.md deleted file mode 100644 index 0ef051b14a1..00000000000 --- a/.changeset/actionlist-heading-span-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -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`. diff --git a/.changeset/graduate-theming-feature-flags.md b/.changeset/graduate-theming-feature-flags.md deleted file mode 100644 index 6d9996d063d..00000000000 --- a/.changeset/graduate-theming-feature-flags.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -ThemeProvider: Remove `primer_react_theme_provider_remove_ssr_handoff` feature flag. \ No newline at end of file diff --git a/.changeset/react-compiler-avatar-stack.md b/.changeset/react-compiler-avatar-stack.md deleted file mode 100644 index d99a0b2d032..00000000000 --- a/.changeset/react-compiler-avatar-stack.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -AvatarStack: Improve rendering performance with React Compiler support diff --git a/.changeset/react-compiler-checkbox-controls.md b/.changeset/react-compiler-checkbox-controls.md deleted file mode 100644 index 60c88c6de8f..00000000000 --- a/.changeset/react-compiler-checkbox-controls.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Checkbox, CheckboxGroup, and RadioGroup: Improve rendering performance with React Compiler support diff --git a/.changeset/react-compiler-no-error-files.md b/.changeset/react-compiler-no-error-files.md deleted file mode 100644 index 7dabef8aaf7..00000000000 --- a/.changeset/react-compiler-no-error-files.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -React Compiler: Enable compiler output for Banner, ConfirmationDialog, PageLayout, Pagination, UnderlineNav, `useMergedRefs`, and `useScrollFlash` diff --git a/.changeset/react-compiler-primitives.md b/.changeset/react-compiler-primitives.md deleted file mode 100644 index 5527d0f45f0..00000000000 --- a/.changeset/react-compiler-primitives.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Heading, Link, Pagehead, Portal, and SideNav: Improve rendering performance with React Compiler support diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 0d1fe381d06..631a77fef73 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -14,7 +14,7 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@primer/react": "38.30.0", + "@primer/react": "38.31.0", "@primer/styled-react": "1.1.0", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 242cb2b2d72..f5fdbe4f7ad 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "38.30.0", + "@primer/react": "38.31.0", "@primer/styled-react": "1.1.0", "next": "^16.1.7", "react": "^19.2.0", diff --git a/examples/theming/package.json b/examples/theming/package.json index cf388adef32..14ee4de6acb 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.28.1", - "@primer/react": "38.30.0", + "@primer/react": "38.31.0", "clsx": "^2.1.1", "next": "^16.1.7", "react": "^19.2.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 7e44552406e..19564beaf0c 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,23 @@ # @primer/react +## 38.31.0 + +### Minor Changes + +- [#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. + +- [#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` + +### Patch Changes + +- [#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`. + +- [#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 + +- [#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 + +- [#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 + ## 38.30.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index ee22012c144..60c37abbfea 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@primer/react", "type": "module", - "version": "38.30.0", + "version": "38.31.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "./dist/index.js", "module": "./dist/index.js",