| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-10 | 3.1 kB | |
| v113.2.0 source code.tar.gz | 2026-03-10 | 40.4 MB | |
| v113.2.0 source code.zip | 2026-03-10 | 43.6 MB | |
| Totals: 3 Items | 84.1 MB | 0 | |
- Added an optional
stickyoption toEuiBasicTableandEuiInMemoryTableactions columns. This option is currently in beta. (#9430) - Added
minWidthandmaxWidthoptions toEuiBasicTableandEuiInMemoryTablecolumns configuration object (#9422) - Added
minWidthandmaxWidthprops toEuiTableFooterCell,EuiTableHeaderCell,EuiTableHeaderCellCheckboxandEuiTableRowCell(#9422) - Updated the gap between action buttons in
EuiTable,EuiBasicTableandEuiInMemoryTableto4px(#9423) - Updated
EuiBadgehover styles to matchEuiButtonstyles (#9418) - Added
containerprop toEuiFlyoutfor positioning flyouts relative to a container element instead of the viewport, enabling app-scoped flyouts that stay within the container bounds usingposition: fixedand container-derived inline styles (#9377) (#9377) - Added
containertoEuiFlyoutcomponent defaults configuration inEuiProvider(#9377) (#9377) - Added a new optional
scrollableInline(boolean) prop to EuiTable, EuiBasicTable and EuiInMemoryTable that enables horizontal scrolling on overflow (#9416)
Bug fixes
- Fixed resizable flyouts to output percentage-based widths relative to the container or viewport, preventing size drift on resize (#9377) (#9377)
- Fixed resizable flyout clamping to account for sibling flyout widths in side-by-side layout mode (#9377) (#9377)
- Fixed fill-size flyouts incorrectly triggering stacked layout due to combined-width hysteresis deadlock (#9377) (#9377)
Deprecations
- Deprecated
maskPropsonEuiFlyout. Use thecontainerprop to scope flyouts to an application area; whencontaineris provided,maskPropsis ignored. For global (viewport-relative) flyouts, usecontainer={null}(#9377) (#9377) - Deprecated
includeFixedHeadersInFocusTraponEuiFlyout. When using thecontainerprop, useincludeSelectorInFocusTrapto include specific elements (e.g. app headers) in the focus trap instead (#9377) (#9377)
Accessibility
- Improved the accessibility experience of managed flyouts by allowing keyboard navigation between child and parent flyouts. (#9397)