v92.2.0
- Updated
EuiFlyoutResizable
with new optionalonResize
callback (#7464)
Bug fixes
- Fixed an issue in
EuiResizableContainer
whereonResizeEnd
could become a stale closure when renders occured between resize start and end, resulting in an outdated version of a consumer'sonResizeEnd
callback being called (#7468) - Fixed
EuiTextArea
to correctly fireonChange
callbacks on clear button click (#7473) - Fixed
EuiContextMenu
's panel titles & items to not show underlines on hover for non-interactive elements (#7474)
Deprecations