diff --git a/.changeset/curly-moments-show.md b/.changeset/curly-moments-show.md deleted file mode 100644 index d2ff82782b6..00000000000 --- a/.changeset/curly-moments-show.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -fix(polymorphic): Improve prop passthrough for ActionList.LinkItem and Breadcrumbs.Item diff --git a/.changeset/early-ravens-visit.md b/.changeset/early-ravens-visit.md deleted file mode 100644 index f9dc700a5d4..00000000000 --- a/.changeset/early-ravens-visit.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/react": minor ---- - -- New: Exposes new `useMergedRefs` hook that can merge two refs into a single combined ref -- Deprecates `useRefObjectAsForwardedRef`; see doc comment for migration instructions -- Deprecates `useProvidedRefOrCreate`; see doc comment for migration instructions diff --git a/.changeset/fuzzy-rabbits-wave.md b/.changeset/fuzzy-rabbits-wave.md deleted file mode 100644 index 47bd765fe30..00000000000 --- a/.changeset/fuzzy-rabbits-wave.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@primer/react": patch ---- - -chore: ensure max-height does not surpass viewport height in Overlay, ActionMenu under feature flag - diff --git a/.changeset/iconbutton-keybinding-hint-array.md b/.changeset/iconbutton-keybinding-hint-array.md deleted file mode 100644 index 9c8126df9c1..00000000000 --- a/.changeset/iconbutton-keybinding-hint-array.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -`IconButton`: `keybindingHint` now accepts `string[]` in addition to `string`. Multiple hints are rendered joined with "or". diff --git a/.changeset/nine-colts-grow.md b/.changeset/nine-colts-grow.md deleted file mode 100644 index a3e136d23d8..00000000000 --- a/.changeset/nine-colts-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Update CheckboxOrRadioGroup.tsx to add `required` announcement diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index cff8c109f1e..968d8b74671 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -17,7 +17,7 @@ "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.3", - "@primer/react": "38.16.0", + "@primer/react": "38.17.0", "@primer/styled-react": "1.0.3", "styled-components": "5.x", "typescript": "^5.9.2", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 9534f963389..dac1987157f 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "38.16.0", + "@primer/react": "38.17.0", "@primer/styled-react": "1.0.3", "next": "^16.1.7", "react": "^19.2.0", diff --git a/examples/theming/package.json b/examples/theming/package.json index cfaf480fd7c..36cb5d666bb 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.21.0", - "@primer/react": "38.16.0", + "@primer/react": "38.17.0", "@primer/styled-react": "1.0.3", "clsx": "^2.1.1", "next": "^16.1.7", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 8167e9c6b45..b35ae3f5e3d 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,24 @@ # @primer/react +## 38.17.0 + +### Minor Changes + +- [#7658](https://github.com/primer/react/pull/7658) [`259fdff`](https://github.com/primer/react/commit/259fdff67550e328b851129a78e87413ddb07229) Thanks [@hussam-i-am](https://github.com/hussam-i-am)! - fix(polymorphic): Improve prop passthrough for ActionList.LinkItem and Breadcrumbs.Item + +- [#7672](https://github.com/primer/react/pull/7672) [`77735f9`](https://github.com/primer/react/commit/77735f975c71b267130899fc1fd7b47bcb5f062d) Thanks [@iansan5653](https://github.com/iansan5653)! - - New: Exposes new `useMergedRefs` hook that can merge two refs into a single combined ref + + - Deprecates `useRefObjectAsForwardedRef`; see doc comment for migration instructions + - Deprecates `useProvidedRefOrCreate`; see doc comment for migration instructions + +- [#7623](https://github.com/primer/react/pull/7623) [`42847d1`](https://github.com/primer/react/commit/42847d1bb943c2db6d2309dfd604e8d3ab55d387) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - `IconButton`: `keybindingHint` now accepts `string[]` in addition to `string`. Multiple hints are rendered joined with "or". + +### Patch Changes + +- [#7510](https://github.com/primer/react/pull/7510) [`8fa988b`](https://github.com/primer/react/commit/8fa988ba613117874657af722ef6de768b0e0eb8) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: ensure max-height does not surpass viewport height in Overlay, ActionMenu under feature flag + +- [#7682](https://github.com/primer/react/pull/7682) [`8aed331`](https://github.com/primer/react/commit/8aed331f9dcb8c51d86bf531f7e331a6ccd23d9a) Thanks [@llastflowers](https://github.com/llastflowers)! - Update CheckboxOrRadioGroup.tsx to add `required` announcement + ## 38.16.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 3226099cb69..4ec3a654346 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@primer/react", "type": "module", - "version": "38.16.0", + "version": "38.17.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "./dist/index.js", "module": "./dist/index.js",