v88.4.0
- Updated
EuiComboBox
to allow configuring text truncation behavior viatruncationProps
. These props can be set on the entire combobox as well as on on individual dropdown options. (#7028) - Updated
EuiInMemoryTable
with a newsearchFormat
prop (defaults toeql
). When setting this prop totext
, the built-in search bar will ignore EQL syntax and allow searching for plain strings with special characters and symbols. (#7175)
Bug fixes
EuiComboBox
now always shows the highlighted search text, even on truncated text (#7028)- Fixed missing i18n in
EuiSearchBar
's default placeholder and aria-label text (#7175) - Fixed the inline compressed styles of
EuiDescriptionListTitle
to use a taller line-height for readability (#7185) - Fixed
EuiComboBox
to correctly truncate selected items when displayed as pills and plain text (#7193)
Accessibility
- Added
aria-current
attribute toEuiTablePagination
(#7186)
CSS-in-JS conversions
- Converted
EuiDroppable
andEuiDraggable
to Emotion; Removed$euiDragAndDropSpacing
Sass variables (#7187)