Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Sep 9, 2024
1 parent 831d33a commit 6939bf2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/eui/changelogs/upcoming/8011.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 6939bf2

Please sign in to comment.