diff --git a/.changeset/huge-llamas-punch.md b/.changeset/huge-llamas-punch.md deleted file mode 100644 index 815c4d3e03b..00000000000 --- a/.changeset/huge-llamas-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Remove ConfirmationDialog custom renders to ensure visual parity with Dialog diff --git a/.changeset/rotten-mugs-tan.md b/.changeset/rotten-mugs-tan.md deleted file mode 100644 index 4d252daf038..00000000000 --- a/.changeset/rotten-mugs-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -feat: make Spinner's delay customizable diff --git a/.changeset/slow-seas-design.md b/.changeset/slow-seas-design.md deleted file mode 100644 index d9c6196e31d..00000000000 --- a/.changeset/slow-seas-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -FilteredActionList: Adds new prop `scrollBehavior` to allow customization of scroll behavior diff --git a/.changeset/sweet-pets-breathe.md b/.changeset/sweet-pets-breathe.md deleted file mode 100644 index d0d10243081..00000000000 --- a/.changeset/sweet-pets-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -feat(SkeletonBox): add customizable delay diff --git a/.changeset/thin-plants-fetch.md b/.changeset/thin-plants-fetch.md deleted file mode 100644 index 879347dd577..00000000000 --- a/.changeset/thin-plants-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -UnderlineNav.Item: Fix layout issues when children contain React elements by extracting only direct text content for the `data-content` attribute [#7451](https://github.com/primer/react/pull/7451) diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 8354f458249..7126a94068b 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.7.1", + "@primer/react": "38.8.0", "@primer/styled-react": "1.0.2", "styled-components": "5.x", "typescript": "^5.9.2", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 51e7ad43629..ce38c944aeb 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "38.7.1", + "@primer/react": "38.8.0", "@primer/styled-react": "1.0.2", "next": "^16.0.10", "react": "^19.2.0", diff --git a/examples/theming/package.json b/examples/theming/package.json index 05d400e6765..0432561f350 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.7.1", + "@primer/react": "38.8.0", "@primer/styled-react": "1.0.2", "clsx": "^2.1.1", "next": "^16.0.10", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index fb89b393336..0e8b3cd7fc9 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,21 @@ # @primer/react +## 38.8.0 + +### Minor Changes + +- [#7455](https://github.com/primer/react/pull/7455) [`a86c183`](https://github.com/primer/react/commit/a86c183f5ea7add7584f895cff3027a7db35675e) Thanks [@HiroAgustin](https://github.com/HiroAgustin)! - Remove ConfirmationDialog custom renders to ensure visual parity with Dialog + +- [#7438](https://github.com/primer/react/pull/7438) [`160c1c4`](https://github.com/primer/react/commit/160c1c4cf1c5111dd46b68471d49733f47f524cc) Thanks [@francinelucca](https://github.com/francinelucca)! - feat: make Spinner's delay customizable + +- [#7436](https://github.com/primer/react/pull/7436) [`9a4e46c`](https://github.com/primer/react/commit/9a4e46cf902a5c2e046ca7771211536ae0bd08ed) Thanks [@TylerJDev](https://github.com/TylerJDev)! - FilteredActionList: Adds new prop `scrollBehavior` to allow customization of scroll behavior + +- [#7448](https://github.com/primer/react/pull/7448) [`838859d`](https://github.com/primer/react/commit/838859d8ee2afc2afca71a28114020a14a68b297) Thanks [@francinelucca](https://github.com/francinelucca)! - feat(SkeletonBox): add customizable delay + +### Patch Changes + +- [#7451](https://github.com/primer/react/pull/7451) [`0fc4523`](https://github.com/primer/react/commit/0fc45237ef3f912c86663817eb8983875b4c8d7e) Thanks [@daantosaurus](https://github.com/daantosaurus)! - UnderlineNav.Item: Fix layout issues when children contain React elements by extracting only direct text content for the `data-content` attribute. + ## 38.7.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 0d7384cf1f6..f8a9fb25807 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@primer/react", "type": "module", - "version": "38.7.1", + "version": "38.8.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "./dist/index.js", "module": "./dist/index.js",