diff --git a/.changeset/cold-pigs-shop.md b/.changeset/cold-pigs-shop.md deleted file mode 100644 index 793a2d90046..00000000000 --- a/.changeset/cold-pigs-shop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Deprecate `MarkdownEditor`, `MarkdownViewer`, `InlineAutocomplete`, and related hooks diff --git a/.changeset/empty-starfishes-relate.md b/.changeset/empty-starfishes-relate.md deleted file mode 100644 index 5f3277601f9..00000000000 --- a/.changeset/empty-starfishes-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Tooltip2: Do not wrap the tooltip span and its trigger in a div diff --git a/.changeset/fresh-hotels-begin.md b/.changeset/fresh-hotels-begin.md deleted file mode 100644 index 70d2c545718..00000000000 --- a/.changeset/fresh-hotels-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Sync theme in effect diff --git a/.changeset/khaki-rules-breathe.md b/.changeset/khaki-rules-breathe.md deleted file mode 100644 index 99489c91f19..00000000000 --- a/.changeset/khaki-rules-breathe.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@primer/react": patch ---- - -Use `aria-required` instead of `required` on required form elements - - diff --git a/.changeset/light-frogs-leave.md b/.changeset/light-frogs-leave.md deleted file mode 100644 index 4351a1c1c5a..00000000000 --- a/.changeset/light-frogs-leave.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': patch ---- - -TextInput, Textarea: Does not pass `aria-required` attribute to input or textarea if it is undefined. This fixes some tests that were breaking in dotcom. - - diff --git a/.changeset/many-ants-pump.md b/.changeset/many-ants-pump.md deleted file mode 100644 index 4032eefb4bd..00000000000 --- a/.changeset/many-ants-pump.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': patch ---- - -Adapts Blankslate to render proportionally in narrow areas. - - diff --git a/.changeset/mighty-ghosts-swim.md b/.changeset/mighty-ghosts-swim.md deleted file mode 100644 index 64c492888c7..00000000000 --- a/.changeset/mighty-ghosts-swim.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Fix an issue where the scrollable Dialog body could not be focused with the keyboard diff --git a/.changeset/rotten-apples-bake.md b/.changeset/rotten-apples-bake.md deleted file mode 100644 index 8b1f686da37..00000000000 --- a/.changeset/rotten-apples-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -use in confirm() diff --git a/.changeset/smooth-tips-breathe.md b/.changeset/smooth-tips-breathe.md deleted file mode 100644 index e0334b3f905..00000000000 --- a/.changeset/smooth-tips-breathe.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': minor ---- - -Supports inactive ActionList items by letting users pass the required message to the `inactiveText` prop. - - diff --git a/.changeset/sweet-onions-heal.md b/.changeset/sweet-onions-heal.md deleted file mode 100644 index 488b98447d7..00000000000 --- a/.changeset/sweet-onions-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Fixed confirm() leaving
s in the DOM. diff --git a/.changeset/weak-balloons-search.md b/.changeset/weak-balloons-search.md deleted file mode 100644 index da2ea95bd71..00000000000 --- a/.changeset/weak-balloons-search.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Portal avoids useless createElement diff --git a/CHANGELOG.md b/CHANGELOG.md index e996df673be..775de3e61e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # @primer/components +## 36.5.0 + +### Minor Changes + +- [#4027](https://github.com/primer/react/pull/4027) [`49f585f9`](https://github.com/primer/react/commit/49f585f91e7839da96eea4f67730fe8d7cf428d0) Thanks [@iansan5653](https://github.com/iansan5653)! - Deprecate `MarkdownEditor`, `MarkdownViewer`, `InlineAutocomplete`, and related hooks + +- [#3913](https://github.com/primer/react/pull/3913) [`cf225772`](https://github.com/primer/react/commit/cf225772ff254948cdde63395477d4cb1d0fcaf2) Thanks [@mperrotti](https://github.com/mperrotti)! - Supports inactive ActionList items by letting users pass the required message to the `inactiveText` prop. + + + +### Patch Changes + +- [#4056](https://github.com/primer/react/pull/4056) [`752bea4f`](https://github.com/primer/react/commit/752bea4f2f532281b1d930de605e8beaa27072b7) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Tooltip2: Do not wrap the tooltip span and its trigger in a div + +- [#4039](https://github.com/primer/react/pull/4039) [`21e75dd8`](https://github.com/primer/react/commit/21e75dd858810df05c2002ed60d3e6c6ee320a47) Thanks [@mattcosta7](https://github.com/mattcosta7)! - Sync theme in effect + +- [#4023](https://github.com/primer/react/pull/4023) [`83c125fc`](https://github.com/primer/react/commit/83c125fc58df9c9ea6b43363367575cb28ac354c) Thanks [@mperrotti](https://github.com/mperrotti)! - Use `aria-required` instead of `required` on required form elements + + + +- [#4058](https://github.com/primer/react/pull/4058) [`4d841b77`](https://github.com/primer/react/commit/4d841b776eadd468dfd8cd63c0b0a17804c51f97) Thanks [@mperrotti](https://github.com/mperrotti)! - TextInput, Textarea: Does not pass `aria-required` attribute to input or textarea if it is undefined. This fixes some tests that were breaking in dotcom. + + + +- [#3869](https://github.com/primer/react/pull/3869) [`57fcfe6f`](https://github.com/primer/react/commit/57fcfe6fa2478dbf0ecdb29a000dd32fa2e01537) Thanks [@mperrotti](https://github.com/mperrotti)! - Adapts Blankslate to render proportionally in narrow areas. + + + +- [#4000](https://github.com/primer/react/pull/4000) [`a416298c`](https://github.com/primer/react/commit/a416298ccc7f99112d5ccc8f04884014fee3e5b7) Thanks [@strackoverflow](https://github.com/strackoverflow)! - Fix an issue where the scrollable Dialog body could not be focused with the keyboard + +- [#4035](https://github.com/primer/react/pull/4035) [`6497f715`](https://github.com/primer/react/commit/6497f71597ff111fd2c81d834f1d3d80cc1cca18) Thanks [@keithamus](https://github.com/keithamus)! - use in confirm() + +- [#4033](https://github.com/primer/react/pull/4033) [`bca709d0`](https://github.com/primer/react/commit/bca709d03eee5885b0eeec99db17fa76f910b865) Thanks [@keithamus](https://github.com/keithamus)! - Fixed confirm() leaving
s in the DOM. + +- [#4037](https://github.com/primer/react/pull/4037) [`c2a18b9a`](https://github.com/primer/react/commit/c2a18b9a23af7632ae5bad1240f9155df67655a9) Thanks [@mattcosta7](https://github.com/mattcosta7)! - Portal avoids useless createElement + ## 36.4.0 ### Minor Changes diff --git a/package.json b/package.json index bb6b50a27cd..b97f37df88f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "36.4.0", + "version": "36.5.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",