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-describedbysupport so AlertDialog content is announced to assistive technology - @costajohnt - PR
Menu
- Adds
trigger="contextMenu"support to MenuTrigger for showing menus on right-click or long-press - @devongovett - PR
SideNav
- Adds SideNav component - @snowystinger - PR
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
idprop to be passed through to the DOM on Toast - @snowystinger - PR