v35.20.0
Permalink to documentation
Minor Changes
-
5967b0a9Thanks @broccolinisoup! - Issue a deprecation notice for UnderlineNav v1 -
#2815
74df59c4Thanks @mperrotti! - Addresses feedback from the accessibility team about our SegmentedControl component. These changes include an update to ActionMenu that allows u to specify the ID of the DOM node that labels the menu. -
#2768
5055b91bThanks @green6erry! - Confine Heading as prop to header element types -
#2903
13651ba1Thanks @colebemis! - TreeView promoted to beta status. You can now import it from the main bundle instead of/drafts:- import {TreeView} from '@primer/react/drafts' + import {TreeView} from '@primer/react'
Patch Changes
-
#2792
03b470b0Thanks @broccolinisoup! - - Add a block prop for full width- Add alignContent prop to align content to center or start for full width buttons
- Use control sizing CSS variable values (not using CSS vars just yet)
- Use height over padding for more control over sizing
- Adjust invisible button variant to match new design using ActionList colors
-
#2868
03ebf41bThanks @colebemis! - TreeView: Reliably move focus from loading item to first asynchronously loaded item -
#2845
c31314c8Thanks @colebemis! - TreeView: When moving focus to TreeView, the current item will be focused by default. -
#2770
3bf1b0e3Thanks @broccolinisoup! - UnderlineNav2: Handle the case when container is too small to render any items -
d8f18435Thanks @iansan5653! - Addaria-modalattribute toDialog(V2) element -
3127e104Thanks @jbrown1618! - Upgrade primer/behaviors from 1.3.1 to 1.3.2 -
2a00aab6Thanks @colebemis! - TreeView: Set aria-selected=true on focused item -
ca7398dfThanks @broccolinisoup! - CounterLabel: Do not parse children to string for visually hidden content -
#2900
3768cd7dThanks @broccolinisoup! - PageHeader: A11y eng review remediations -
8bce9740Thanks @broccolinisoup! - UnderlineNav2: Update total height of the navigation to48px -
196a7929Thanks @iansan5653! - FixuseDynamicTextareaHeightnot taking into account top padding oftextareaAlso makes the hook accept a
RefObjectinstead of an element instance -
#2845
c31314c8Thanks @colebemis! - TabNav: Re-focusing a TabNav will focus the selected tab