From cc7268651d78bf1becf0801d9eb8d9914cd609da Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Sat, 25 Nov 2023 14:13:03 -0800 Subject: [PATCH] changelog --- changelogs/upcoming/7388.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelogs/upcoming/7388.md diff --git a/changelogs/upcoming/7388.md b/changelogs/upcoming/7388.md new file mode 100644 index 00000000000..ab99f5ff337 --- /dev/null +++ b/changelogs/upcoming/7388.md @@ -0,0 +1,2 @@ +- `EuiSelectable` now allows configurable text truncation via `listProps.truncationProps` +- `EuiTextTruncate` now supports a new `calculationDelayMs` prop for working around font loading or layout shifting scenarios