diff --git a/.changeset/bright-bees-juggle.md b/.changeset/bright-bees-juggle.md deleted file mode 100644 index 7fd5db4ce4c..00000000000 --- a/.changeset/bright-bees-juggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Update minimum version for @primer/live-region-element diff --git a/.changeset/cold-starfishes-shout.md b/.changeset/cold-starfishes-shout.md deleted file mode 100644 index ce8c32e1b71..00000000000 --- a/.changeset/cold-starfishes-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Update Banner to use an explicit aria-label instead of being labelled by Banner title diff --git a/.changeset/grumpy-coats-worry.md b/.changeset/grumpy-coats-worry.md deleted file mode 100644 index 584f41f81a0..00000000000 --- a/.changeset/grumpy-coats-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Broaden feature flag type for experimental FeatureFlags to accept undefined diff --git a/.changeset/mean-terms-bathe.md b/.changeset/mean-terms-bathe.md deleted file mode 100644 index 9b7ddae6349..00000000000 --- a/.changeset/mean-terms-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -ActionBar: Add a few fixes and relevant tests diff --git a/.changeset/popular-jokes-kiss.md b/.changeset/popular-jokes-kiss.md deleted file mode 100644 index cb5f5102995..00000000000 --- a/.changeset/popular-jokes-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -`Dialog` and `ConfirmationDialog` can now be closed by clicking on the backdrop surrounding the dialog. This will cause `onClose` to be called with a new `'backdrop'` gesture. diff --git a/.changeset/quiet-lamps-kiss.md b/.changeset/quiet-lamps-kiss.md deleted file mode 100644 index 0b5bd73d05f..00000000000 --- a/.changeset/quiet-lamps-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -TreeView: Fix toggling subtree via Space key (in addition to Enter key) diff --git a/.changeset/stupid-stingrays-sparkle.md b/.changeset/stupid-stingrays-sparkle.md deleted file mode 100644 index cc03222695a..00000000000 --- a/.changeset/stupid-stingrays-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -ActionList: Fix leaky description styles for disabled item diff --git a/.changeset/tall-forks-bathe.md b/.changeset/tall-forks-bathe.md deleted file mode 100644 index 4998b637e00..00000000000 --- a/.changeset/tall-forks-bathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Dialog: Use dynamic view height/width. This allows available visible space to be properly computed on iOS devices. diff --git a/.changeset/thin-ligers-turn.md b/.changeset/thin-ligers-turn.md deleted file mode 100644 index 75d28e96077..00000000000 --- a/.changeset/thin-ligers-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -BranchName: Fixing text color when rendered as span diff --git a/.changeset/tiny-ghosts-notice.md b/.changeset/tiny-ghosts-notice.md deleted file mode 100644 index bc390eb0811..00000000000 --- a/.changeset/tiny-ghosts-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Exports createComponent diff --git a/.changeset/wild-students-bow.md b/.changeset/wild-students-bow.md deleted file mode 100644 index 111e2d290e9..00000000000 --- a/.changeset/wild-students-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Adds support for nested submenus to `ActionMenu` diff --git a/examples/app-router/package.json b/examples/app-router/package.json index 6bfc4604d17..eaabde6bbe5 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.x", + "@primer/react": "36.18.0", "next": "^14.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 3c36b671117..600473b03ff 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/eslint-plugin": "^7.3.1", "@typescript-eslint/parser": "^7.3.1", "@vitejs/plugin-react": "^4.2.1", - "@primer/react": "36.x", + "@primer/react": "36.18.0", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index e4d7e6de7f4..e1a650e6c96 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@primer/octicons-react": "19.x", - "@primer/react": "36.x", + "@primer/react": "36.18.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 7a8c1217e5d..4da8045e882 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,33 @@ # @primer/react +## 36.18.0 + +### Minor Changes + +- [#4539](https://github.com/primer/react/pull/4539) [`f0de234b42f10a68d660823f54d94371db282fb6`](https://github.com/primer/react/commit/f0de234b42f10a68d660823f54d94371db282fb6) Thanks [@joshblack](https://github.com/joshblack)! - Update Banner to use an explicit aria-label instead of being labelled by Banner title + +- [#4554](https://github.com/primer/react/pull/4554) [`ed31476f040dda41f00c2c7f4324120afb20cc18`](https://github.com/primer/react/commit/ed31476f040dda41f00c2c7f4324120afb20cc18) Thanks [@joshblack](https://github.com/joshblack)! - Broaden feature flag type for experimental FeatureFlags to accept undefined + +- [#4565](https://github.com/primer/react/pull/4565) [`564db1dbc6f588bee56ab4ba362771fb7c1edc1e`](https://github.com/primer/react/commit/564db1dbc6f588bee56ab4ba362771fb7c1edc1e) Thanks [@dgreif](https://github.com/dgreif)! - `Dialog` and `ConfirmationDialog` can now be closed by clicking on the backdrop surrounding the dialog. This will cause `onClose` to be called with a new `'backdrop'` gesture. + +- [#4513](https://github.com/primer/react/pull/4513) [`02a2a2bf0b02e0c2f9a09351eefbe91f9370e210`](https://github.com/primer/react/commit/02a2a2bf0b02e0c2f9a09351eefbe91f9370e210) Thanks [@owenniblock](https://github.com/owenniblock)! - Exports createComponent + +- [#4486](https://github.com/primer/react/pull/4486) [`447a1fd1d37e4f61f38345babab954540b58e53b`](https://github.com/primer/react/commit/447a1fd1d37e4f61f38345babab954540b58e53b) Thanks [@iansan5653](https://github.com/iansan5653)! - Adds support for nested submenus to `ActionMenu` + +### Patch Changes + +- [#4575](https://github.com/primer/react/pull/4575) [`4ecbe1a8997b2cd509b7a97803c33916f3cb4aed`](https://github.com/primer/react/commit/4ecbe1a8997b2cd509b7a97803c33916f3cb4aed) Thanks [@joshblack](https://github.com/joshblack)! - Update minimum version for @primer/live-region-element + +- [#4536](https://github.com/primer/react/pull/4536) [`024124a11fc17813de05cae861a5e32596060f8b`](https://github.com/primer/react/commit/024124a11fc17813de05cae861a5e32596060f8b) Thanks [@pksjce](https://github.com/pksjce)! - ActionBar: Add a few fixes and relevant tests + +- [#4548](https://github.com/primer/react/pull/4548) [`95cd867ab43e8c2179569ea6e61ad71a6c386256`](https://github.com/primer/react/commit/95cd867ab43e8c2179569ea6e61ad71a6c386256) Thanks [@randall-krauskopf](https://github.com/randall-krauskopf)! - TreeView: Fix toggling subtree via Space key (in addition to Enter key) + +- [#4566](https://github.com/primer/react/pull/4566) [`4dd6bef7513e6ae32aa236410f2fbf1eb72a5eb9`](https://github.com/primer/react/commit/4dd6bef7513e6ae32aa236410f2fbf1eb72a5eb9) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionList: Fix leaky description styles for disabled item + +- [#4567](https://github.com/primer/react/pull/4567) [`e39fcf8dc9e7447c5f04124f408f550f73659dc1`](https://github.com/primer/react/commit/e39fcf8dc9e7447c5f04124f408f550f73659dc1) Thanks [@dgreif](https://github.com/dgreif)! - Dialog: Use dynamic view height/width. This allows available visible space to be properly computed on iOS devices. + +- [#4556](https://github.com/primer/react/pull/4556) [`9a567275be423ab8d5fe15edcf06996c2e21217d`](https://github.com/primer/react/commit/9a567275be423ab8d5fe15edcf06996c2e21217d) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - BranchName: Fixing text color when rendered as span + ## 36.17.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 7e07ec8bb8a..39fa1651a97 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "36.17.0", + "version": "36.18.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",