v60.2.0
- Added
cluster
,container
,kubernetesNode
,kubernetesPod
andnamespace
glyphs toEuiIcon
(#6001) - Added a default
title
toEuiDataGrid
's column headers, allowing header text to remain visible if truncated due to column widths (#6013) - Added a
popoverScreenReaderText
prop toEuiPopover
that allows customizing screen reader instructions when a popover first opens (#6017) - Enhanced
EuiDataGrid
's column header actions popover to be keyboard navigable via up/down arrow keys (#6017) EuiDataGrid
now accepts avirtualizationOptions.onItemsRendered
callback, as well asvirtualizationOptions.className
(#6019)
Bug fixes
- Fixed the focus context of
EuiDataGrid
to ensure that focusedCell maintains it's referential integrity. This ensures that React hooks can use this safely as a dependency. (#6007) - Fixed buggy
EuiDataGrid
column header display on sorted columns with no actions (#6014) - Fixed
EuiPopover
unintentionally passing theoffset
prop as an HTML attribute to its div wrapper (#6017) - Fixed
EuiDataGrid
focus/scroll jumping occurring when the first interaction the user had with the grid was the scrollbar(s) (#6018)