v69.0.0
- Added support for
fullWidth
prop on EuiForm, which will be the default for all rows/controls within (#6229) - Added support for
onResizeStart
andonResizeEnd
callbacks toEuiResizableContainer
(#6236) - Added optional case sensitive option matching to
EuiComboBox
with theisCaseSensitive
prop (#6268) EuiFlexItem
now supportsgrow={0}
(#6270)- Added the
alignItems
prop toEuiFlexGrid
(#6281) - Added
filter
,filterExclude
,filterIgnore
,filterInclude
,indexTemporary
,infinity
,sortAscending
, andsortDescending
glyphs toEuiIcon
(#6282)
Bug fixes
- Fixed
EuiTextProps
to show thecolor
type optioninherit
as default (#6267) EuiFlexGroup
now correctly respectsgutterSize
when responsive (#6270)- Fixed the last breadcrumb in
EuiBreadcrumbs
'sbreadcrumbs
array not respectingtruncate
overrides (#6280)
Breaking changes
EuiFlexGrid
no longer supportscolumns={0}
. UseEuiFlexGroup
instead for normal flex display (#6270)EuiFlexGrid
now uses moderndisplay: grid
CSS (#6270)EuiFlexGroup
,EuiFlexGrid
, andEuiFlexItem
now use moderngap
CSS instead of margins and negative margins (#6270)EuiFlexGroup
no longer applies responsive styles tocolumn
orcolumnReverse
directions (#6270)
CSS-in-JS conversions
- Converted
EuiFlexGroup
,EuiFlexGrid
, andEuiFlexItem
to Emotion (#6270)