Skip to content

v83.1.0

Compare
Choose a tag to compare
@1Copenut 1Copenut released this 05 Jul 20:42
· 1002 commits to main since this release
  • Added placeholder prop to EuiInlineEdit (#6883)
  • Added sparkles glyph to EuiIcon (#6898)

Bug fixes

  • Fixed Safari-only bug for single-line row EuiDataGrids, where cell actions on hover would overlap instead of pushing content to the left (#6881)
  • Fixed EuiButton not correctly merging in passed classNames with its base .euiButton class (#6887)
  • Fixed EuiIcon not correctly passing the style prop custom img icons (#6888)
  • Fixed multiple components with child props (e.g. buttonProps, iconProps, etc.) unsetting EUI's Emotion styling if custom css was passed to the child props object (#6896)

CSS-in-JS conversions

  • Converted EuiHeader and EuiHeaderLogo to Emotion (#6878)
  • Removed Sass variables $euiHeaderDarkBackgroundColor, $euiHeaderBorderColor, and $euiHeaderBreadcrumbColor (#6878)
  • Removed Sass mixin @euiHeaderDarkTheme (#6878)