From 4a654079ec2f982b9a30a100741c78280f4b1746 Mon Sep 17 00:00:00 2001 From: Constance Chen Date: Wed, 5 Jan 2022 15:11:10 -0800 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a6728405d0f..7c65cc8ceb38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [`main`](https://github.com/elastic/eui/tree/main) +**Bug fixes** + +- Fixed keyboard navigation in `EuiDataGrid` not fully scrolling cells into view ([#5515](https://github.com/elastic/eui/pull/5515)) + **Breaking changes** - Removed `data-test-subj="dataGridWrapper"` from `EuiDataGrid` in favor of `data-test-subj="euiDataGridBody"` ([#5506](https://github.com/elastic/eui/pull/5506))