diff --git a/.changeset/afraid-papayas-allow.md b/.changeset/afraid-papayas-allow.md deleted file mode 100644 index d0b12f17f56..00000000000 --- a/.changeset/afraid-papayas-allow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -chore: Migrate from toggleSxComponent to BoxWithFallback helper diff --git a/.changeset/cuddly-frogs-bow.md b/.changeset/cuddly-frogs-bow.md deleted file mode 100644 index b52281c77dc..00000000000 --- a/.changeset/cuddly-frogs-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Fix Button styles while dragging inactive variants diff --git a/.changeset/fair-garlics-doubt.md b/.changeset/fair-garlics-doubt.md deleted file mode 100644 index 1c56807d22a..00000000000 --- a/.changeset/fair-garlics-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Change padding in TextInput before leading visual and after trailing visual from 12px to 8px. diff --git a/.changeset/good-bars-see.md b/.changeset/good-bars-see.md deleted file mode 100644 index 76453f92790..00000000000 --- a/.changeset/good-bars-see.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Stack.Item: add support for `shrink` prop diff --git a/.changeset/khaki-books-hang.md b/.changeset/khaki-books-hang.md deleted file mode 100644 index d12bb9383f3..00000000000 --- a/.changeset/khaki-books-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Advances remaining Skeleton components to 'alpha' status diff --git a/.changeset/nine-ways-attend.md b/.changeset/nine-ways-attend.md deleted file mode 100644 index 156bbf8d852..00000000000 --- a/.changeset/nine-ways-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Add height, width and overflow to Popover component diff --git a/.changeset/polite-pandas-tie.md b/.changeset/polite-pandas-tie.md deleted file mode 100644 index bf6ff995e6c..00000000000 --- a/.changeset/polite-pandas-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -chore(DataTable.Pagination): Convert DataTable.Pagination to CSS modules diff --git a/.changeset/smooth-steaks-hug.md b/.changeset/smooth-steaks-hug.md deleted file mode 100644 index e6b22a508ab..00000000000 --- a/.changeset/smooth-steaks-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Convert `_VisuallyHidden` internal component to CSS modules diff --git a/.changeset/tame-dancers-count.md b/.changeset/tame-dancers-count.md deleted file mode 100644 index eb101505fbb..00000000000 --- a/.changeset/tame-dancers-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Fix alignment styles for Banner component with hidden titles diff --git a/.changeset/tidy-drinks-speak.md b/.changeset/tidy-drinks-speak.md deleted file mode 100644 index 2dfce213fb4..00000000000 --- a/.changeset/tidy-drinks-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Add basic link styles to BaseStyles. diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 8b9bc86e2bc..c3dd49d7164 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^7.3.1", "@vitejs/plugin-react": "^4.3.3", - "@primer/react": "37.28.1", + "@primer/react": "37.29.0", "eslint": "^9.31.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 3aafa59db52..04c61e30285 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "37.28.1", + "@primer/react": "37.29.0", "next": "^15.2.3", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/theming/package.json b/examples/theming/package.json index bd463259b81..3e12af86f36 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.14.0", - "@primer/react": "37.28.1", + "@primer/react": "37.29.0", "clsx": "^2.1.1", "next": "^14.2.30", "react": "^18.3.1", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index cc72df9dc92..e103ea7ffe5 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,31 @@ # @primer/react +## 37.29.0 + +### Minor Changes + +- [#6260](https://github.com/primer/react/pull/6260) [`8210573`](https://github.com/primer/react/commit/82105733b6c1df53d37ef2aa03d245a4d22ffb5a) Thanks [@adierkens](https://github.com/adierkens)! - Stack.Item: add support for `shrink` prop + +- [#6303](https://github.com/primer/react/pull/6303) [`c77acc4`](https://github.com/primer/react/commit/c77acc4d398eb70119990b18901c5c0c8f17cd5b) Thanks [@pksjce](https://github.com/pksjce)! - Add height, width and overflow to Popover component + +- [#6273](https://github.com/primer/react/pull/6273) [`0cb9a5d`](https://github.com/primer/react/commit/0cb9a5d40093aeccd9c846858d4d5dc413ee78bf) Thanks [@jonrohan](https://github.com/jonrohan)! - chore(DataTable.Pagination): Convert DataTable.Pagination to CSS modules + +- [#6083](https://github.com/primer/react/pull/6083) [`26232b3`](https://github.com/primer/react/commit/26232b3f488864403ff8b69a278f8024ae52c05f) Thanks [@jonrohan](https://github.com/jonrohan)! - Convert `_VisuallyHidden` internal component to CSS modules + +### Patch Changes + +- [#6311](https://github.com/primer/react/pull/6311) [`db0b27a`](https://github.com/primer/react/commit/db0b27a193942d3270c740c11dbe4d7435b2592c) Thanks [@jonrohan](https://github.com/jonrohan)! - chore: Migrate from toggleSxComponent to BoxWithFallback helper + +- [#6277](https://github.com/primer/react/pull/6277) [`b384225`](https://github.com/primer/react/commit/b384225cc6c0b4b784f53c472cf358863b6bf504) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Fix Button styles while dragging inactive variants + +- [#6302](https://github.com/primer/react/pull/6302) [`4c9aa4b`](https://github.com/primer/react/commit/4c9aa4b555767de56da4f5d19f61fe1593805f2b) Thanks [@llastflowers](https://github.com/llastflowers)! - Change padding in TextInput before leading visual and after trailing visual from 12px to 8px. + +- [#5960](https://github.com/primer/react/pull/5960) [`e88782a`](https://github.com/primer/react/commit/e88782a40cc244a7672e6094e926fac2bdc09b18) Thanks [@joshblack](https://github.com/joshblack)! - Advances remaining Skeleton components to 'alpha' status + +- [#6326](https://github.com/primer/react/pull/6326) [`3b6d68a`](https://github.com/primer/react/commit/3b6d68a23b8cc62b0c9f3b75e51d10b3126610d5) Thanks [@adierkens](https://github.com/adierkens)! - Fix alignment styles for Banner component with hidden titles + +- [#6314](https://github.com/primer/react/pull/6314) [`a5a0afe`](https://github.com/primer/react/commit/a5a0afecc8ff5d439526d235a61602d5f3ec5653) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Add basic link styles to BaseStyles. + ## 37.28.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 53eb6b5a5ad..5d11f813e3a 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "37.28.1", + "version": "37.29.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js", @@ -235,4 +235,3 @@ } } } -