diff --git a/.changeset/fresh-parents-kiss.md b/.changeset/fresh-parents-kiss.md deleted file mode 100644 index c6ed658c5f06..000000000000 --- a/.changeset/fresh-parents-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -experimental/SelectPanel: Improve keyboard navigation from search input diff --git a/.changeset/honest-kings-occur.md b/.changeset/honest-kings-occur.md deleted file mode 100644 index 979fc736a5a1..000000000000 --- a/.changeset/honest-kings-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Tooltip v2: Allow external id to be passed down in tooltip so that the trigger can be labelled/described by the that id diff --git a/.changeset/hot-hounds-speak.md b/.changeset/hot-hounds-speak.md deleted file mode 100644 index 096d29ec90c7..000000000000 --- a/.changeset/hot-hounds-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Dialog v1: Fix font-family for title diff --git a/.changeset/khaki-zebras-smile.md b/.changeset/khaki-zebras-smile.md deleted file mode 100644 index 41ff2e6cad84..000000000000 --- a/.changeset/khaki-zebras-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Dialog component: add new `position` prop to support fullscreen and bottom sheets on narrow screens diff --git a/.changeset/polite-rockets-yawn.md b/.changeset/polite-rockets-yawn.md deleted file mode 100644 index bb5a4cd9ea9b..000000000000 --- a/.changeset/polite-rockets-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -SelectPanel2: Submit panel when an item is selected with `Enter` key diff --git a/.changeset/purple-bees-warn.md b/.changeset/purple-bees-warn.md deleted file mode 100644 index 1e55fd817304..000000000000 --- a/.changeset/purple-bees-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Fix focus styles in ActionList Item to support more than focus-visible diff --git a/.changeset/sharp-starfishes-battle.md b/.changeset/sharp-starfishes-battle.md deleted file mode 100644 index 83b461fae00c..000000000000 --- a/.changeset/sharp-starfishes-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Refactor project to avoid circular dependencies diff --git a/.changeset/slow-owls-report.md b/.changeset/slow-owls-report.md deleted file mode 100644 index c572b98f1c28..000000000000 --- a/.changeset/slow-owls-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -ActionList: Prevent scroll when an item is selected with `Space` diff --git a/.changeset/strange-starfishes-work.md b/.changeset/strange-starfishes-work.md deleted file mode 100644 index fed1220bd9da..000000000000 --- a/.changeset/strange-starfishes-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -experimental/SelectPanel: Automatically adjust height based on contents diff --git a/.changeset/violet-ligers-double.md b/.changeset/violet-ligers-double.md deleted file mode 100644 index 204323bcc87d..000000000000 --- a/.changeset/violet-ligers-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Increase Tooltip border-radius to match Primer View Components diff --git a/.changeset/witty-kangaroos-beg.md b/.changeset/witty-kangaroos-beg.md deleted file mode 100644 index cc7274ede9bd..000000000000 --- a/.changeset/witty-kangaroos-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Bugfix: Dialog.Header ignored the sx provided diff --git a/examples/app-router/package.json b/examples/app-router/package.json index da39f036daf8..ae02d57d26e1 100644 --- a/examples/app-router/package.json +++ b/examples/app-router/package.json @@ -7,7 +7,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "36.x", + "@primer/react": "36.8.0", "next": "^14.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 0c7067bf366d..4576189ef32b 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@primer/octicons-react": "^18.2.0", - "@primer/react": "36.x", + "@primer/react": "36.8.0", "next": "^14.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md new file mode 100644 index 000000000000..7c79a1d67db0 --- /dev/null +++ b/packages/react/CHANGELOG.md @@ -0,0 +1,29 @@ +# @primer/react + +## 36.8.0 + +### Minor Changes + +- [#4214](https://github.com/primer/react/pull/4214) [`3dd498e6a7c28a1ec39b56912f76579f6674e022`](https://github.com/primer/react/commit/3dd498e6a7c28a1ec39b56912f76579f6674e022) Thanks [@langermank](https://github.com/langermank)! - Dialog component: add new `position` prop to support fullscreen and bottom sheets on narrow screens + +- [#4236](https://github.com/primer/react/pull/4236) [`14a2776f18cf8f4a360b1887db64f8d5e904bc9d`](https://github.com/primer/react/commit/14a2776f18cf8f4a360b1887db64f8d5e904bc9d) Thanks [@joshblack](https://github.com/joshblack)! - Refactor project to avoid circular dependencies + +### Patch Changes + +- [#4199](https://github.com/primer/react/pull/4199) [`b6e58079a1517d2f1d31098b4e484b94625deabd`](https://github.com/primer/react/commit/b6e58079a1517d2f1d31098b4e484b94625deabd) Thanks [@siddharthkp](https://github.com/siddharthkp)! - experimental/SelectPanel: Improve keyboard navigation from search input + +- [#4200](https://github.com/primer/react/pull/4200) [`dc988141216b91561a0ea0943b2cbff03be95029`](https://github.com/primer/react/commit/dc988141216b91561a0ea0943b2cbff03be95029) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Tooltip v2: Allow external id to be passed down in tooltip so that the trigger can be labelled/described by the that id + +- [#4246](https://github.com/primer/react/pull/4246) [`2aced1c61f26513ef2f7a5a4d05485c6fe7ec1ff`](https://github.com/primer/react/commit/2aced1c61f26513ef2f7a5a4d05485c6fe7ec1ff) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Dialog v1: Fix font-family for title + +- [#4265](https://github.com/primer/react/pull/4265) [`19c716f7f1ec44f1f1ee4a135b828208f2be058a`](https://github.com/primer/react/commit/19c716f7f1ec44f1f1ee4a135b828208f2be058a) Thanks [@siddharthkp](https://github.com/siddharthkp)! - SelectPanel2: Submit panel when an item is selected with `Enter` key + +- [#4166](https://github.com/primer/react/pull/4166) [`c66b808cbefdbdd7482be752e5d311d2db4d23d8`](https://github.com/primer/react/commit/c66b808cbefdbdd7482be752e5d311d2db4d23d8) Thanks [@pksjce](https://github.com/pksjce)! - Fix focus styles in ActionList Item to support more than focus-visible + +- [#4259](https://github.com/primer/react/pull/4259) [`c9fbef6438131cf358e2eaff3d866cf4398e622c`](https://github.com/primer/react/commit/c9fbef6438131cf358e2eaff3d866cf4398e622c) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionList: Prevent scroll when an item is selected with `Space` + +- [#4245](https://github.com/primer/react/pull/4245) [`d79a419116ea9e669c1ce598144a4b61ae15c52d`](https://github.com/primer/react/commit/d79a419116ea9e669c1ce598144a4b61ae15c52d) Thanks [@siddharthkp](https://github.com/siddharthkp)! - experimental/SelectPanel: Automatically adjust height based on contents + +- [#4204](https://github.com/primer/react/pull/4204) [`da4469d9d958733e1b1dd32d6cd1a1bd0661ff91`](https://github.com/primer/react/commit/da4469d9d958733e1b1dd32d6cd1a1bd0661ff91) Thanks [@dylanatsmith](https://github.com/dylanatsmith)! - Increase Tooltip border-radius to match Primer View Components + +- [#4205](https://github.com/primer/react/pull/4205) [`ff354604f70fc900cb79fe4c58eaee541a813d9f`](https://github.com/primer/react/commit/ff354604f70fc900cb79fe4c58eaee541a813d9f) Thanks [@pablonete](https://github.com/pablonete)! - Bugfix: Dialog.Header ignored the sx provided diff --git a/packages/react/package.json b/packages/react/package.json index 230430523eb3..09038fc67650 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "36.7.1", + "version": "36.8.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",