diff --git a/.changeset/curvy-shrimps-agree.md b/.changeset/curvy-shrimps-agree.md deleted file mode 100644 index 2973bf9112c..00000000000 --- a/.changeset/curvy-shrimps-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Prevents inactive indicator icon/tooltip from appearing in ActionMenu items diff --git a/.changeset/lazy-jobs-pump.md b/.changeset/lazy-jobs-pump.md deleted file mode 100644 index d57adc23a22..00000000000 --- a/.changeset/lazy-jobs-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Add `loading` state to `Button` and `IconButton` diff --git a/.changeset/modern-carrots-check.md b/.changeset/modern-carrots-check.md deleted file mode 100644 index 7ef53275eaf..00000000000 --- a/.changeset/modern-carrots-check.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -TextInput: Refactor TextInputInnerAction to use the default icon button tooltip (No changes in the behaviour or DOM is expected) diff --git a/.changeset/nice-forks-joke.md b/.changeset/nice-forks-joke.md deleted file mode 100644 index c7a982f7b1a..00000000000 --- a/.changeset/nice-forks-joke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -PageHeader: Promote the component to Beta status and now it is available to import from "@primer/react" diff --git a/.changeset/popular-apples-look.md b/.changeset/popular-apples-look.md deleted file mode 100644 index ec157b67c03..00000000000 --- a/.changeset/popular-apples-look.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Bug fix: ActionList divider disappears on selected items diff --git a/.changeset/real-bees-vanish.md b/.changeset/real-bees-vanish.md deleted file mode 100644 index 4cf10346372..00000000000 --- a/.changeset/real-bees-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -experimental/SelectPanel v2: Fix heading color for dark themes diff --git a/.changeset/sixty-trains-flow.md b/.changeset/sixty-trains-flow.md deleted file mode 100644 index 7194e0c473b..00000000000 --- a/.changeset/sixty-trains-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -AnchoredOverlay: Add 'className' prop to the component \ No newline at end of file diff --git a/.changeset/slow-rivers-know.md b/.changeset/slow-rivers-know.md deleted file mode 100644 index 4b024324fa5..00000000000 --- a/.changeset/slow-rivers-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -PageHeader: Fix shrinking Actions sub component in Safari diff --git a/.changeset/swift-peaches-fold.md b/.changeset/swift-peaches-fold.md deleted file mode 100644 index 8485f60ec53..00000000000 --- a/.changeset/swift-peaches-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -(Behind feature flag) ActionList: Fix issue where triggering a keyboard event was possible when using the `onSelect` prop diff --git a/.changeset/thick-ants-try.md b/.changeset/thick-ants-try.md deleted file mode 100644 index 66d4bd2ee81..00000000000 --- a/.changeset/thick-ants-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Add experimental ScrollableRegion component and useOverflow hook diff --git a/.changeset/wild-actors-jam.md b/.changeset/wild-actors-jam.md deleted file mode 100644 index b3da43da561..00000000000 --- a/.changeset/wild-actors-jam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -StateLabel: Differentiate issue and pull request labels for screen readers diff --git a/.changeset/wild-maps-bathe.md b/.changeset/wild-maps-bathe.md deleted file mode 100644 index f27e21d45fa..00000000000 --- a/.changeset/wild-maps-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Update Blankslate styles to better support server-side rendering diff --git a/examples/app-router/package.json b/examples/app-router/package.json index 761507ca25b..29899ff9dbc 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.26.0", + "@primer/react": "36.27.0", "next": "^14.1.0", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 381e31c3a1a..85124d1c2e5 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^7.3.1", "@vitejs/plugin-react": "^4.2.1", - "@primer/react": "36.26.0", + "@primer/react": "36.27.0", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.7", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index f51cb0724e4..414a07b192d 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@primer/octicons-react": "19.x", - "@primer/react": "36.26.0", + "@primer/react": "36.27.0", "next": "^14.1.0", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 5c4c6a1bb4a..05373ae008c 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,35 @@ # @primer/react +## 36.27.0 + +### Minor Changes + +- [#4485](https://github.com/primer/react/pull/4485) [`991839cd2487a24e76f45b516acb974ea006e1c8`](https://github.com/primer/react/commit/991839cd2487a24e76f45b516acb974ea006e1c8) Thanks [@mperrotti](https://github.com/mperrotti)! - Add `loading` state to `Button` and `IconButton` + +- [#4725](https://github.com/primer/react/pull/4725) [`6db8b2fba72ac934db1481adc4a6f067032b5936`](https://github.com/primer/react/commit/6db8b2fba72ac934db1481adc4a6f067032b5936) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - PageHeader: Promote the component to Beta status and now it is available to import from "@primer/react" + +- [#4719](https://github.com/primer/react/pull/4719) [`801ca9653154490f664e55bbb357cd6cf6f198be`](https://github.com/primer/react/commit/801ca9653154490f664e55bbb357cd6cf6f198be) Thanks [@joshblack](https://github.com/joshblack)! - Add experimental ScrollableRegion component and useOverflow hook + +### Patch Changes + +- [#4770](https://github.com/primer/react/pull/4770) [`8574027d887eeb202f3c902397d3f9750b0aeaa4`](https://github.com/primer/react/commit/8574027d887eeb202f3c902397d3f9750b0aeaa4) Thanks [@mperrotti](https://github.com/mperrotti)! - Prevents inactive indicator icon/tooltip from appearing in ActionMenu items + +- [#4733](https://github.com/primer/react/pull/4733) [`1c131f8ca56790ae516290a8a4199718ccff475b`](https://github.com/primer/react/commit/1c131f8ca56790ae516290a8a4199718ccff475b) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - TextInput: Refactor TextInputInnerAction to use the default icon button tooltip (No changes in the behaviour or DOM is expected) + +- [#4778](https://github.com/primer/react/pull/4778) [`a9730c93f3d51b6d976fe598f8168e67d4649fb0`](https://github.com/primer/react/commit/a9730c93f3d51b6d976fe598f8168e67d4649fb0) Thanks [@langermank](https://github.com/langermank)! - Bug fix: ActionList divider disappears on selected items + +- [#4757](https://github.com/primer/react/pull/4757) [`d4f23fbaf6ee251e142fddadfa69ab1bd6216ef5`](https://github.com/primer/react/commit/d4f23fbaf6ee251e142fddadfa69ab1bd6216ef5) Thanks [@siddharthkp](https://github.com/siddharthkp)! - experimental/SelectPanel v2: Fix heading color for dark themes + +- [#4741](https://github.com/primer/react/pull/4741) [`a9fab9805e166a80585366f865ce50f0a727e660`](https://github.com/primer/react/commit/a9fab9805e166a80585366f865ce50f0a727e660) Thanks [@Princeyadav05](https://github.com/Princeyadav05)! - AnchoredOverlay: Add 'className' prop to the component + +- [#4738](https://github.com/primer/react/pull/4738) [`453279368462c8e8581b65c56ba3d31a689009c3`](https://github.com/primer/react/commit/453279368462c8e8581b65c56ba3d31a689009c3) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - PageHeader: Fix shrinking Actions sub component in Safari + +- [#4772](https://github.com/primer/react/pull/4772) [`3779dbf117793112945668fe2694cdc6715c2e32`](https://github.com/primer/react/commit/3779dbf117793112945668fe2694cdc6715c2e32) Thanks [@TylerJDev](https://github.com/TylerJDev)! - (Behind feature flag) ActionList: Fix issue where triggering a keyboard event was possible when using the `onSelect` prop + +- [#4764](https://github.com/primer/react/pull/4764) [`533f997922f2621e242ab3bbe1799939a3d5a6f0`](https://github.com/primer/react/commit/533f997922f2621e242ab3bbe1799939a3d5a6f0) Thanks [@siddharthkp](https://github.com/siddharthkp)! - StateLabel: Differentiate issue and pull request labels for screen readers + +- [#4710](https://github.com/primer/react/pull/4710) [`7d086c73a980de333c55717717dd9e744196dd8e`](https://github.com/primer/react/commit/7d086c73a980de333c55717717dd9e744196dd8e) Thanks [@joshblack](https://github.com/joshblack)! - Update Blankslate styles to better support server-side rendering + ## 36.26.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 6ca75d8c0ec..866cb1f19fb 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "36.26.0", + "version": "36.27.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",