Skip to content
Merged
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
14 changes: 14 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,21 @@
"big-oranges-marry",
"bright-dolls-dance",
"bright-parents-flow",
"busy-bananas-smash",
"chubby-colts-nail",
"cold-teams-buy",
"cruel-papers-film",
"cuddly-ads-behave",
"cuddly-cows-trade",
"deprecate-textinputwithtokens",
"dirty-chairs-invent",
"eighty-queens-tap",
"few-mails-sing",
"five-squids-sin",
"gentle-rockets-go",
"gold-dingos-sneeze",
"great-hats-serve",
"hot-bears-cry",
"hot-melons-jump",
"icy-pianos-say",
"lemon-jokes-camp",
Expand All @@ -42,15 +48,23 @@
"salty-geese-own",
"seven-coats-hang",
"seven-forks-join",
"silly-parks-give",
"slick-months-cry",
"soft-islands-warn",
"spotty-colts-hear",
"stale-wasps-smell",
"strange-knives-study",
"strange-peas-kiss",
"strong-falcons-design",
"strong-lions-tan",
"thin-oranges-lick",
"three-hounds-refuse",
"tricky-eggs-cross",
"twenty-baboons-pull",
"unlucky-hotels-shake",
"wet-crews-drum",
"wet-terms-argue",
"witty-chicken-leave",
"young-dots-heal",
"young-timers-accept"
]
Expand Down
2 changes: 1 addition & 1 deletion examples/codesandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.3",
"@primer/react": "38.0.0-rc.2",
"@primer/react": "38.0.0-rc.3",
"styled-components": "5.x",
"typescript": "^5.9.2",
"vite": "^7.1.5"
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type-check": "tsc --noEmit"
},
"dependencies": {
"@primer/react": "38.0.0-rc.2",
"@primer/react": "38.0.0-rc.3",
"next": "^15.2.3",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@primer/octicons-react": "^19.14.0",
"@primer/react": "38.0.0-rc.2",
"@primer/react": "38.0.0-rc.3",
"clsx": "^2.1.1",
"next": "^15.2.3",
"react": "18.3.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @primer/mcp

## 0.1.0-rc.1

### Minor Changes

- [#6820](https://github.com/primer/react/pull/6820) [`3e47602`](https://github.com/primer/react/commit/3e476021aaa02416bd3828714869dc59b3a976c7) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Adds review_alt_text tool to the Primer MCP

### Patch Changes

- Updated dependencies [[`4d080aa`](https://github.com/primer/react/commit/4d080aa4c8718d2f4ab42c841cf2c8d252cdd19f), [`2024709`](https://github.com/primer/react/commit/2024709eca73533c74ee042cb1524e78e495fba2), [`627cc4b`](https://github.com/primer/react/commit/627cc4bc2663cc50a6b21cf6ec8b8e99b7b260bb), [`2910207`](https://github.com/primer/react/commit/2910207766bf6d7168ce356f401d99d26538c496), [`71382dc`](https://github.com/primer/react/commit/71382dc5c0726f46a9da7823a9543334b7d0fcca), [`2910207`](https://github.com/primer/react/commit/2910207766bf6d7168ce356f401d99d26538c496), [`37ce4aa`](https://github.com/primer/react/commit/37ce4aaf2830fbe0423e0d7546dfdad6e21ac398), [`e23d965`](https://github.com/primer/react/commit/e23d96524783863d92fc770a36c564b14098242b), [`9d13904`](https://github.com/primer/react/commit/9d13904037541d8f4f68d5d833f632304cace06e), [`78784b3`](https://github.com/primer/react/commit/78784b3127acb844ec8a60d4a36141addb75d43d), [`d6378c2`](https://github.com/primer/react/commit/d6378c246748403275ca17bc8aa7f713157ab1b7), [`f082c77`](https://github.com/primer/react/commit/f082c77768526d9f97566a793e80a386cc0bc699), [`4896ef1`](https://github.com/primer/react/commit/4896ef1b541e47e5f6364c5eb0f7ab357594e456)]:
- @primer/react@38.0.0-rc.3

## 0.0.4-rc.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/mcp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@primer/mcp",
"private": true,
"description": "An MCP server that connects AI tools to the Primer Design System",
"version": "0.0.4-rc.0",
"version": "0.1.0-rc.1",
"type": "module",
"bin": {
"mcp": "./bin/mcp.js"
Expand Down Expand Up @@ -34,7 +34,7 @@
"@modelcontextprotocol/sdk": "^1.12.0",
"@primer/octicons": "^19.15.5",
"@primer/primitives": "10.x || 11.x",
"@primer/react": "^38.0.0-rc.0",
"@primer/react": "^38.0.0-rc.3",
"cheerio": "^1.0.0",
"turndown": "^7.2.0",
"zod": "^3.23.8"
Expand Down
34 changes: 34 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# @primer/react

## 38.0.0-rc.3

### Major Changes

- [#6754](https://github.com/primer/react/pull/6754) [`4d080aa`](https://github.com/primer/react/commit/4d080aa4c8718d2f4ab42c841cf2c8d252cdd19f) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Update Popover to no longer support sx

- [#6666](https://github.com/primer/react/pull/6666) [`71382dc`](https://github.com/primer/react/commit/71382dc5c0726f46a9da7823a9543334b7d0fcca) Thanks [@mperrotti](https://github.com/mperrotti)! - Removes styled-system usage from TextInputWrapper and related components and Storybook stories.

- [#6425](https://github.com/primer/react/pull/6425) [`e23d965`](https://github.com/primer/react/commit/e23d96524783863d92fc770a36c564b14098242b) Thanks [@joshblack](https://github.com/joshblack)! - Update @primer/react to only export ESM bundles

- [#6806](https://github.com/primer/react/pull/6806) [`9d13904`](https://github.com/primer/react/commit/9d13904037541d8f4f68d5d833f632304cace06e) Thanks [@joshblack](https://github.com/joshblack)! - Remove the `sx` prop from `Announce`, `AriaAlert`, and `AriaStatus`

- [#6741](https://github.com/primer/react/pull/6741) [`4896ef1`](https://github.com/primer/react/commit/4896ef1b541e47e5f6364c5eb0f7ab357594e456) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Remove sx prop support from the SegmentedControl component.

### Minor Changes

- [#6815](https://github.com/primer/react/pull/6815) [`2024709`](https://github.com/primer/react/commit/2024709eca73533c74ee042cb1524e78e495fba2) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: add PortalContext

- [#6709](https://github.com/primer/react/pull/6709) [`78784b3`](https://github.com/primer/react/commit/78784b3127acb844ec8a60d4a36141addb75d43d) Thanks [@pksjce](https://github.com/pksjce)! - Remove overflow property from popover (It has no usage)

- [#6721](https://github.com/primer/react/pull/6721) [`d6378c2`](https://github.com/primer/react/commit/d6378c246748403275ca17bc8aa7f713157ab1b7) Thanks [@cheshire137](https://github.com/cheshire137)! - Add count to SegmentedControlButton

- [#6843](https://github.com/primer/react/pull/6843) [`f082c77`](https://github.com/primer/react/commit/f082c77768526d9f97566a793e80a386cc0bc699) Thanks [@camchenry](https://github.com/camchenry)! - Allow changing initially focused button in ConfirmationDialog

### Patch Changes

- [#6669](https://github.com/primer/react/pull/6669) [`627cc4b`](https://github.com/primer/react/commit/627cc4bc2663cc50a6b21cf6ec8b8e99b7b260bb) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: use Banner instead of custom implementation for SelectPanel notice

- [#6664](https://github.com/primer/react/pull/6664) [`2910207`](https://github.com/primer/react/commit/2910207766bf6d7168ce356f401d99d26538c496) Thanks [@pksjce](https://github.com/pksjce)! - Breadcrumbs : Add overflow menu for responsive behavior

- [#6664](https://github.com/primer/react/pull/6664) [`2910207`](https://github.com/primer/react/commit/2910207766bf6d7168ce356f401d99d26538c496) Thanks [@pksjce](https://github.com/pksjce)! - Breadcrumb overflow styling

- [#6846](https://github.com/primer/react/pull/6846) [`37ce4aa`](https://github.com/primer/react/commit/37ce4aaf2830fbe0423e0d7546dfdad6e21ac398) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds `sx` prop back to TextInput

## 38.0.0-rc.2

### Major 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.0.0-rc.2",
"version": "38.0.0-rc.3",
"description": "An implementation of GitHub's Primer Design System using React",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/styled-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @primer/styled-react

## 1.0.0-rc.3

### Patch Changes

- Updated dependencies [[`4d080aa`](https://github.com/primer/react/commit/4d080aa4c8718d2f4ab42c841cf2c8d252cdd19f), [`2024709`](https://github.com/primer/react/commit/2024709eca73533c74ee042cb1524e78e495fba2), [`627cc4b`](https://github.com/primer/react/commit/627cc4bc2663cc50a6b21cf6ec8b8e99b7b260bb), [`2910207`](https://github.com/primer/react/commit/2910207766bf6d7168ce356f401d99d26538c496), [`71382dc`](https://github.com/primer/react/commit/71382dc5c0726f46a9da7823a9543334b7d0fcca), [`2910207`](https://github.com/primer/react/commit/2910207766bf6d7168ce356f401d99d26538c496), [`37ce4aa`](https://github.com/primer/react/commit/37ce4aaf2830fbe0423e0d7546dfdad6e21ac398), [`e23d965`](https://github.com/primer/react/commit/e23d96524783863d92fc770a36c564b14098242b), [`9d13904`](https://github.com/primer/react/commit/9d13904037541d8f4f68d5d833f632304cace06e), [`78784b3`](https://github.com/primer/react/commit/78784b3127acb844ec8a60d4a36141addb75d43d), [`d6378c2`](https://github.com/primer/react/commit/d6378c246748403275ca17bc8aa7f713157ab1b7), [`f082c77`](https://github.com/primer/react/commit/f082c77768526d9f97566a793e80a386cc0bc699), [`4896ef1`](https://github.com/primer/react/commit/4896ef1b541e47e5f6364c5eb0f7ab357594e456)]:
- @primer/react@38.0.0-rc.3

## 1.0.0-rc.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.0-rc.2",
"version": "1.0.0-rc.3",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"devDependencies": {
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@primer/react": "^38.0.0-rc.2",
"@primer/react": "^38.0.0-rc.3",
"@rollup/plugin-babel": "^6.0.4",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
Expand All @@ -44,7 +44,7 @@
"typescript": "^5.9.2"
},
"peerDependencies": {
"@primer/react": "38.0.0-rc.2",
"@primer/react": "38.0.0-rc.3",
"@types/react": "18.x || 19.x",
"@types/react-dom": "18.x || 19.x",
"@types/react-is": "18.x || 19.x",
Expand Down
Loading