v93.0.0
Bug fixes
- Fixed
EuiTextTruncate
component to clean up timer from side effect on unmount (#7495)
Breaking changes
- Removed deprecated
anchorClassName
prop fromEuiPopover
. UseclassName
instead (#7488) - Removed deprecated
buttonRef
prop fromEuiPopover
. UsepopoverRef
instead (#7488) - Removed deprecated
toolTipTitle
andtoolTipPosition
props fromEuiContextMenuItem
. UsetoolTipProps.title
andtoolTipProps.position
instead (#7489) - Removed deprecated internal
setSelection
ref method fromEuiInMemoryTable
andEuiBasicTable
. Use the new controlledselection.selected
prop API instead. (#7491) EuiTourStep
'sclassName
andstyle
props now apply to the anchoring element instead of to the popover panel, to matchEuiPopover
behavior. (#7497)- Convert your existing usages to
panelClassName
andpanelStyle
respectively instead.
- Convert your existing usages to
Performance
- Improved the amount of recomputed styles being generated by
EuiCode
andEuiCodeBlock
(#7486)
CSS-in-JS conversions