Skip to content

Commit b6711de

Browse files
Version Packages
1 parent 148c5ae commit b6711de

17 files changed

+49
-88
lines changed

.changeset/angry-spoons-grin.md

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

.changeset/chilly-rabbits-invent.md

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

.changeset/dull-lies-count.md

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

.changeset/few-deers-work.md

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

.changeset/fifty-dolls-speak.md

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

.changeset/forty-squids-pretend.md

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

.changeset/gentle-queens-rest.md

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

.changeset/giant-games-leave.md

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

.changeset/moody-pugs-hear.md

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

.changeset/odd-planes-peel.md

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

.changeset/rare-panthers-smash.md

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

.changeset/silent-rivers-sell.md

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

.changeset/smooth-cameras-press.md

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

.changeset/ten-peaches-breathe.md

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

.changeset/tidy-rice-hammer.md

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

CHANGELOG.md

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

3+
## 35.20.0
4+
5+
### Minor Changes
6+
7+
- [`5967b0a9`](https://github.com/primer/react/commit/5967b0a9b71b0d2296eada7031ff6c82ad1b17a4) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Issue a deprecation notice for UnderlineNav v1
8+
9+
- [#2768](https://github.com/primer/react/pull/2768) [`5055b91b`](https://github.com/primer/react/commit/5055b91b9cf40e163b9b19fa4a5bcc707adae329) Thanks [@green6erry](https://github.com/green6erry)! - Confine Heading as prop to header element types
10+
11+
- [#2903](https://github.com/primer/react/pull/2903) [`13651ba1`](https://github.com/primer/react/commit/13651ba1ec73533900dc36501af307266d3a63c7) Thanks [@colebemis](https://github.com/colebemis)! - TreeView promoted to [beta](https://primer.style/contribute/component-lifecycle#beta) status. You can now import it from the main bundle instead of `/drafts`:
12+
13+
```diff
14+
- import {TreeView} from '@primer/react/drafts'
15+
+ import {TreeView} from '@primer/react'
16+
```
17+
18+
### Patch Changes
19+
20+
- [#2792](https://github.com/primer/react/pull/2792) [`03b470b0`](https://github.com/primer/react/commit/03b470b0eebc97a9c74483914ab638ae9cf11436) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - - Add a block prop for full width
21+
22+
- Add alignContent prop to align content to center or start for full width buttons
23+
- Use control sizing CSS variable values (not using CSS vars just yet)
24+
- Use height over padding for more control over sizing
25+
- Adjust invisible button variant to match new design using ActionList colors
26+
27+
- [#2868](https://github.com/primer/react/pull/2868) [`03ebf41b`](https://github.com/primer/react/commit/03ebf41b0ae4681841455217661e768ef2237686) Thanks [@colebemis](https://github.com/colebemis)! - TreeView: Reliably move focus from loading item to first asynchronously loaded item
28+
29+
- [#2845](https://github.com/primer/react/pull/2845) [`c31314c8`](https://github.com/primer/react/commit/c31314c84186999ed6d7d905c04c5aa67057d3b3) Thanks [@colebemis](https://github.com/colebemis)! - TreeView: When moving focus to TreeView, the current item will be focused by default.
30+
31+
- [#2770](https://github.com/primer/react/pull/2770) [`3bf1b0e3`](https://github.com/primer/react/commit/3bf1b0e368df10180291de205573df6c85434343) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - UnderlineNav2: Handle the case when container is too small to render any items
32+
33+
- [`d8f18435`](https://github.com/primer/react/commit/d8f184351f01092ac144b736fd694da07ae9254d) Thanks [@iansan5653](https://github.com/iansan5653)! - Add `aria-modal` attribute to `Dialog` (V2) element
34+
35+
- [`3127e104`](https://github.com/primer/react/commit/3127e104c6f165e76866c1b834a9d092ca4ca19a) Thanks [@jbrown1618](https://github.com/jbrown1618)! - Upgrade primer/behaviors from 1.3.1 to 1.3.2
36+
37+
- [`2a00aab6`](https://github.com/primer/react/commit/2a00aab6a5424ff72f7cffcc75bc8a2fc9ecbc54) Thanks [@colebemis](https://github.com/colebemis)! - TreeView: Set aria-selected=true on focused item
38+
39+
- [`ca7398df`](https://github.com/primer/react/commit/ca7398dfdda698c2eff9c3ed3744d7b7fee387ad) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - CounterLabel: Do not parse children to string for visually hidden content
40+
41+
- [#2900](https://github.com/primer/react/pull/2900) [`3768cd7d`](https://github.com/primer/react/commit/3768cd7d3458081b07c8a21ec6a85cd59d286c39) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - PageHeader: A11y eng review remediations
42+
43+
- [`8bce9740`](https://github.com/primer/react/commit/8bce974010967ab203e348a063ae2f2cdf996fe3) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - UnderlineNav2: Update total height of the navigation to `48px`
44+
45+
- [`196a7929`](https://github.com/primer/react/commit/196a792964867c92b3beeaab6bbe4681aa10e1a4) Thanks [@iansan5653](https://github.com/iansan5653)! - Fix `useDynamicTextareaHeight` not taking into account top padding of `textarea`
46+
47+
Also makes the hook accept a `RefObject` instead of an element instance
48+
49+
- [#2845](https://github.com/primer/react/pull/2845) [`c31314c8`](https://github.com/primer/react/commit/c31314c84186999ed6d7d905c04c5aa67057d3b3) Thanks [@colebemis](https://github.com/colebemis)! - TabNav: Re-focusing a TabNav will focus the selected tab
50+
351
## 35.19.0
452

553
### 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": "35.19.0",
3+
"version": "35.20.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)