v35.14.2
Permalink to documentation
Patch Changes
-
#2553
3a4b3124Thanks @broccolinisoup! - UnderlineNav2: Only allowEnterandSpacekey to select an UnderlineNav item -
#2506
a20faba0Thanks @broccolinisoup! - UnderlineNav2: Prevent item width calculation when they are null -
#2549
205e1d29Thanks @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
8a8b1a4fThanks @joshblack! - Add support for PageUp and PageDown for TreeView -
#2485
e2a2d78cThanks @broccolinisoup! - UnderlineNav2: Only run overflow layout function when nav item has a width -
#2552
7877f895Thanks @broccolinisoup! - UnderlineNav2: Add aria-hidden and sr-only class support for a descriptive "More" button label -
#2550
e13e8ad7Thanks @broccolinisoup! - UnderlineNav2: Remove focus zone and unnecessary 'Arrow keys' & 'Home' & 'End' button navigation support -
#2551
5bc5c703Thanks @broccolinisoup! - UnderlineNav2: Add aria-hidden and sr-only class support for descriptive counters -
#2538
bdbccaafThanks @colebemis! - TreeView: Preserve expanded state of nested items when parent item is collapsed.Breaking change
TreeView.ItemandTreeView.LinkItemnow require anidprop:- <TreeView.Item>...</TreeView.Item> + <TreeView.Item id="unqiue-id">...</TreeView.Item>
This is not in a major release because TreeView is still a
draftcomponent. -
#2555
dc1cf6daThanks @josepmartins! - Remove deprecated components usage in Overlay stories