diff --git a/.changeset/fifty-coins-enjoy.md b/.changeset/fifty-coins-enjoy.md deleted file mode 100644 index 6bc622bf8a7..00000000000 --- a/.changeset/fifty-coins-enjoy.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': patch ---- - -When passing an `id` prop to ActionMenu.Button, it will be passed as the rendered button element's `id` attribute instead of being set as an automatically generated ID. - - diff --git a/.changeset/five-otters-dance.md b/.changeset/five-otters-dance.md deleted file mode 100644 index 99ed240cf66..00000000000 --- a/.changeset/five-otters-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Update to @primer/behaviors v1.5.1 diff --git a/.changeset/nervous-tomatoes-bow.md b/.changeset/nervous-tomatoes-bow.md deleted file mode 100644 index 0c065ba7524..00000000000 --- a/.changeset/nervous-tomatoes-bow.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/react': minor ---- - -Adds "unavailable" status to StateLabel - - diff --git a/.changeset/pretty-trainers-rhyme.md b/.changeset/pretty-trainers-rhyme.md deleted file mode 100644 index ac91ac100d0..00000000000 --- a/.changeset/pretty-trainers-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -ActionList: Fix bug that did not allow both inline and block description at the same time diff --git a/.changeset/proud-dingos-occur.md b/.changeset/proud-dingos-occur.md deleted file mode 100644 index a9c0a86f44e..00000000000 --- a/.changeset/proud-dingos-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Make resize vertical splitter keyboard accessible diff --git a/.changeset/selfish-beans-cheat.md b/.changeset/selfish-beans-cheat.md deleted file mode 100644 index 4732db0fbb2..00000000000 --- a/.changeset/selfish-beans-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Link: Add `inline` prop to tag links inside a text block, underlined with accessibility setting `[data-a11y-link-underlines]` diff --git a/.changeset/serious-sloths-hide.md b/.changeset/serious-sloths-hide.md deleted file mode 100644 index 23e2541a8e1..00000000000 --- a/.changeset/serious-sloths-hide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Readjust order of `PageLayout.Pane` contents diff --git a/.changeset/strong-swans-repeat.md b/.changeset/strong-swans-repeat.md deleted file mode 100644 index 3ba440e4ccd..00000000000 --- a/.changeset/strong-swans-repeat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Update MarkdownEditor to correctly identify non-standard formatted tasklist items diff --git a/.changeset/sweet-pens-occur.md b/.changeset/sweet-pens-occur.md deleted file mode 100644 index 0674ba03c10..00000000000 --- a/.changeset/sweet-pens-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -TextArea: Add contrast property diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c621cff821..fa5bed7391d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # @primer/components +## 36.3.0 + +### Minor Changes + +- [#3963](https://github.com/primer/react/pull/3963) [`e16927b5a`](https://github.com/primer/react/commit/e16927b5aef72a2d6b78705066fd26b3741b73df) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds "unavailable" status to StateLabel + + + +- [#3484](https://github.com/primer/react/pull/3484) [`e40378951`](https://github.com/primer/react/commit/e4037895105c7e86e79c5bb6fbafb86e715337ba) Thanks [@ValbertMartins](https://github.com/ValbertMartins)! - TextArea: Add contrast property + +### Patch Changes + +- [#3897](https://github.com/primer/react/pull/3897) [`6b0c118b3`](https://github.com/primer/react/commit/6b0c118b34e97c558991ebdc17a13350296245a8) Thanks [@mperrotti](https://github.com/mperrotti)! - When passing an `id` prop to ActionMenu.Button, it will be passed as the rendered button element's `id` attribute instead of being set as an automatically generated ID. + + + +- [#3960](https://github.com/primer/react/pull/3960) [`ec8a2cadd`](https://github.com/primer/react/commit/ec8a2cadda01a3a3463380b911922b9c28e4e241) Thanks [@pksjce](https://github.com/pksjce)! - Update to @primer/behaviors v1.5.1 + +- [#3945](https://github.com/primer/react/pull/3945) [`40b29787e`](https://github.com/primer/react/commit/40b29787ec4c8f709e7522147e58bd03e51b28e7) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionList: Fix bug that did not allow both inline and block description at the same time + +- [#3903](https://github.com/primer/react/pull/3903) [`f62ec728a`](https://github.com/primer/react/commit/f62ec728acd5c90f105c3e3c5162a69dbe0c4b6d) Thanks [@pksjce](https://github.com/pksjce)! - Make resize vertical splitter keyboard accessible + +- [#3946](https://github.com/primer/react/pull/3946) [`e08432d54`](https://github.com/primer/react/commit/e08432d54dd45a5e793719509dc78657570dde0b) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Link: Add `inline` prop to tag links inside a text block, underlined with accessibility setting `[data-a11y-link-underlines]` + +- [#3983](https://github.com/primer/react/pull/3983) [`43d1dce4a`](https://github.com/primer/react/commit/43d1dce4a103b5e23064e8a32a7bb27677dbbb95) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Readjust order of `PageLayout.Pane` contents + +- [#3972](https://github.com/primer/react/pull/3972) [`87028d2b9`](https://github.com/primer/react/commit/87028d2b963b788f1525f6f9326ed7eb1b7346d6) Thanks [@iulia-b](https://github.com/iulia-b)! - Update MarkdownEditor to correctly identify non-standard formatted tasklist items + ## 36.2.0 ### Minor Changes diff --git a/package.json b/package.json index 886af52e34a..a6642cd66d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "36.2.0", + "version": "36.3.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",