Skip to content

Choose a tag to compare

@primer primer released this 11 Apr 14:52
· 798 commits to main since this release
3d06689

Permalink to Documentation

Minor Changes

Patch Changes

  • #5866 f978534 Thanks @mperrotti! - Improves how we detect context for inactive item messaging by checking the role on ActionList instead of relying on parent components, making the logic more robust and consistent. It also fixes incorrect behavior in NavList and SelectPanel, and improves accessibility by correcting aria relationships on tooltip buttons.

  • #5912 81821db Thanks @francinelucca! - fix(SelectPanel): always show x button on single select

  • #5908 8e7bc0e Thanks @francinelucca! - fix(SelectPanel): differentiate onCancel gesture from escape

  • #5904 a522fdb Thanks @francinelucca! - fix(SelectPanel): disable body scroll on full screen

  • #5906 8fa12ea Thanks @TylerJDev! - SelectPanelV2: Add deprecated status to SelectPanelV2 docs and stories

  • #5881 ea1fb50 Thanks @emilybrick! - fix(SelectPanel): Add margin around notice styles