Download Latest Version v114.0.0 source code.tar.gz (40.5 MB)
Email in envelope

Get an email when there's a new version of Elastic UI Framework

Home / v113.3.0
Name Modified Size InfoDownloads / 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 color prop to EuiContextMenuItem, 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 / euiColorPrimary10
  • sky10 / euiColorNeutral10
  • teal10 / euiColorAccentSecondary10
  • pink10 / euiColorAccent10
  • green10 / euiColorSuccess10
  • yellow10 / euiColorWarning10
  • orange10 / euiColorRisk10
  • red10 / euiColorDanger10
  • purple10 / euiColorAssistance10
  • Added flyoutMenuDisplayMode prop to EuiFlyout to control when the flyout menu renders. Defaults to 'auto', which hides the menu bar when it only contains a close button. (#9426)
  • Added iconType support to EuiFlyoutManager sessions, 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 level argument to goToFlyout(flyoutId, level?) — when level is '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)
  • FlyoutSession now includes childTitle, childIconType, and childHistory so 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 files prop to EuiFilePicker to maintain visual state when re-mounting (#9362)

Bug fixes

  • Fixed DefaultItemAction.color being ignored in the collapsed overflow menu (... popover) of EuiBasicTable — it now renders with the correct color, matching the expanded inline action view (#9448)
  • Fixed EuiSuperDatePicker's time window adding a 1ms drift 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 onClose so consumer state and DOM stay in sync and children do not remain visible as orphaned flyouts (#9409)

Deprecations

  • Deprecated hideTitle prop in EuiFlyoutMenuProps. The menu title is now hidden by default for all flyouts. Use EuiFlyoutHeader for visible titles instead. (#9502)
Source: README.md, updated 2026-03-16