v70.2.0
- Added a keyboard shortcuts popover to
EuiDataGrid
's toolbar. This can be visually hidden viatoolbarVisibility.showKeyboardShortcuts
, but will always remain accessible to keyboard and screen reader users. (#6036) EuiScreenReaderOnly
'sshowOnFocus
prop now also shows on focus within its children (#6036)- Added
onFocus
prop callback toEuiSuperDatePicker
(#6320)
Bug fixes
- Fixed
EuiSelectable
to ensure the full options list is re-displayed when the search bar is controlled and cleared usingsearchProps.value
(#6317) - Fixed incorrect padding on
xl
-sizedEuiTabs
(#6336) - Fixed
EuiCard
not correctly mergingcss
on its childicon
s (#6341) - Fixed
EuiCheckableCard
not settingcss
on the correct DOM node (#6341) - Fixed a webkit rendering issue with
EuiModal
s containingEuiBasicTable
s tall enough to scroll (#6343) - Fixed bug in
to_initials
that truncates custom initials (#6346) - Fix bug in
EuiCard
where layout breaks whenhorizontal
andselectable
are both passed (#6348)