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/busy-masks-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/clever-pumpkins-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cuddly-worms-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/easy-poets-travel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-apes-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-oranges-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-peas-kick.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-clocks-cover.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-files-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-goats-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-pants-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/short-lands-create.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/styled-react-peer-deps.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-planets-taste.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-aliens-itch.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.1.0",
"@primer/styled-react": "0.3.0",
"@primer/react": "38.2.0",
"@primer/styled-react": "1.0.0",
"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.1.0",
"@primer/styled-react": "0.3.0",
"@primer/react": "38.2.0",
"@primer/styled-react": "1.0.0",
"next": "^16.0.0",
"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.14.0",
"@primer/react": "38.1.0",
"@primer/styled-react": "0.3.0",
"@primer/react": "38.2.0",
"@primer/styled-react": "1.0.0",
"clsx": "^2.1.1",
"next": "^16.0.0",
"react": "^19.2.0",
Expand Down
32 changes: 32 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# @primer/react

## 38.2.0

### Minor Changes

- [#7185](https://github.com/primer/react/pull/7185) [`a05b1f9`](https://github.com/primer/react/commit/a05b1f98fa69153f430a2dbde9272c90a78a8423) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - CounterLabel: Add variant prop and deprecate scheme prop

- [#7165](https://github.com/primer/react/pull/7165) [`f2ba02a`](https://github.com/primer/react/commit/f2ba02a370154dc581c1567f93a4d14075ee5419) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Fixes multiple styling issues in the Token component.

- [#7194](https://github.com/primer/react/pull/7194) [`32cdcfc`](https://github.com/primer/react/commit/32cdcfc46ead068197495714364f03261dc438fa) Thanks [@francinelucca](https://github.com/francinelucca)! - feat(NavList): add support for inline and block description

- [#7143](https://github.com/primer/react/pull/7143) [`25a5f99`](https://github.com/primer/react/commit/25a5f99a8a624b066baa8e5b9961f96730f78be8) Thanks [@langermank](https://github.com/langermank)! - Adjust styling for button's that have nested keybinding hints

- [#7196](https://github.com/primer/react/pull/7196) [`70f5ffe`](https://github.com/primer/react/commit/70f5ffe1c017d034da3f5d00ecf333b9bb6ed95c) Thanks [@TylerJDev](https://github.com/TylerJDev)! - FilteredActionList: Remove `usingRemoveActiveDescendant` feature flag, add private prop

- [#7059](https://github.com/primer/react/pull/7059) [`fd3d09e`](https://github.com/primer/react/commit/fd3d09e3ef1a3774fb8c34ed562dcb52cfd3e0ba) Thanks [@jonrohan](https://github.com/jonrohan)! - feat(Spinner): Adds a delay prop to the Spinner component that delays rendering by 1000ms.

- [#7149](https://github.com/primer/react/pull/7149) [`5e6e04e`](https://github.com/primer/react/commit/5e6e04e9fe0a6c6b3eef166dbc88d5d695ac02f3) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - StateLabel: Add size prop and deprecate variant prop to align with APIs in other components.

- [#7142](https://github.com/primer/react/pull/7142) [`4f3be9c`](https://github.com/primer/react/commit/4f3be9c657c1a300c50266d90a65bdde9fcb8dc8) Thanks [@TylerJDev](https://github.com/TylerJDev)! - IconButton: Hide tooltip when a popup is open.

### Patch Changes

- [#7102](https://github.com/primer/react/pull/7102) [`07c9e55`](https://github.com/primer/react/commit/07c9e5573c22c93aed1f1b5768bac755018fb0f5) Thanks [@mperrotti](https://github.com/mperrotti)! - Makes Button and LinkButton 'link' variant respect user underline preference

- [#7189](https://github.com/primer/react/pull/7189) [`424cbc5`](https://github.com/primer/react/commit/424cbc591ac3533c3d1d8467df4c1d2ee8c11f96) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Prevent focus reset on date/time input clicks in Safari.

- [#7180](https://github.com/primer/react/pull/7180) [`f051a39`](https://github.com/primer/react/commit/f051a39229f55d059d867b59bc468020eda09145) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Feature flags: Remove feature flag `primer_react_use_styled_react_theming`

- [#7198](https://github.com/primer/react/pull/7198) [`b1a8acc`](https://github.com/primer/react/commit/b1a8acc9471b569c12e0d1df4278f77e6b86e8b6) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Popover: add missing shadow

- [#7188](https://github.com/primer/react/pull/7188) [`9403294`](https://github.com/primer/react/commit/94032941033d328aadf1e7caa141eb8e24604485) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Remove unused `underline` prop from LinkButtonProps.

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

## 1.0.0

### Major Changes

- [#7191](https://github.com/primer/react/pull/7191) [`d9a0747`](https://github.com/primer/react/commit/d9a07476818a52c76c151cfeefc7aea5b2638fe7) Thanks [@francinelucca](https://github.com/francinelucca)! - chore: remove styled PageLayout

### Patch Changes

- [#7161](https://github.com/primer/react/pull/7161) [`b83328c`](https://github.com/primer/react/commit/b83328cfedea43db3e9227901154da54946629ea) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Allow any `@primer/react` version as peer dependency.

## 0.3.0

### Minor 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": "0.3.0",
"version": "1.0.0",
"type": "module",
"exports": {
".": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@primer/react": "^38.1.0",
"@primer/react": "^38.2.0",
"@rollup/plugin-babel": "^6.1.0",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
Expand Down
Loading