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.