diff --git a/.changeset/bitter-cougars-deny.md b/.changeset/bitter-cougars-deny.md deleted file mode 100644 index 92d445b2541..00000000000 --- a/.changeset/bitter-cougars-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -AvatarStack: Border was incorrectly applying to elements that were not `Avatar` children. \ No newline at end of file diff --git a/.changeset/chubby-wombats-start.md b/.changeset/chubby-wombats-start.md deleted file mode 100644 index d6ab8790547..00000000000 --- a/.changeset/chubby-wombats-start.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -FilteredActionList: Adds new prop `setInitialFocus` which will prevent `aria-activedescendant` from being set until user action diff --git a/.changeset/evil-zebras-train.md b/.changeset/evil-zebras-train.md deleted file mode 100644 index 826567afec7..00000000000 --- a/.changeset/evil-zebras-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -AvatarStack: The square prop was not applying to individual `Avatar` components. \ No newline at end of file diff --git a/.changeset/many-planets-take.md b/.changeset/many-planets-take.md deleted file mode 100644 index 034ee5b2755..00000000000 --- a/.changeset/many-planets-take.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -FilteredActionList: Add prop `disableSelectOnHover` which will disable the ability where hovering over an item sets it as the `aria-activedescendant` value diff --git a/.changeset/olive-heads-enter.md b/.changeset/olive-heads-enter.md deleted file mode 100644 index e95379932a0..00000000000 --- a/.changeset/olive-heads-enter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Improve drag performance for PageLayout diff --git a/.changeset/unlucky-icons-speak.md b/.changeset/unlucky-icons-speak.md deleted file mode 100644 index 20030cb0440..00000000000 --- a/.changeset/unlucky-icons-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -useFocusTrap - Fix [bug related to restoring focus on scrolling](https://github.com/github/primer/issues/5200) diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 1f00b0ed0a8..3aaf6539561 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -17,7 +17,7 @@ "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.3", - "@primer/react": "38.4.0", + "@primer/react": "38.5.0", "@primer/styled-react": "1.0.2", "styled-components": "5.x", "typescript": "^5.9.2", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 7257ad6cba7..418436cc78f 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "38.4.0", + "@primer/react": "38.5.0", "@primer/styled-react": "1.0.2", "next": "^16.0.7", "react": "^19.2.0", diff --git a/examples/theming/package.json b/examples/theming/package.json index bcaf9c1fd3a..e2ab8bf9643 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.14.0", - "@primer/react": "38.4.0", + "@primer/react": "38.5.0", "@primer/styled-react": "1.0.2", "clsx": "^2.1.1", "next": "^16.0.7", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index fb9eb5eed26..63f4879b650 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,23 @@ # @primer/react +## 38.5.0 + +### Minor Changes + +- [#7240](https://github.com/primer/react/pull/7240) [`79a6df1`](https://github.com/primer/react/commit/79a6df1b1a8d73acd7036f23b756bb08b9367344) Thanks [@TylerJDev](https://github.com/TylerJDev)! - FilteredActionList: Adds new prop `setInitialFocus` which will prevent `aria-activedescendant` from being set until user action + +- [#7240](https://github.com/primer/react/pull/7240) [`79a6df1`](https://github.com/primer/react/commit/79a6df1b1a8d73acd7036f23b756bb08b9367344) Thanks [@TylerJDev](https://github.com/TylerJDev)! - FilteredActionList: Add prop `disableSelectOnHover` which will disable the ability where hovering over an item sets it as the `aria-activedescendant` value + +### Patch Changes + +- [#7259](https://github.com/primer/react/pull/7259) [`c32b964`](https://github.com/primer/react/commit/c32b964e64a4cbfa4c877f4ed844ada47be871dd) Thanks [@TylerJDev](https://github.com/TylerJDev)! - AvatarStack: Border was incorrectly applying to elements that were not `Avatar` children. + +- [#7259](https://github.com/primer/react/pull/7259) [`c32b964`](https://github.com/primer/react/commit/c32b964e64a4cbfa4c877f4ed844ada47be871dd) Thanks [@TylerJDev](https://github.com/TylerJDev)! - AvatarStack: The square prop was not applying to individual `Avatar` components. + +- [#7275](https://github.com/primer/react/pull/7275) [`822c3e7`](https://github.com/primer/react/commit/822c3e791a9fd18df6b9a834f9bbb87151ec8076) Thanks [@mattcosta7](https://github.com/mattcosta7)! - Improve drag performance for PageLayout + +- [#7242](https://github.com/primer/react/pull/7242) [`32faa80`](https://github.com/primer/react/commit/32faa80d754db46fa5c6583fb9c72dc9a7d22581) Thanks [@pksjce](https://github.com/pksjce)! - useFocusTrap - Fix [bug related to restoring focus on scrolling](https://github.com/github/primer/issues/5200) + ## 38.4.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index bb3f0515873..768e9e8fe96 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@primer/react", "type": "module", - "version": "38.4.0", + "version": "38.5.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "./dist/index.js", "module": "./dist/index.js",