| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-23 | 3.7 kB | |
| v114.0.0 source code.tar.gz | 2026-03-23 | 40.5 MB | |
| v114.0.0 source code.zip | 2026-03-23 | 43.7 MB | |
| Totals: 3 Items | 84.1 MB | 2 | |
- Fixed the clipping of
EuiFlyoutoverlay mask to the container bounds when thecontainerprop is provided, so the mask no longer covers the full viewport for app-scoped flyouts. (#9512) - Updated
EuiFlyoutto supportpushAnimationprop fortype="overlay"(#9428) - Added
hasAnimationprop onEuiFlyout(replacespushAnimation) (#9428) - Added
hasAnimationprop onEuiOverlayMaskto conditionally add animation styles (#9428) - Added
historyKeyprop (typesymbol) toEuiFlyoutand the flyout manager API to support scoped flyout history. (#9413)- Only flyouts sharing the same
Symbolreference share Back button navigation and history entries; omittinghistoryKeygives each session its own isolated history group. ACTION_CLOSE_ALLnow closes only the current history group rather than all open flyouts.
- Only flyouts sharing the same
Bug fixes
- Fixed
EuiTreeViewexpanded nodes clipping content and causing sibling overlap when children exceed viewport height (#9510) - Fixed
EuiDataGridscroll bouncing back to the focused element in certain cases (#9453) - Fixed support for intraword underscores in
EuiMarkdownFormat(#9408)
Deprecations
- Deprecated
pushAnimationprop onEuiFlyout. UsehasAnimationinstead. (#9428)
Breaking changes
- Removed
severity.assistancecolor token (#9507) - Removed assistance datavis color tokens: (#9507)
vis.euiColorVisAssistancevis.euiColorVis10vis.euiColorVis11vis.euiColorVisText10vis.euiColorVisText11vis.euiColorVisBehindText10vis.euiColorVisBehindText11- The positional signature of
FlyoutManagerApi.addFlyoutand the flyout store'saddFlyoutnow includeshistoryKeybefore theiconType/minWidtharguments. Call sites that pass arguments positionally must be updated (or switched to named parameters) to account for this new parameter ordering. (#9413)
Accessibility
- Fixed
aria-labelnot being applied toEuiColorPicker's input element (#9436)
@elastic/eui-theme-common v9.0.0
Breaking changes
- Removed type for
severity.assistancecolor token (#9507) - Removed types for assistance datavis color tokens: (#9507)
vis.euiColorVisAssistancevis.euiColorVis10vis.euiColorVis11vis.euiColorVisText10vis.euiColorVisText11vis.euiColorVisBehindText10vis.euiColorVisBehindText11
@elastic/eui-theme-borealis v7.0.0
Breaking changes
- Removed
severity.assistancecolor token (#9507) - Removed assistance datavis color tokens: (#9507)
vis.euiColorVisAssistancevis.euiColorVis10vis.euiColorVis11vis.euiColorVisText10vis.euiColorVisText11vis.euiColorVisBehindText10vis.euiColorVisBehindText11
@elastic/eslint-plugin-eui v2.11.0
- Updated
no-unnamed-interactive-elementto include checkingEuiColorPicker(#9436)