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
5 changes: 0 additions & 5 deletions .changeset/brown-bats-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dry-pets-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-books-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/easy-suits-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flush-banner.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/forty-aliens-shine.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-carrots-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-loops-send.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/strong-mangos-rest.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.3.0",
"@primer/styled-react": "1.0.1",
"@primer/react": "38.4.0",
"@primer/styled-react": "1.0.2",
"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.3.0",
"@primer/styled-react": "1.0.1",
"@primer/react": "38.4.0",
"@primer/styled-react": "1.0.2",
"next": "^16.0.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.14.0",
"@primer/react": "38.3.0",
"@primer/styled-react": "1.0.1",
"@primer/react": "38.4.0",
"@primer/styled-react": "1.0.2",
"clsx": "^2.1.1",
"next": "^16.0.7",
"react": "^19.2.0",
Expand Down
23 changes: 23 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @primer/react

## 38.4.0

### Minor Changes

- [#7258](https://github.com/primer/react/pull/7258) [`8e66a2c`](https://github.com/primer/react/commit/8e66a2ca9fb711530c1392c8dcdc3faa6623b902) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Make MappedActionListItem a forwardRef component

- [#7250](https://github.com/primer/react/pull/7250) [`a193d30`](https://github.com/primer/react/commit/a193d30cad6e308e2f0cc29ebdcc926ee057f0fb) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Banner: Add `flush` prop for use within confined spaces, such as dialogs, tables, cards, or boxes where available space is limited.

- [#7247](https://github.com/primer/react/pull/7247) [`e1021e7`](https://github.com/primer/react/commit/e1021e7a5b65c605d98f025a30ef4fb5cce91024) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Add leadingVisual to InlineMessage component.

- [#7047](https://github.com/primer/react/pull/7047) [`c07dd71`](https://github.com/primer/react/commit/c07dd71e990323a1c73ec99c44752df43d153090) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Remove the feature flag for `primer_react_segmented_control_tooltip` and GA tooltip by default behavior.
- Ensure that when `disabled` is applied, the tooltip is still triggered.

### Patch Changes

- [#7244](https://github.com/primer/react/pull/7244) [`d973c5a`](https://github.com/primer/react/commit/d973c5ad5aa59c66e1f609558b33a6b63880234a) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - "Update logic for how hex codes are applied"

- [#7230](https://github.com/primer/react/pull/7230) [`534ca11`](https://github.com/primer/react/commit/534ca119a2552bb71684c64d2e7481cf426023b6) Thanks [@mperrotti](https://github.com/mperrotti)! - Replaces 'aria-live' usage and removes internal LiveRegion component

- [#7267](https://github.com/primer/react/pull/7267) [`1d8759a`](https://github.com/primer/react/commit/1d8759aae8a3bdd1dc2b8bc8785867ca467b72b5) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Used correct tokens for disabled radio control

- [#7241](https://github.com/primer/react/pull/7241) [`181f12e`](https://github.com/primer/react/commit/181f12e1244ea1f33559976ff16e32a1777e877d) Thanks [@francinelucca](https://github.com/francinelucca)! - fix(LabelGroup): add role and aria-label to hidden items overlay

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

## 1.0.2

### Patch Changes

- [#7261](https://github.com/primer/react/pull/7261) [`13effb8`](https://github.com/primer/react/commit/13effb815ab45ac7b517fd4ea5b0365d1fc52508) Thanks [@joshblack](https://github.com/joshblack)! - Update exports from @primer/styled-react to be marked as deprecated

## 1.0.1

### 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.1",
"version": "1.0.2",
"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.3.0",
"@primer/react": "^38.4.0",
"@rollup/plugin-babel": "^6.1.0",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
Expand Down
Loading