Skip to content

v69.0.0

Compare
Choose a tag to compare
@chandlerprall chandlerprall released this 04 Oct 18:47
· 1509 commits to main since this release
  • Added support for fullWidth prop on EuiForm, which will be the default for all rows/controls within (#6229)
  • Added support for onResizeStart and onResizeEnd callbacks to EuiResizableContainer (#6236)
  • Added optional case sensitive option matching to EuiComboBox with the isCaseSensitive prop (#6268)
  • EuiFlexItem now supports grow={0} (#6270)
  • Added the alignItems prop to EuiFlexGrid (#6281)
  • Added filter, filterExclude, filterIgnore, filterInclude, indexTemporary, infinity, sortAscending, and sortDescending glyphs to EuiIcon (#6282)

Bug fixes

  • Fixed EuiTextProps to show the color type option inherit as default (#6267)
  • EuiFlexGroup now correctly respects gutterSize when responsive (#6270)
  • Fixed the last breadcrumb in EuiBreadcrumbs's breadcrumbs array not respecting truncate overrides (#6280)

Breaking changes

  • EuiFlexGrid no longer supports columns={0}. Use EuiFlexGroup instead for normal flex display (#6270)
  • EuiFlexGrid now uses modern display: grid CSS (#6270)
  • EuiFlexGroup, EuiFlexGrid, and EuiFlexItem now use modern gap CSS instead of margins and negative margins (#6270)
  • EuiFlexGroup no longer applies responsive styles to column or columnReverse directions (#6270)

CSS-in-JS conversions

  • Converted EuiFlexGroup, EuiFlexGrid, and EuiFlexItem to Emotion (#6270)