Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-07 | 2.2 kB | |
v105.0.0 source code.tar.gz | 2025-07-07 | 33.4 MB | |
v105.0.0 source code.zip | 2025-07-07 | 36.4 MB | |
Totals: 3 Items | 69.8 MB | 0 |
- Added marked row styling via the classes
euiDataGridRow--marked
andeuiTableRow--marked
forEuiDataGrid
andEuiBasicTable
(#8834) - Added component tokens: (#8834)
dataGridRowBackgroundMarked
dataGridRowBackgroundMarkedHover
dataGridRowBorderActive
dataGridRowBorderHover
dataGridRowBorderMarked
tableRowBackgroundMarked
tableRowBackgroundMarkedHover
- Added
EuiFlyoutChild
andEuiFlyoutSessionProvider
(#8771) - Added
setListOptionRefs
prop onEuiComboBoxList
(#8829)
Breaking changes
- Removed
iInCircle
icon (useinfo
instead) (#8841) - Removed
questionInCircle
icon (usequestion
instead) (#8841)
Accessibility
- Improved the experience of
EuiProgress
by ensuring that determinate updates are read out immediately to screen readers (#8839) - Fixed missing screen reader output for
EuiComboBox
withoptions
that have customid
attributes (#8829)
Summary
- Marked row styling for
EuiDataGrid
andEuiBasicTable
: new CSS classes are available for consistent styling of marked rows (different from selected), including hover and cell outline styles (https://github.com/elastic/eui/pull/8834) - New flyout component:
EuiFlyoutChild
allows side-by-side (grouped) flyout panels (https://github.com/elastic/eui/pull/8771) — thank you @tsullivan for the contribution! - Accessibility fixes:
EuiComboBox
now supports custom optionid
s (https://github.com/elastic/eui/pull/8829)- Updates on
EuiProgress
are properly announced by screen readers (https://github.com/elastic/eui/pull/8839) - Icon updates (breaking change):
iInCircle
andquestionInCircle
icons have been renamed toinfo
andquestion
respectively (https://github.com/elastic/eui/pull/8841) — thank you @ek-so 🙇♂️