Skip to content

v35.14.2

Choose a tag to compare

@primer-css primer-css released this 10 Nov 15:31
· 3477 commits to main since this release

Permalink to documentation

Patch Changes

  • #2553 3a4b3124 Thanks @broccolinisoup! - UnderlineNav2: Only allow Enter and Space 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 and TreeView.LinkItem now require an id 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