v35.14.2
版本发布时间: 2022-11-10 23:31:16
primer/react最新发布版本:@primer/react@37.0.0-rc.10(2024-10-09 16:43:51)
Permalink to documentation
Patch Changes
-
#2553
3a4b3124
Thanks @broccolinisoup! - UnderlineNav2: Only allowEnter
andSpace
key to select an UnderlineNav item -
#2506
a20faba0
Thanks @broccolinisoup! - UnderlineNav2: Prevent item width calculation when they are null -
#2549
205e1d29
Thanks @mperrotti! - Adds a focus style to ActionList.LinkItem that is used when the primary input method is a cursor. Before this change, there was only a focus style for when the keyboard is being used as the primary input method. -
#2546
8a8b1a4f
Thanks @joshblack! - Add support for PageUp and PageDown for TreeView -
#2485
e2a2d78c
Thanks @broccolinisoup! - UnderlineNav2: Only run overflow layout function when nav item has a width -
#2552
7877f895
Thanks @broccolinisoup! - UnderlineNav2: Add aria-hidden and sr-only class support for a descriptive "More" button label -
#2550
e13e8ad7
Thanks @broccolinisoup! - UnderlineNav2: Remove focus zone and unnecessary 'Arrow keys' & 'Home' & 'End' button navigation support -
#2551
5bc5c703
Thanks @broccolinisoup! - UnderlineNav2: Add aria-hidden and sr-only class support for descriptive counters -
#2538
bdbccaaf
Thanks @colebemis! - TreeView: Preserve expanded state of nested items when parent item is collapsed.Breaking change
TreeView.Item
andTreeView.LinkItem
now require anid
prop:- <TreeView.Item>...</TreeView.Item> + <TreeView.Item id="unqiue-id">...</TreeView.Item>
This is not in a major release because TreeView is still a
draft
component. -
#2555
dc1cf6da
Thanks @josepmartins! - Remove deprecated components usage in Overlay stories