diff --git a/.changeset/curvy-fireants-promise.md b/.changeset/curvy-fireants-promise.md deleted file mode 100644 index f8c4344caa1..00000000000 --- a/.changeset/curvy-fireants-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -experimental/SelectPanel: Fix anchored position inside a Dialog diff --git a/.changeset/fair-trainers-battle.md b/.changeset/fair-trainers-battle.md deleted file mode 100644 index 7993793d74d..00000000000 --- a/.changeset/fair-trainers-battle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Add aria-labelledby to listbox within draft SelectPanel diff --git a/.changeset/khaki-schools-lay.md b/.changeset/khaki-schools-lay.md deleted file mode 100644 index c02d3689937..00000000000 --- a/.changeset/khaki-schools-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Address a few v8 color bugs diff --git a/.changeset/nervous-dogs-change.md b/.changeset/nervous-dogs-change.md deleted file mode 100644 index 8017072c5ed..00000000000 --- a/.changeset/nervous-dogs-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -experimental/SelectPanel: Cancel + close panel when user clicks outside diff --git a/.changeset/old-peas-cross.md b/.changeset/old-peas-cross.md deleted file mode 100644 index 0c28cf9079f..00000000000 --- a/.changeset/old-peas-cross.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Add a new experimental component ActionBar diff --git a/.changeset/spicy-cobras-hunt.md b/.changeset/spicy-cobras-hunt.md deleted file mode 100644 index b0fe2666491..00000000000 --- a/.changeset/spicy-cobras-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Update Checkbox to mirror `aria-checked` and the input's `checked` property diff --git a/.changeset/tall-spiders-pay.md b/.changeset/tall-spiders-pay.md deleted file mode 100644 index 12d7d3d8e75..00000000000 --- a/.changeset/tall-spiders-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Tooltip: Take position:absolute back that was introduced in https://github.com/primer/react/pull/4250 since causing flickering issues and update v2 id to be the same with v1 for the new docs site. diff --git a/.changeset/warm-steaks-fry.md b/.changeset/warm-steaks-fry.md deleted file mode 100644 index f4f80a23b6c..00000000000 --- a/.changeset/warm-steaks-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Update the font-weight of the Dialog subtitle component to be normal diff --git a/.changeset/young-bikes-kneel.md b/.changeset/young-bikes-kneel.md deleted file mode 100644 index 25215d87751..00000000000 --- a/.changeset/young-bikes-kneel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@primer/react": patch ---- - -Fix `placeholder` selector for form components - diff --git a/examples/app-router/package.json b/examples/app-router/package.json index 7f0f402e5ab..389dea82320 100644 --- a/examples/app-router/package.json +++ b/examples/app-router/package.json @@ -9,7 +9,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "36.9.0", + "@primer/react": "36.10.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 22aeacd57ec..30c8138c237 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.9.0", + "@primer/react": "36.10.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 index 44c871c89cf..26cb9e05726 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,29 @@ # @primer/react +## 36.10.0 + +### Minor Changes + +- [#4233](https://github.com/primer/react/pull/4233) [`fcd05284039b9768e37f687d65eece9242e4e2f8`](https://github.com/primer/react/commit/fcd05284039b9768e37f687d65eece9242e4e2f8) Thanks [@pksjce](https://github.com/pksjce)! - Add a new experimental component ActionBar + +### Patch Changes + +- [#4321](https://github.com/primer/react/pull/4321) [`94052a35167b2b8f024ebbb2b676acf24641b245`](https://github.com/primer/react/commit/94052a35167b2b8f024ebbb2b676acf24641b245) Thanks [@siddharthkp](https://github.com/siddharthkp)! - experimental/SelectPanel: Fix anchored position inside a Dialog + +- [#4279](https://github.com/primer/react/pull/4279) [`a68e2e206eed4ecb8bbf9b0646271c776c301c1a`](https://github.com/primer/react/commit/a68e2e206eed4ecb8bbf9b0646271c776c301c1a) Thanks [@joshblack](https://github.com/joshblack)! - Add aria-labelledby to listbox within draft SelectPanel + +- [#4278](https://github.com/primer/react/pull/4278) [`9ec7262fd0bfad6de689c7a73fad71e800cf5620`](https://github.com/primer/react/commit/9ec7262fd0bfad6de689c7a73fad71e800cf5620) Thanks [@langermank](https://github.com/langermank)! - Address a few v8 color bugs + +- [#4294](https://github.com/primer/react/pull/4294) [`5ca5c0a6239029abbf285a0e7190e1c766dcab8b`](https://github.com/primer/react/commit/5ca5c0a6239029abbf285a0e7190e1c766dcab8b) Thanks [@siddharthkp](https://github.com/siddharthkp)! - experimental/SelectPanel: Cancel + close panel when user clicks outside + +- [#4263](https://github.com/primer/react/pull/4263) [`590486ff650a81637a07f67624497f01303091b4`](https://github.com/primer/react/commit/590486ff650a81637a07f67624497f01303091b4) Thanks [@joshblack](https://github.com/joshblack)! - Update Checkbox to mirror `aria-checked` and the input's `checked` property + +- [#4317](https://github.com/primer/react/pull/4317) [`0e744e20620a3e2fefebe94e9e33f71dcb0ee19c`](https://github.com/primer/react/commit/0e744e20620a3e2fefebe94e9e33f71dcb0ee19c) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Tooltip: Take position:absolute back that was introduced in https://github.com/primer/react/pull/4250 since causing flickering issues and update v2 id to be the same with v1 for the new docs site. + +- [#4239](https://github.com/primer/react/pull/4239) [`03d8d35c4d2be0dc2b1af67d5a3f57e255406453`](https://github.com/primer/react/commit/03d8d35c4d2be0dc2b1af67d5a3f57e255406453) Thanks [@langermank](https://github.com/langermank)! - Update the font-weight of the Dialog subtitle component to be normal + +- [#4295](https://github.com/primer/react/pull/4295) [`e1dbd6adb4ea2f302722b11c62a631b9c43277c2`](https://github.com/primer/react/commit/e1dbd6adb4ea2f302722b11c62a631b9c43277c2) Thanks [@langermank](https://github.com/langermank)! - Fix `placeholder` selector for form components + ## 36.9.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 429eb5dc7f1..a5545f48eb1 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "36.9.0", + "version": "36.10.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",