v60.3.0
EuiDataGrid
's imperative API now exposes thescrollTo
andscrollToItem
APIs ofreact-window
. (#6042)
Bug fixes
- Fixed drag and drop interactions on EuiAccordion elements (#6031)
- Fixed
EuiDataGrid
's row count/indices announced to screen readers when virtualized (#6033) - Fixed
EuiDataGrid
's current cell row/column position announced to screen readers when sorted and paginated, and also improved column identification and announcement cadence (#6033) - Fixed
EuiContextMenuPanelDescriptor
'swidth
prop type to correctly reflect that it allows all CSS width values, not just numbers (#6043) - Fixed
EuiSelectable
onChange keyboard events not being correctly passed back on React v16 (#6045)