Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/add-card-component.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/datatable-slot-marker.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fix-issue-label-token-contrast.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/graduate-overlay-max-height-clamp.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-radios-check.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/serious-cheetahs-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/small-comics-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-ads-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-spoons-own.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/codesandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.3",
"@primer/react": "38.19.0",
"@primer/styled-react": "1.0.5",
"@primer/react": "38.20.0",
"@primer/styled-react": "1.0.6",
"styled-components": "5.x",
"typescript": "^5.9.2",
"vite": "^7.1.11"
Expand Down
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@primer/react": "38.19.0",
"@primer/styled-react": "1.0.5",
"@primer/react": "38.20.0",
"@primer/styled-react": "1.0.6",
"next": "^16.1.7",
"react": "^19.2.0",
"react-dom": "^19.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"dependencies": {
"@primer/octicons-react": "^19.21.0",
"@primer/react": "38.19.0",
"@primer/styled-react": "1.0.5",
"@primer/react": "38.20.0",
"@primer/styled-react": "1.0.6",
"clsx": "^2.1.1",
"next": "^16.1.7",
"react": "^19.2.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @primer/mcp

## 0.3.2

### Patch Changes

- [#7710](https://github.com/primer/react/pull/7710) [`e15db4c`](https://github.com/primer/react/commit/e15db4c29a0852524741c62dce694703dc48b6fd) Thanks [@adierkens](https://github.com/adierkens)! - Removes fallback for legacy documentation for components using `get_component`

- Updated dependencies [[`ec6c88f`](https://github.com/primer/react/commit/ec6c88fe3eb3ef349500617c90378712f802376d), [`f5f2869`](https://github.com/primer/react/commit/f5f28691d9e5c9f8495e8c592635d2b616f7cb49), [`b7dfb78`](https://github.com/primer/react/commit/b7dfb78079c50c6798aa4e09212aede701bf6c56), [`b9211db`](https://github.com/primer/react/commit/b9211db173841c9d9a531c777c5ce2c0cd8af60f), [`30206c4`](https://github.com/primer/react/commit/30206c4fab92de8888f3f103f9b05bff96fdc1b9)]:
- @primer/react@38.20.0

## 0.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mcp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@primer/mcp",
"description": "An MCP server that connects AI tools to the Primer Design System",
"version": "0.3.1",
"version": "0.3.2",
"type": "module",
"bin": {
"mcp": "./bin/mcp.js"
Expand Down Expand Up @@ -37,7 +37,7 @@
"@modelcontextprotocol/sdk": "^1.24.0",
"@primer/octicons": "^19.15.5",
"@primer/primitives": "10.x || 11.x",
"@primer/react": "^38.15.0",
"@primer/react": "^38.20.0",
"cheerio": "^1.0.0",
"turndown": "^7.2.0",
"zod": "^4.3.5"
Expand Down
18 changes: 18 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @primer/react

## 38.20.0

### Minor Changes

- [#7723](https://github.com/primer/react/pull/7723) [`ec6c88f`](https://github.com/primer/react/commit/ec6c88fe3eb3ef349500617c90378712f802376d) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Add Card component with subcomponents: Card.Icon, Card.Image, Card.Heading, Card.Description, Card.Menu, and Card.Metadata

- [#7733](https://github.com/primer/react/pull/7733) [`b9211db`](https://github.com/primer/react/commit/b9211db173841c9d9a531c777c5ce2c0cd8af60f) Thanks [@francinelucca](https://github.com/francinelucca)! - Overlay: Graduate `primer_react_overlay_max_height_clamp_to_viewport` feature flag

The max-height of overlays is now clamped to the viewport height by default using `min(size, 100dvh)`. This prevents overlays from extending beyond the viewport on smaller screens.

### Patch Changes

- [#7738](https://github.com/primer/react/pull/7738) [`f5f2869`](https://github.com/primer/react/commit/f5f28691d9e5c9f8495e8c592635d2b616f7cb49) Thanks [@francinelucca](https://github.com/francinelucca)! - ActionMenu, Table: Fix component mutation issue where `Object.assign` was modifying original `@primer/react` components. Now uses wrapper components to avoid side effects.

- [#7747](https://github.com/primer/react/pull/7747) [`b7dfb78`](https://github.com/primer/react/commit/b7dfb78079c50c6798aa4e09212aede701bf6c56) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Fix IssueLabelToken text contrast in light theme by updating the lightness-switch formula to use a division-based approach that properly produces a binary switch value for selecting black vs white text

- [#7746](https://github.com/primer/react/pull/7746) [`30206c4`](https://github.com/primer/react/commit/30206c4fab92de8888f3f103f9b05bff96fdc1b9) Thanks [@jonrohan](https://github.com/jonrohan)! - Update TokenTextContainer `line-height` to use primer primitives CSS variable `var(--base-text-lineHeight-normal)`

## 38.19.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@primer/react",
"type": "module",
"version": "38.19.0",
"version": "38.20.0",
"description": "An implementation of GitHub's Primer Design System using React",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/styled-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @primer/styled-react

## 1.0.6

### Patch Changes

- [#7738](https://github.com/primer/react/pull/7738) [`f5f2869`](https://github.com/primer/react/commit/f5f28691d9e5c9f8495e8c592635d2b616f7cb49) Thanks [@francinelucca](https://github.com/francinelucca)! - ActionMenu, Table: Fix component mutation issue where `Object.assign` was modifying original `@primer/react` components. Now uses wrapper components to avoid side effects.

- [#7728](https://github.com/primer/react/pull/7728) [`6eb03b5`](https://github.com/primer/react/commit/6eb03b5a1d8332878e54bf3f2aa3daf6cccc6e44) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove Overlay, CounterLabel, and ActionMenu from styled-react package

- [#7743](https://github.com/primer/react/pull/7743) [`8550be3`](https://github.com/primer/react/commit/8550be3fee9cc7cdf85ff99fe7850ed42b19452b) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove Token and Tooltip from `@primer/styled-react`

- [#7726](https://github.com/primer/react/pull/7726) [`2edb05a`](https://github.com/primer/react/commit/2edb05a610c4f6d8fc1bcf759a849263e63347aa) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Remove PageHeader from @primer/styled-react

## 1.0.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/styled-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@primer/styled-react",
"version": "1.0.5",
"version": "1.0.6",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -49,7 +49,7 @@
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@primer/primitives": "10.x || 11.x",
"@primer/react": "^38.19.0",
"@primer/react": "^38.20.0",
"@rollup/plugin-babel": "^6.1.0",
"@storybook/react-vite": "^10.3.3",
"@types/react": "18.3.11",
Expand Down
Loading