diff --git a/.changeset/cuddly-dancers-greet.md b/.changeset/cuddly-dancers-greet.md deleted file mode 100644 index 661e9fea84f..00000000000 --- a/.changeset/cuddly-dancers-greet.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/react": patch ---- - -Fixes layout for loading DataTable cells - - diff --git a/.changeset/fluffy-brooms-dream.md b/.changeset/fluffy-brooms-dream.md deleted file mode 100644 index 9693260837b..00000000000 --- a/.changeset/fluffy-brooms-dream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Fix `line-height` on markdown viewer (comment box) diff --git a/.changeset/funny-fishes-appear.md b/.changeset/funny-fishes-appear.md deleted file mode 100644 index 0a7180ad32e..00000000000 --- a/.changeset/funny-fishes-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -MarkdownEditor & MarkdownViewer: Update new line identifier for formatting markdown diff --git a/.changeset/itchy-jokes-compare.md b/.changeset/itchy-jokes-compare.md deleted file mode 100644 index 38e3a73b545..00000000000 --- a/.changeset/itchy-jokes-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Changes the focus styling of input components such as `Textarea`, `TextInput`, `TextInputWithTokens` and `Select` from using `border` and `box-shadow` to use `outline` only for better border rendering and scrollbar support. diff --git a/.changeset/little-apples-own.md b/.changeset/little-apples-own.md deleted file mode 100644 index de440a51e52..00000000000 --- a/.changeset/little-apples-own.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Update SSRProvider, useSSRSafeId to use the native React 18 useId() instead of @react-aria/ssr diff --git a/.changeset/soft-pans-punch.md b/.changeset/soft-pans-punch.md deleted file mode 100644 index e0a29220089..00000000000 --- a/.changeset/soft-pans-punch.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': minor ---- - -Adds an 'inactive' state to buttons. An inactive button looks disabled and has aria-disabled, but it can still be clicked and focused. This was added to support buttons that are broken due to availability issues, but can't be removed from the page. - - diff --git a/.changeset/ten-tables-grin.md b/.changeset/ten-tables-grin.md deleted file mode 100644 index 54167faac4a..00000000000 --- a/.changeset/ten-tables-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Avoid error when using Modal Dialog within TreeView diff --git a/.changeset/thin-ladybugs-travel.md b/.changeset/thin-ladybugs-travel.md deleted file mode 100644 index 93489b128ce..00000000000 --- a/.changeset/thin-ladybugs-travel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Ensure ConfirmationDialog adds host element to the DOM diff --git a/.changeset/tidy-coins-fix.md b/.changeset/tidy-coins-fix.md deleted file mode 100644 index b6b3b62e3d0..00000000000 --- a/.changeset/tidy-coins-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -StateLabel: Use correct octicons for `draft` and `pullClosed` states diff --git a/.changeset/warm-sloths-tickle.md b/.changeset/warm-sloths-tickle.md deleted file mode 100644 index 1a300487110..00000000000 --- a/.changeset/warm-sloths-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Update the resize behavior of PageLayout to ignore right clicks when resizing diff --git a/CHANGELOG.md b/CHANGELOG.md index e862b512482..e996df673be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # @primer/components +## 36.4.0 + +### Minor Changes + +- [#3982](https://github.com/primer/react/pull/3982) [`968d4ef05`](https://github.com/primer/react/commit/968d4ef05808005efde7de06ca480b4870179485) Thanks [@joshblack](https://github.com/joshblack)! - Update SSRProvider, useSSRSafeId to use the native React 18 useId() instead of @react-aria/ssr + +- [#3812](https://github.com/primer/react/pull/3812) [`3f82a1cab`](https://github.com/primer/react/commit/3f82a1cab370951e11b474696fbfdbfe169ce970) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds an 'inactive' state to buttons. An inactive button looks disabled and has aria-disabled, but it can still be clicked and focused. This was added to support buttons that are broken due to availability issues, but can't be removed from the page. + + + +### Patch Changes + +- [#4026](https://github.com/primer/react/pull/4026) [`503c7e625`](https://github.com/primer/react/commit/503c7e625a8a3388737949880b64791f5833f027) Thanks [@mperrotti](https://github.com/mperrotti)! - Fixes layout for loading DataTable cells + + + +- [#4001](https://github.com/primer/react/pull/4001) [`0e9d841e3`](https://github.com/primer/react/commit/0e9d841e398118843c92f9b92881ead62337c682) Thanks [@langermank](https://github.com/langermank)! - Fix `line-height` on markdown viewer (comment box) + +- [#3987](https://github.com/primer/react/pull/3987) [`4321d59e9`](https://github.com/primer/react/commit/4321d59e9de5e319523c438e8e7d238178571301) Thanks [@iulia-b](https://github.com/iulia-b)! - MarkdownEditor & MarkdownViewer: Update new line identifier for formatting markdown + +- [#4008](https://github.com/primer/react/pull/4008) [`df7dc2af1`](https://github.com/primer/react/commit/df7dc2af1679a3a6634ec313476de0cb2fc07a19) Thanks [@dipree](https://github.com/dipree)! - Changes the focus styling of input components such as `Textarea`, `TextInput`, `TextInputWithTokens` and `Select` from using `border` and `box-shadow` to use `outline` only for better border rendering and scrollbar support. + +- [#4013](https://github.com/primer/react/pull/4013) [`d26aeab32`](https://github.com/primer/react/commit/d26aeab32ad90e084d2cec0073df18d811fda820) Thanks [@keithamus](https://github.com/keithamus)! - Avoid error when using Modal Dialog within TreeView + +- [#4012](https://github.com/primer/react/pull/4012) [`5fd025f04`](https://github.com/primer/react/commit/5fd025f0414b343abf3435cfab90bc9b24bdcea7) Thanks [@keithamus](https://github.com/keithamus)! - Ensure ConfirmationDialog adds host element to the DOM + +- [#4024](https://github.com/primer/react/pull/4024) [`0ea121af3`](https://github.com/primer/react/commit/0ea121af393e13a22c64514283ed881ae57414e5) Thanks [@colebemis](https://github.com/colebemis)! - StateLabel: Use correct octicons for `draft` and `pullClosed` states + +- [#4022](https://github.com/primer/react/pull/4022) [`98ad3203a`](https://github.com/primer/react/commit/98ad3203a33c9caf2579474fa517a0c7a2ba8924) Thanks [@joshblack](https://github.com/joshblack)! - Update the resize behavior of PageLayout to ignore right clicks when resizing + ## 36.3.1 ### Patch Changes diff --git a/package.json b/package.json index efba074a25b..39bcd849dd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "36.3.1", + "version": "36.4.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",