diff --git a/packages/eui/changelogs/upcoming/8011.md b/packages/eui/changelogs/upcoming/8011.md new file mode 100644 index 000000000000..c9a58c033c55 --- /dev/null +++ b/packages/eui/changelogs/upcoming/8011.md @@ -0,0 +1,12 @@ +- Updated `EuiDataGrid`'s cell actions to always consistently be left-aligned, regardless of text content alignment +- Increased `EuiDataGrid`'s cell actions hover zone to reduce UX friction when mousing over from the grid cell to its actions + +**Bug fixes** + +- Fixed an `EuiDataGrid` bug where the `setCellProps` callback passed by `renderCellValue` was not correctly applying custom `data-test-subj`s + +**CSS-in-JS conversions** + +- Converted `EuiDataGrid`'s cell popover, actions, and focus outline to Emotion; Removed the following Sass variables and mixins: + - `$euiZDataGridCellPopover` + - `@euiDataGridCellFocus`