From c2252c9873a0b28501df205c7a7271c5038e7159 Mon Sep 17 00:00:00 2001 From: Constance Chen Date: Tue, 1 Mar 2022 18:04:14 -0800 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 503fc98a1787..dc96bed2d8e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,12 @@ **Bug fixes** -- Fixed `EuiDataGrid` cell props not resetting on column sort ([#5665](https://github.com/elastic/eui/issues/5665)) +- Fixed `EuiDataGrid` cell props not resetting on column sort ([#5665](https://github.com/elastic/eui/pull/5665)) + +**Breaking changes** + +- `EuiDataGrid` now only shows the first 2 `cellActions` alongside the expansion button - all additional actions will now be shown in cell expansion popover footer ([#5675](https://github.com/elastic/eui/pull/5675)) +- `EuiDataGrid` now forces `isExpandable` to be true if any `cellActions` are passed, as keyboard users are otherwise be unable to access cell actions without the expansion popover ([#5675](https://github.com/elastic/eui/pull/5675)) ## [`49.0.0`](https://github.com/elastic/eui/tree/v49.0.0)