In this release, we are excited to announce that ListView and unavailable menu items are now available! In addition, we have added ActionBar support for TreeView and custom renderer support for the Picker's display value. We also shipped multiple TableView fixes and a set of documentation improvements including a Typography search view now available in the main search menu.
Thanks to all of our contributors for the updates in this release.
New Components
Change log
ComboBox
- Always close ComboBox upon interacting outside the dropdown - @snowystinger - PR
Menu
Picker
- Support custom renderer for Picker's displayed value - @BrknRules - PR
TableView
- Fix WHCM S2 table text color - @LFDanLu - PR
- Fix TableView from crashing when another collection is rendered inside its empty state - @DPandyan - PR
- Update disabled behavior to match ListView/TreeView - @reidbarber - PR
TreeView
- Add ActionBar support to TreeView - @reidbarber - PR