| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-16 | 3.1 kB | |
| v113.3.0 source code.tar.gz | 2026-03-16 | 40.4 MB | |
| v113.3.0 source code.zip | 2026-03-16 | 43.6 MB | |
| Totals: 3 Items | 84.1 MB | 0 | |
- Added
colorprop toEuiContextMenuItem, accepting all standard button color values (#9448) - Adjusted lightest color tokens to get a more balanced palette and contrast with content over light backgrounds: (#9432)
blue10/euiColorPrimary10sky10/euiColorNeutral10teal10/euiColorAccentSecondary10pink10/euiColorAccent10green10/euiColorSuccess10yellow10/euiColorWarning10orange10/euiColorRisk10red10/euiColorDanger10purple10/euiColorAssistance10- Added
flyoutMenuDisplayModeprop toEuiFlyoutto control when the flyout menu renders. Defaults to'auto', which hides the menu bar when it only contains a close button. (#9426) - Added
iconTypesupport toEuiFlyoutManagersessions, allowing icons to be displayed in the flyout history popover (#9412) - Child flyout history in the Flyout Manager: sessions now track a stack of child flyouts (
childHistory) so you can open multiple child flyouts in sequence and navigate back through them (#9409) - Optional
levelargument togoToFlyout(flyoutId, level?)— whenlevelis'child', navigates to a child in the current session's history (e.g. from the history popover); when'main'or omitted, navigates by main session as before (#9409) FlyoutSessionnow includeschildTitle,childIconType, andchildHistoryso the history popover can show child flyout titles and icons and support jumping back to a previous child (#9409)- Back button now pops child history first (returning to the previous child flyout), then pops the current session when no child history remains (#9409)
- Added
filesprop toEuiFilePickerto maintain visual state when re-mounting (#9362)
Bug fixes
- Fixed
DefaultItemAction.colorbeing ignored in the collapsed overflow menu (...popover) ofEuiBasicTable— it now renders with the correct color, matching the expanded inline action view (#9448) - Fixed
EuiSuperDatePicker's time window adding a1msdrift for relative date times (#9434) - Fixed cascade close when child flyouts are rendered as siblings of the main (not nested): closing the main now correctly invokes each child's
onCloseso consumer state and DOM stay in sync and children do not remain visible as orphaned flyouts (#9409)
Deprecations
- Deprecated
hideTitleprop inEuiFlyoutMenuProps. The menu title is now hidden by default for all flyouts. UseEuiFlyoutHeaderfor visible titles instead. (#9502)