@elastic/eui v121.0.0
- Added
isDisabled,isLoading,href, andtargetprops toEuiFlyoutMenuAction. (#9992) - Updated
onClickonEuiFlyoutMenuActionto be optional, so actions can navigate viahrefalone. (#9992) - Added
tableSparklesicon (#9987) - Updated styles of
EuiFilterButton(#9961) - Updated
EuiFilterGroup(#9961)- Updated styles
- Added
displayprop (values:'regular' | 'highlighted') to render different visual toggle variants - Added
showDividersprop to optionally render dividers between group children
- Updated
EuiSplitButtondisabled styles (#9986) - Updated styles on
EuiButtonGroupwith legacy Options API (#9953) - Updated usages of
EuiButtonGroupinEuiDataGrid's display selector and column sorting to use the Children API (#9953) - Updated
EuiSuperDatePicker's time window buttons to useEuiButtonGroupwith Children API (#9953)
Bug fixes
- Fixed
EuiPopoverTitleandEuiPopoverFooterbackgrounds not following the popover panel's corner radius (#9985) - Fixed
EuiFlyoutBodycontent becoming inaccessible at short viewport heights (#9944)
Deprecations
- Deprecated
optionsonEuiButtonGroup- Use the new Children API viachildrenprop instead. (#9953) - Deprecated
coloronEuiButtonGroup-colorwill be fixed totextin the future. (#9953) - Deprecated
buttonSize="compressed"onEuiButtonGroup- Renders asbuttonSize="s"instead. (#9953)
Breaking changes
- Added a new
logoTypeprop toEuiHeaderLogoto render either theglyphorhorizontalElastic logo. TheiconTypeprop has been removed, andchildrentext content is no longer rendered. (#9875)
@elastic/eui-test-helpers v1.6.0
- Added
EuiPopoverObject, a Playwright Component Object forEuiPopover(#9993) - Added
EuiFlyoutObject, a Playwright Component Object forEuiFlyout(#9994) - Added
EuiModalObject, a Playwright Component Object forEuiModal/EuiConfirmModal(#10002) - Added
EuiAccordionObject, a Playwright Component Object forEuiAccordion(#10003)
Bug fixes
- Fixed
EuiComboBoxObject.clear()andsetSelectedOptions()timing out onsingleSelectioncombo boxes, whose pills have no close button (#9998)