v58.0.0
- Updated
EuiForm
to useforwardRef
(#5866) - Updated all CSS-in-JS shadow functions parameters to match a
(euiTheme, { color? })
order (#5892) - Updated
euiShadow()
parameters to(euiTheme, size, { color? })
(#5892)
Bug fixes
- Fixed
EuiContextMenuPanel
(when used within anEuiPopover
) to correctly return focus to its popover toggle in all scenarios, not just keyboard Escape press (#5880) - Fixed
EuiSelectableTemplateSitewide
to allow re-opening the search popover (if closed via Escape key) via the Enter key (#5886) - Fixed
EuiComboBox
by centering the enter badge in the list options. (#5890) - Fixed
EuiTour
position calculation issues caused by popover width styles (#5897) - Fixed
EuiIcon
from producing console warning inReact.StrictMode
(#5899)
Breaking changes