| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-10 | 4.2 kB | |
| v119.0.0 source code.tar.gz | 2026-08-10 | 37.9 MB | |
| v119.0.0 source code.zip | 2026-08-10 | 41.3 MB | |
| Totals: 3 Items | 79.2 MB | 0 | |
@elastic/eslint-plugin-eui v2.16.0
- Added new
@elastic/eui/no-nested-copy-tooltiprule to improveEuiCopyusage (#9852) - Updated
@elastic/eui/tooltip-button-icon-wrapwith an exception forEuiCopyusage covered by@elastic/eui/no-nested-copy-tooltip(#9852) - Added
button-group-no-invalid-childrenrule (#9849) - Added
no-deprecated-icon-aliasesrule (#9815)
@elastic/eui v119.0.0
- Bundled icon glyph files into
dist/svgs/and addeddist/eui-icons.jsonmanifest (mapping icon filename stems to SVG content strings) (#9873) - Added
hasAriaDisabledprop toEuiContextMenuItem(#9870) - Updated
EuiButtonGroup: (#9845) - Added new render API via
childrenprop that allows passing button components as children - Added
variantprop (usable only withchildrenprop) - Added
gutterSizeprop (usable only withchildrenandvariant="default"prop) - Updated
EuiButton,EuiButtonEmptyandEuiButtonIconto consume aEuiButtonContextallowing the group to control common props (#9845) - Updated
EuiFlyoutMenu: (#9856) - Added
leadingActionsandtrailingActionsprops, which accept the newEuiFlyoutMenuActiontype supportingtoolTipContentandtoolTipProps - Changed the history trigger icon to
clockCounter - Added control-group dividers between built-in controls
- Added
onFirst,onLasttopagination, which render optional buttons for jumping to the beginning and end of the list. - Deprecated additional
EuiIcontypes that are not represented in Figma (#9815)
Bug fixes
- Fixed the missing type declaration for the
focusEuiToolTipTriggertest helper (#9870) - Fixed generated icon IDs to remain stable during server-side rendering (#9866)
- Fixed a visual bug in
EuiButtonGroupthat rendered duplicate borders on disabled buttons (#9845) - The
EuiFlyoutMenuhistory popover now only appears whenhistoryItemshas more than one entry. When there is a single entry in history, only the Back button is shown. (#9856) - Fixed
EuiFlyoutMenupagination controls disappearing whenpagination.totalis1; the controls now render (as "1 of 1" with both Prev/Next disabled) for anytotalof at least1(#9856)
Deprecations
- Deprecated
customActionsandEuiFlyoutMenuCustomActioninEuiFlyoutMenu; usetrailingActionsandEuiFlyoutMenuActioninstead (#9856)
Breaking changes
- Removed most deprecated
EuiIcontypes and their icon assets. 16 widely-used deprecated aliases (e.g.alert,search,visPie) remain temporarily and will be removed in a future release (#9832) (#9815)
@elastic/eui-test-helpers v1.3.0
- Added
EuiDataGridObjectwithrows,cell(),cells(),doActionOnColumn()andopenFullScreenMode()/closeFullScreenMode()(#9874) - Added
EuiSuperSelectObjectwithselectOptionByValue(),selectOptionByLabel()andgetSelectedValue()(#9874) - Added
EuiGlobalToastListObjectwith atoastslocator andcloseAll()(#9874)