Skip to content

Commit ed6adba

Browse files
Version Packages
1 parent 423bea2 commit ed6adba

20 files changed

+57
-103
lines changed

.changeset/cold-pigs-shop.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/cool-buckets-end.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/eight-pillows-pump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/eleven-lizards-draw.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/empty-starfishes-relate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/fresh-hotels-begin.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/khaki-rules-breathe.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/light-frogs-leave.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/many-ants-pump.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/mighty-ghosts-swim.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ninety-brooms-speak.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rotten-apples-bake.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/serious-drinks-work.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/smooth-tips-breathe.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/sweet-onions-heal.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tame-pandas-tie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/use-css-variable.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changeset/weak-balloons-search.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,61 @@
11
# @primer/components
22

3+
## 36.5.0
4+
5+
### Minor Changes
6+
7+
- [#4090](https://github.com/primer/react/pull/4090) [`6f043bc34`](https://github.com/primer/react/commit/6f043bc34c712991f074c246ba8df718d387b66f) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Deprecate `MarkdownEditor`, `MarkdownViewer`, `InlineAutocomplete`, and related hooks
8+
9+
- [#4049](https://github.com/primer/react/pull/4049) [`f0d38bc39`](https://github.com/primer/react/commit/f0d38bc390b9bbe99227f1c7b36730188e37ea5e) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Replaces deprecated `Button` component in `Dialog` with newest version
10+
11+
- [#4061](https://github.com/primer/react/pull/4061) [`f46c07189`](https://github.com/primer/react/commit/f46c07189c849d727f567c85e985695e75acc4cf) Thanks [@mperrotti](https://github.com/mperrotti)! - Adds a new prop, `animated`, to the ProgressBar component. This allows the "filled" segment(s) to animate and indicate some process is still in progress.
12+
13+
<!-- Changed components: ProgressBar -->
14+
15+
- [#4090](https://github.com/primer/react/pull/4090) [`6f043bc34`](https://github.com/primer/react/commit/6f043bc34c712991f074c246ba8df718d387b66f) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Supports inactive ActionList items by letting users pass the required message to the `inactiveText` prop.
16+
17+
<!-- Changed components: ActionList, ActionMenu, NavList -->
18+
19+
- [#4028](https://github.com/primer/react/pull/4028) [`bbe58b8e1`](https://github.com/primer/react/commit/bbe58b8e1c7cca0ebec46fffd184c1db23bebcdf) Thanks [@joshblack](https://github.com/joshblack)! - Use a CSS variable for the monospace font stack
20+
21+
### Patch Changes
22+
23+
- [#4082](https://github.com/primer/react/pull/4082) [`c2809d677`](https://github.com/primer/react/commit/c2809d677a44686573f0bd31fc1988e73ef80b84) Thanks [@mperrotti](https://github.com/mperrotti)! - - Corrects the math to calculate the width of AvatarStack containers.
24+
25+
- Prevents `.pc-AvatarStackBody` from being removed from document flow by `position: absolute`. This isn't strictly necessary now that we're correctly setting the width of the stack, but it's an extra level of safety for preserving the correct layout.
26+
27+
<!-- Changed components: AvatarStack -->
28+
29+
- [#4020](https://github.com/primer/react/pull/4020) [`c2a53a003`](https://github.com/primer/react/commit/c2a53a003fb392b97cd33aa5eea0329e4f726874) Thanks [@siddharthkp](https://github.com/siddharthkp)! - experimental/SelectPanel2: Use `<dialog>` element
30+
31+
- [#4090](https://github.com/primer/react/pull/4090) [`6f043bc34`](https://github.com/primer/react/commit/6f043bc34c712991f074c246ba8df718d387b66f) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Tooltip2: Do not wrap the tooltip span and its trigger in a div
32+
33+
- [#4090](https://github.com/primer/react/pull/4090) [`6f043bc34`](https://github.com/primer/react/commit/6f043bc34c712991f074c246ba8df718d387b66f) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Sync theme in effect
34+
35+
- [#4090](https://github.com/primer/react/pull/4090) [`6f043bc34`](https://github.com/primer/react/commit/6f043bc34c712991f074c246ba8df718d387b66f) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Use `aria-required` instead of `required` on required form elements
36+
37+
<!-- Changed components: TextInput, Textarea -->
38+
39+
- [#4090](https://github.com/primer/react/pull/4090) [`6f043bc34`](https://github.com/primer/react/commit/6f043bc34c712991f074c246ba8df718d387b66f) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - 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.
40+
41+
<!-- Changed components: TextInput, Textarea -->
42+
43+
- [#4090](https://github.com/primer/react/pull/4090) [`6f043bc34`](https://github.com/primer/react/commit/6f043bc34c712991f074c246ba8df718d387b66f) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Adapts Blankslate to render proportionally in narrow areas.
44+
45+
<!-- Changed components: Blankslate -->
46+
47+
- [#4090](https://github.com/primer/react/pull/4090) [`6f043bc34`](https://github.com/primer/react/commit/6f043bc34c712991f074c246ba8df718d387b66f) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Fix an issue where the scrollable Dialog body could not be focused with the keyboard
48+
49+
- [#3926](https://github.com/primer/react/pull/3926) [`4e4c5ec68`](https://github.com/primer/react/commit/4e4c5ec68a9c744aedc15cadb7a9a7024e997426) Thanks [@strackoverflow](https://github.com/strackoverflow)! - Allow overflow scrolling to be controlled via an optional `overflow` property on Overlay
50+
51+
- [#4090](https://github.com/primer/react/pull/4090) [`6f043bc34`](https://github.com/primer/react/commit/6f043bc34c712991f074c246ba8df718d387b66f) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - use <BaseStyles> in confirm()
52+
53+
- [#4090](https://github.com/primer/react/pull/4090) [`6f043bc34`](https://github.com/primer/react/commit/6f043bc34c712991f074c246ba8df718d387b66f) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Fixed confirm() leaving <div>s in the DOM.
54+
55+
- [#4074](https://github.com/primer/react/pull/4074) [`06c7c6c1d`](https://github.com/primer/react/commit/06c7c6c1d126520ced0c5641b7e0a69e343aacdd) Thanks [@dependabot](https://github.com/apps/dependabot)! - Update types for Select to include `placeholder`
56+
57+
- [#4090](https://github.com/primer/react/pull/4090) [`6f043bc34`](https://github.com/primer/react/commit/6f043bc34c712991f074c246ba8df718d387b66f) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Portal avoids useless createElement
58+
359
## 36.4.0
460

561
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/react",
3-
"version": "36.4.0",
3+
"version": "36.5.0",
44
"description": "An implementation of GitHub's Primer Design System using React",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",

0 commit comments

Comments
 (0)