v1.6.0

This release introduces the new SideNav component for building app navigation sidebars, adds trigger="contextMenu" support to MenuTrigger, and lets TableView cells hold interactive content like TextFields.

Changelog

General Changes

  • Adds support for chaining multiple keyboard shortcut handlers - @snowystinger - PR

Dialog

  • Adds aria-describedby support so AlertDialog content is announced to assistive technology - @costajohnt - PR
  • Adds trigger="contextMenu" support to MenuTrigger for showing menus on right-click or long-press - @devongovett - PR

SideNav

Switch

  • Fixes Switch's hidden native input positioning so it doesn't shift layout - @snowystinger - PR

Table

  • Adds support for TextField and other interactive components inside Table cells using keyboardNavigationBehavior="tab"- @LFDanLu - PR

TextArea

  • Fixes empty TextArea height jumping when an overlay is open - @reidbarber - PR

Toast

  • Allows an id prop to be passed through to the DOM on Toast - @snowystinger - PR