diff --git a/.changeset/bright-dolphins-kick.md b/.changeset/bright-dolphins-kick.md deleted file mode 100644 index 8b4a2cc751d..00000000000 --- a/.changeset/bright-dolphins-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -experimental/SelectPanel: Clear action in search input is only visible when there is text to clear diff --git a/.changeset/dry-bugs-act.md b/.changeset/dry-bugs-act.md deleted file mode 100644 index 328855daa77..00000000000 --- a/.changeset/dry-bugs-act.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/react": minor ---- - -- Moves legacy color primitives from `primer/primitives` directly into Primer React -- Cleans up unused dependencies on primitives other than color -- Preparing for the upgrade to CSS variables (Primitives v8) diff --git a/.changeset/fifty-cooks-try.md b/.changeset/fifty-cooks-try.md deleted file mode 100644 index 342aebce3c8..00000000000 --- a/.changeset/fifty-cooks-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -ActionMenu: Only use checkmarks in menus instead of checkboxes diff --git a/.changeset/long-pumas-shout.md b/.changeset/long-pumas-shout.md deleted file mode 100644 index 3e389b04f95..00000000000 --- a/.changeset/long-pumas-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -experimental/SelectPanel: Add `modal` variant diff --git a/.changeset/modern-files-suffer.md b/.changeset/modern-files-suffer.md deleted file mode 100644 index f09c7ad47e2..00000000000 --- a/.changeset/modern-files-suffer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -experimental/SelectPanel: Fix bug where onSubmit also called onCancel! diff --git a/.changeset/nice-seals-decide.md b/.changeset/nice-seals-decide.md deleted file mode 100644 index 9ff58a38114..00000000000 --- a/.changeset/nice-seals-decide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Deprecate the `underline` property of the Link component in favor of the new `inline` property to better handle link visibility and accessibility when adjacent to text. diff --git a/.changeset/popular-hairs-own.md b/.changeset/popular-hairs-own.md deleted file mode 100644 index a5918fb24fb..00000000000 --- a/.changeset/popular-hairs-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Tooltip2: Fix the anchor position mapping to reflect the directions correctly diff --git a/.changeset/selectpanel-fix-height.md b/.changeset/selectpanel-fix-height.md deleted file mode 100644 index baa277d8eaa..00000000000 --- a/.changeset/selectpanel-fix-height.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -experimental/SelectPanel: Fix height for `fit-content` in Safari diff --git a/.changeset/sharp-seahorses-guess.md b/.changeset/sharp-seahorses-guess.md deleted file mode 100644 index e3ddc8a1c8d..00000000000 --- a/.changeset/sharp-seahorses-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -experimental/SelectPanel: Add SelectPanel.SecondaryAction diff --git a/.changeset/violet-rockets-glow.md b/.changeset/violet-rockets-glow.md deleted file mode 100644 index 10be985a70f..00000000000 --- a/.changeset/violet-rockets-glow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Add "use client" to package entrypoints to support React Server Components diff --git a/CHANGELOG.md b/CHANGELOG.md index 173ef35c823..b6dfa5fd350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # @primer/components +## 36.6.0 + +### Minor Changes + +- [#3787](https://github.com/primer/react/pull/3787) [`c9d74219d`](https://github.com/primer/react/commit/c9d74219de81378cabd9df7b3bb379b30322148e) Thanks [@langermank](https://github.com/langermank)! - - Moves legacy color primitives from `primer/primitives` directly into Primer React + + - Cleans up unused dependencies on primitives other than color + - Preparing for the upgrade to CSS variables (Primitives v8) + +- [#3994](https://github.com/primer/react/pull/3994) [`c40f76562`](https://github.com/primer/react/commit/c40f76562ceb5d4c4d54610871487ab1b5481288) Thanks [@maximedegreve](https://github.com/maximedegreve)! - ActionMenu: Only use checkmarks in menus instead of checkboxes + +- [#4135](https://github.com/primer/react/pull/4135) [`c2b069cfd`](https://github.com/primer/react/commit/c2b069cfd49491109d9eec2c895f6ddc5eb939bc) Thanks [@dipree](https://github.com/dipree)! - Deprecate the `underline` property of the Link component in favor of the new `inline` property to better handle link visibility and accessibility when adjacent to text. + +- [#4145](https://github.com/primer/react/pull/4145) [`996475f7b`](https://github.com/primer/react/commit/996475f7b6a70d8bd0109758368d61d46eacb638) Thanks [@siddharthkp](https://github.com/siddharthkp)! - experimental/SelectPanel: Add SelectPanel.SecondaryAction + +- [#4128](https://github.com/primer/react/pull/4128) [`359213b29`](https://github.com/primer/react/commit/359213b294bbc38c384d3db382fa8803453a6dfe) Thanks [@joshblack](https://github.com/joshblack)! - Add "use client" to package entrypoints to support React Server Components + +### Patch Changes + +- [#4146](https://github.com/primer/react/pull/4146) [`4e7404c37`](https://github.com/primer/react/commit/4e7404c3743140d19a36c3818c68357968afdc9b) Thanks [@siddharthkp](https://github.com/siddharthkp)! - experimental/SelectPanel: Clear action in search input is only visible when there is text to clear + +- [#4120](https://github.com/primer/react/pull/4120) [`cbdd98a83`](https://github.com/primer/react/commit/cbdd98a838e5d1fd9cc1a97016466c3b6ecbf14e) Thanks [@siddharthkp](https://github.com/siddharthkp)! - experimental/SelectPanel: Add `modal` variant + +- [#4131](https://github.com/primer/react/pull/4131) [`91a899ea2`](https://github.com/primer/react/commit/91a899ea267c74f2935bd7ec433fca1607cffd1c) Thanks [@siddharthkp](https://github.com/siddharthkp)! - experimental/SelectPanel: Fix bug where onSubmit also called onCancel! + +- [#4098](https://github.com/primer/react/pull/4098) [`dc97a9b3f`](https://github.com/primer/react/commit/dc97a9b3fd754409b46c7de996a7d44c07a9c1f9) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Tooltip2: Fix the anchor position mapping to reflect the directions correctly + +- [#4170](https://github.com/primer/react/pull/4170) [`18d16092d`](https://github.com/primer/react/commit/18d16092d59cab7331e65cb81a3810c5ea466acb) Thanks [@siddharthkp](https://github.com/siddharthkp)! - experimental/SelectPanel: Fix height for `fit-content` in Safari + ## 36.5.0 ### Minor Changes diff --git a/package.json b/package.json index 3c4a10d6137..8febbdcc6ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "36.5.0", + "version": "36.6.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",