From b439ec2021e71c43e2ca0c6da4eb02164247a241 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Thu, 26 Oct 2023 13:25:08 -0700 Subject: [PATCH] changelog --- upcoming_changelogs/7321.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 upcoming_changelogs/7321.md diff --git a/upcoming_changelogs/7321.md b/upcoming_changelogs/7321.md new file mode 100644 index 000000000000..25bc29dba55b --- /dev/null +++ b/upcoming_changelogs/7321.md @@ -0,0 +1,5 @@ +- Updated `EuiBasicTable` and `EuiInMemoryTable` to support a new controlled selection API: `selection.selected` + +**Deprecations** + +- Deprecated `EuiBasicTable` and `EuiInMemoryTable`'s ref `setSelection` API. Use the new `selection.selected` API instead.