| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-24 | 2.7 kB | |
| v119.1.0 source code.tar.gz | 2026-08-24 | 38.2 MB | |
| v119.1.0 source code.zip | 2026-08-24 | 41.6 MB | |
| Totals: 3 Items | 79.8 MB | 0 | |
@elastic/eui v119.1.0
- Updated
EuiFlyoutMenuaction icon spacing:leadingActionsandtrailingActionsicons are now grouped with a consistent gap between each icon (#9887) - Updated
EuiFlyoutMenuback button to show a tooltip with the previous page title (e.g. "Back to Page 1") when history context is available (#9887) - Added
cursorDefault,logIn, androuteSplitglyphs toEuiIcon(#9885) - Updated
EuiSplitButtonto apply redesign style changes (#9865) - Added a development warning to
useGeneratedHtmlIdandhtmlIdGeneratorwhen the passedprefix/suffixcontains whitespace, which generates invalid HTML IDs (#9868) - Updated
EuiButtonGroup: (#9862)- Added
variant="segmented"which renders the group as visually connected control group - Added
showDividersprop to optionally render dividers between group children - Added
layoutprop to optionally render icon button groups vertically - Added
wrapprop to manually control the group wrapping behavior
- Added
Bug fixes
- Fixed
EuiDataGridheader cell actions popover not opening when pressing Enter on a focused actions button (#9931) - Fixed
EuiFilePickerlosing imperativerefsupport when migrated from class to function component (#9879). UseuseRef<EuiFilePickerRef>()whereuseRef<EuiFilePickerClass>()was previously used. (#9930) - Fixed
EuiSplitButtonhaving a wronginline-sizewhentextProps={false}is set on an action button that hasiconType(#9917)
@elastic/eui-test-helpers v1.4.0
- Added
EuiSelectableObjectwithoptions,selectOption(label)andsearch(term)(#9908)
@elastic/eui-docusaurus-theme v2.8.0
- Added a hover animation to the EUI mark in the documentation navbar. (#9924)
Bug fixes
- Fixed overlapping rows and inconsistent hover highlighting in
VersionSwitcher(#9925)