v88.3.0
EuiGlobalToastList
now shows a "Clear all" button by default once above a certain number of toasts (defaults to 3). This threshold is configurable with theshowClearAllButtonAt
prop (#7111)- Added an optional
onClearAllToasts
callback toEuiGlobalToastList
(#7111) - Added the
value
,onChange
, andonCancel
props that allowEuiInlineEdit
to be used as a controlled component (#7157) - Added
grabOmnidirectional
,transitionLeftIn
,transitionLeftOut
,transitionTopIn
, andtransitionTopOut
icon glyphs. (#7168)
Bug fixes
- Fixed
EuiInlineEdit
components to correctly spread...rest
attributes to the parent wrapper (#7157) - Fixed
EuiListGroupItem
to correctly render theextraAction
button whenshowToolTip
is also passed (#7159)
Dependency updates
Accessibility
EuiAccordion
now correctly respects reduced motion settings (#7161)EuiAccordion
now shows a focus outline to keyboard users around its revealed children on open (#7161)
CSS-in-JS conversions
- Converted
EuiSplitPanel
to Emotion (#7172)