|
| 1 | +## [`v95.11.0`](https://github.com/elastic/eui/releases/v95.11.0) |
| 2 | + |
| 3 | +- Updated `EuiText`, `EuiTextColor`, and `EuiTextAlign` with a new `component` prop that allows changing the default rendered `<div>` wrapper to a `<span>` or `<p>` tag. ([#7993](https://github.com/elastic/eui/pull/7993)) |
| 4 | +- Updated `EuiDataGrid`'s cell actions to always consistently be left-aligned, regardless of text content alignment ([#8011](https://github.com/elastic/eui/pull/8011)) |
| 5 | +- Increased `EuiDataGrid`'s cell actions hover zone to reduce UX friction when mousing over from the grid cell to its actions ([#8011](https://github.com/elastic/eui/pull/8011)) |
| 6 | + |
| 7 | +**Bug fixes** |
| 8 | + |
| 9 | +- Fixed `EuiPopover` to correctly inherit from `EuiProvider`'s `componentDefaults.EuiPortal.insert` ([#8003](https://github.com/elastic/eui/pull/8003)) |
| 10 | +- Fixed push `EuiFlyoutResizable`s to not potentially block scrollbars on outside content ([#8010](https://github.com/elastic/eui/pull/8010)) |
| 11 | +- Fixed an `EuiDataGrid` bug where the `setCellProps` callback passed by `renderCellValue` was not correctly applying custom `data-test-subj`s ([#8011](https://github.com/elastic/eui/pull/8011)) |
| 12 | + |
| 13 | +**Accessibility** |
| 14 | + |
| 15 | +- Updated the `EuiBasicTable` actions button's `aria-label` by adding a reference to the current row ([#7994](https://github.com/elastic/eui/pull/7994)) |
| 16 | + |
| 17 | +**CSS-in-JS conversions** |
| 18 | + |
| 19 | +- Converted `EuiDataGrid`'s toolbar controls to Emotion ([#7997](https://github.com/elastic/eui/pull/7997)) |
| 20 | + - Removed `$euiDataGridPopoverMaxHeight` |
| 21 | +- Converted `EuiDataGrid` to Emotion ([#7998](https://github.com/elastic/eui/pull/7998)) |
| 22 | + - Removed `$euiZDataGrid` |
| 23 | + - Removed `$euiZHeaderBelowDataGrid` |
| 24 | +- Converted `EuiDataGrid`'s `gridStyle`s to Emotion; Removed the following Sass variables and mixins: ([#8006](https://github.com/elastic/eui/pull/8006)) |
| 25 | + - `$euiDataGridCellPaddingS` |
| 26 | + - `$euiDataGridCellPaddingM` |
| 27 | + - `$euiDataGridCellPaddingL` |
| 28 | + - `$euiDataGridVerticalBorder` |
| 29 | + - `$euiDataGridPrefix` |
| 30 | + - `$euiDataGridStyles` |
| 31 | + - `@euiDataGridSelector` |
| 32 | + - `@euiDataGridStyles` |
| 33 | +- Converted `EuiDataGrid`'s cell popover, actions, and focus outline to Emotion; Removed the following Sass variables and mixins: ([#8011](https://github.com/elastic/eui/pull/8011)) |
| 34 | + - `$euiZDataGridCellPopover` |
| 35 | + - `@euiDataGridCellFocus` |
| 36 | +- Converted `EuiDataGrid`'s row, header, and footer cells to Emotion; Removed the following Sass variables and mixins: ([#8013](https://github.com/elastic/eui/pull/8013)) |
| 37 | + - `$euiDataGridColumnResizerWidth` |
| 38 | + - `@euiDataGridRowCell` |
| 39 | + - `@euiDataGridHeaderCell` |
| 40 | + - `@euiDataGridFooterCell` |
| 41 | + |
1 | 42 | ## [`v95.10.1`](https://github.com/elastic/eui/releases/v95.10.1)
|
2 | 43 |
|
3 | 44 | **Bug fixes**
|
|
0 commit comments