From f625c787a01ba6dcdd75cec73de70f290b67d06f Mon Sep 17 00:00:00 2001 From: Constance Chen Date: Tue, 1 Feb 2022 11:49:07 -0800 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fce69960dc2..998327c03e11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ - Fixed a focus bug in `EuiDataGrid` when clicking another cell header with an already-open cell header popover ([#5556](https://github.com/elastic/eui/pull/5556)) - Fixed `EuiDataGrid` to always focus back into the grid on pagination ([#5587](https://github.com/elastic/eui/pull/5587)) - Fixed `EuiDataGrid` and `EuiTable` pagination potentially rendering out view on narrow tables with many pages ([#5561](https://github.com/elastic/eui/pull/5561)) +- Fixed `EuiInMemoryTable` not correctly returning the `sort.field` value on pagination ([#5588](https://github.com/elastic/eui/pull/5588)) ## [`46.1.0`](https://github.com/elastic/eui/tree/v46.1.0)