v95.0.0
- Added
move
glyph toEuiIcon
(#7789) - Updated
EuiBasicTable
andEuiInMemoryTable
s withselection
- the header row checkbox will now render an indeterminate state if some (but not all) rows are selected (#7817)
Bug fixes
- Fixed an
EuiDataGrid
visual bug when usinglineCount
row heights where the clamped text was still visible for some font sizes (#7793) - Fixed
EuiSearchBar
's filter configs to always respectautoClose: false
(#7806)
Breaking changes
- Removed deprecated
EUI_CHARTS_THEME_DARK
,EUI_CHARTS_THEME_LIGHT
andEUI_SPARKLINE_THEME_PARTIAL
exports (#7682) - Removed deprecated
euiPalettePositive
andeuiPaletteNegative
. UseeuiPaletteGreen
andeuiPaletteRed
instead (#7808) - Removed
type="inList"
fromEuiCheckbox
. Simply omit passing alabel
prop to render this style of checkbox (#7814) - Removed the unused
compressed
prop fromEuiCheckbox
andEuiRadio
. This prop was not doing anything on individual components. (#7818)
CSS-in-JS conversions