From fcf40d0f8a87946eae82e14ea959afb245961f70 Mon Sep 17 00:00:00 2001 From: Clara Udofa Date: Thu, 30 May 2019 10:54:22 +0100 Subject: [PATCH] #1978 CL entry --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index edb432f5db29..bf5f8bce6f7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [`master`](https://github.com/elastic/eui/tree/master) +**Bug fixes** + +- Fixed type mismatch between PropType and TypeScript def for `EuiGlobalToastList` toast `title` ([#1978](https://github.com/elastic/eui/pull/1978)) + - Converted `EuiTableRowCellCheckbox` to TS ([#1964](https://github.com/elastic/eui/pull/1964)) - Updated `caniuse-lite` version resolution ([#1970](https://github.com/elastic/eui/pull/1970)) - Added a webpack directive for naming icon chunks ([#1944](https://github.com/elastic/eui/pull/1944))