- Updated table components to support adding tooltips to header cells (#8273)
- Added
columns.nameTooltip
onEuiBasicTable
- Added
tooltipProps
prop onEuiTableHeaderCell
- Added
- Added
accent
color option toEuiCallOut
(#8303) - Updated
EuiInlineEditForm
'sonCancel
prop type to allow uncontrolled mode usage (#8307) - Added ES|QL syntax highlighting for
EuiCode
,EuiCodeBlock
,EuiMarkdownFormat
, andEuiMarkdownEditor
components. (#8317) - Updated
EuiAccordion
to prevent content from being transitioned on initial render wheninitialIsOpen=true
(#8327)
Bug fixes
- Fixed a bug on
EuiSuperDatePicker
where pasting an absolute date would append the date instead of replace it (#8311)