v93.0.0
Bug fixes
- Fixed
EuiTextTruncatecomponent to clean up timer from side effect on unmount (#7495)
Breaking changes
- Removed deprecated
anchorClassNameprop fromEuiPopover. UseclassNameinstead (#7488) - Removed deprecated
buttonRefprop fromEuiPopover. UsepopoverRefinstead (#7488) - Removed deprecated
toolTipTitleandtoolTipPositionprops fromEuiContextMenuItem. UsetoolTipProps.titleandtoolTipProps.positioninstead (#7489) - Removed deprecated internal
setSelectionref method fromEuiInMemoryTableandEuiBasicTable. Use the new controlledselection.selectedprop API instead. (#7491) EuiTourStep'sclassNameandstyleprops now apply to the anchoring element instead of to the popover panel, to matchEuiPopoverbehavior. (#7497)- Convert your existing usages to
panelClassNameandpanelStylerespectively instead.
- Convert your existing usages to
Performance
- Improved the amount of recomputed styles being generated by
EuiCodeandEuiCodeBlock(#7486)
CSS-in-JS conversions