From a91e6fa893b6d567bca043ec6b5f860acb5bdeff Mon Sep 17 00:00:00 2001 From: Shrey Dubey Date: Thu, 4 Jun 2020 22:19:39 +0530 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4e1d288e286..4bd29de4a30d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ **Breaking changes** - Improved `EuiPagination`, `EuiDataGrid`, `EuiBasicTable` and `EuiInMemoryTable` accessibility, causing `EuiPaginationButton` to require a new prop `pageIndex` ([#3294](https://github.com/elastic/eui/pull/3294)) +- Added conditional rendering of the title element in `EuiCallOut` to avoid usage of additional space caused by the rendered `
` element ([#3549](https://github.com/elastic/eui/pull/3549)) **Bug fixes** - Fixed `EuiKeyPadMenu` and `EuiKeyPadMenuItem` aria roles ([#3502](https://github.com/elastic/eui/pull/3502))