diff --git a/.changeset/cyan-tigers-reply.md b/.changeset/cyan-tigers-reply.md deleted file mode 100644 index 4d9855c38b2..00000000000 --- a/.changeset/cyan-tigers-reply.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Fix PageLayout whitespace gap on narrow viewports. diff --git a/.changeset/dry-carrots-bathe.md b/.changeset/dry-carrots-bathe.md deleted file mode 100644 index 151f7a2a8e3..00000000000 --- a/.changeset/dry-carrots-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -fix(Autocomplete.Overlay): prevent user-defined className from overriding default styles diff --git a/.changeset/fast-pots-say.md b/.changeset/fast-pots-say.md deleted file mode 100644 index 3b4a1f51029..00000000000 --- a/.changeset/fast-pots-say.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -ActionMenu: Ensures that uncontrolled ActionMenu(s) retain tab-focus when fullscreen diff --git a/.changeset/fix-scroll-jump-on-resize.md b/.changeset/fix-scroll-jump-on-resize.md deleted file mode 100644 index 7aea938e35c..00000000000 --- a/.changeset/fix-scroll-jump-on-resize.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Fixed a bug where scroll might jump when resizing by removing content-visibility from dragging elements in PageLayout. \ No newline at end of file diff --git a/.changeset/new-lamps-doubt.md b/.changeset/new-lamps-doubt.md deleted file mode 100644 index 9444d653662..00000000000 --- a/.changeset/new-lamps-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Fix positioning of Autocomplete overlay menu when tokens are present diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 547e8978062..8354f458249 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.7.0", + "@primer/react": "38.7.1", "@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 6ef3b358819..51e7ad43629 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "38.7.0", + "@primer/react": "38.7.1", "@primer/styled-react": "1.0.2", "next": "^16.0.10", "react": "^19.2.0", diff --git a/examples/theming/package.json b/examples/theming/package.json index 94dc9417172..05d400e6765 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.21.0", - "@primer/react": "38.7.0", + "@primer/react": "38.7.1", "@primer/styled-react": "1.0.2", "clsx": "^2.1.1", "next": "^16.0.10", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 46b7ccbb26f..fb89b393336 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,19 @@ # @primer/react +## 38.7.1 + +### Patch Changes + +- [#7439](https://github.com/primer/react/pull/7439) [`ceb4337`](https://github.com/primer/react/commit/ceb433733de4dd19effa619b2b4e5bda129a8c6d) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Fix PageLayout whitespace gap on narrow viewports. + +- [#7364](https://github.com/primer/react/pull/7364) [`d239382`](https://github.com/primer/react/commit/d239382a6c6df8e97cabdb6f1be4009c2ea15d2c) Thanks [@francinelucca](https://github.com/francinelucca)! - fix(Autocomplete.Overlay): prevent user-defined className from overriding default styles + +- [#7408](https://github.com/primer/react/pull/7408) [`e3592d9`](https://github.com/primer/react/commit/e3592d96e0252285dc8e70bb6e69f95199928a74) Thanks [@TylerJDev](https://github.com/TylerJDev)! - ActionMenu: Ensures that uncontrolled ActionMenu(s) retain tab-focus when fullscreen + +- [#7445](https://github.com/primer/react/pull/7445) [`4072e44`](https://github.com/primer/react/commit/4072e44c74056b7a4e81bd8bba276c165a71c4ba) Thanks [@mattcosta7](https://github.com/mattcosta7)! - Fixed a bug where scroll might jump when resizing by removing content-visibility from dragging elements in PageLayout. + +- [#7431](https://github.com/primer/react/pull/7431) [`43d1d89`](https://github.com/primer/react/commit/43d1d89506476c0ccd5f4c4e4d59589e62715b1c) Thanks [@llastflowers](https://github.com/llastflowers)! - Fix positioning of Autocomplete overlay menu when tokens are present + ## 38.7.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 0b4bb398488..3c5ca6990b2 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@primer/react", "type": "module", - "version": "38.7.0", + "version": "38.7.1", "description": "An implementation of GitHub's Primer Design System using React", "main": "./dist/index.js", "module": "./dist/index.js",