v95.11.0
- Updated
EuiText
,EuiTextColor
, andEuiTextAlign
with a newcomponent
prop that allows changing the default rendered<div>
wrapper to a<span>
or<p>
tag. (#7993) - Updated
EuiDataGrid
's cell actions to always consistently be left-aligned, regardless of text content alignment (#8011) - Increased
EuiDataGrid
's cell actions hover zone to reduce UX friction when mousing over from the grid cell to its actions (#8011)
Bug fixes
- Fixed
EuiPopover
to correctly inherit fromEuiProvider
'scomponentDefaults.EuiPortal.insert
(#8003) - Fixed push
EuiFlyoutResizable
s to not potentially block scrollbars on outside content (#8010) - Fixed an
EuiDataGrid
bug where thesetCellProps
callback passed byrenderCellValue
was not correctly applying customdata-test-subj
s (#8011)
Accessibility
- Updated the
EuiBasicTable
actions button'saria-label
by adding a reference to the current row (#7994)
CSS-in-JS conversions
- Converted
EuiDataGrid
's toolbar controls to Emotion (#7997)- Removed
$euiDataGridPopoverMaxHeight
- Removed
- Converted
EuiDataGrid
to Emotion (#7998)- Removed
$euiZDataGrid
- Removed
$euiZHeaderBelowDataGrid
- Removed
- Converted
EuiDataGrid
'sgridStyle
s to Emotion; Removed the following Sass variables and mixins: (#8006)$euiDataGridCellPaddingS
$euiDataGridCellPaddingM
$euiDataGridCellPaddingL
$euiDataGridVerticalBorder
$euiDataGridPrefix
$euiDataGridStyles
@euiDataGridSelector
@euiDataGridStyles
- Converted
EuiDataGrid
's cell popover, actions, and focus outline to Emotion; Removed the following Sass variables and mixins: (#8011)$euiZDataGridCellPopover
@euiDataGridCellFocus
- Converted
EuiDataGrid
's row, header, and footer cells to Emotion; Removed the following Sass variables and mixins: (#8013)$euiDataGridColumnResizerWidth
@euiDataGridRowCell
@euiDataGridHeaderCell
@euiDataGridFooterCell