From 6939bf20832e2f1cb4acaf5d82d3c04e52447b0d Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Mon, 9 Sep 2024 11:39:18 -0700 Subject: [PATCH] changelog --- packages/eui/changelogs/upcoming/8011.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/eui/changelogs/upcoming/8011.md 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`