From 9591e0654ee7ddf9124c8c2a7acdb05e8e9fba7a Mon Sep 17 00:00:00 2001 From: Larry Gregory Date: Thu, 23 Aug 2018 07:46:22 -0400 Subject: [PATCH] add note for #1120 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96eddb0a9ef..308ad34e0d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ No public interface changes since `3.7.0`. - Added new `EuiSuperSelect` component and `hasArrow` prop to `EuiPopover` ([#921](https://github.com/elastic/eui/pull/921)) - Added a new `EuiWindowEvent` component for declarative, safe management of `window` event listeners ([#1127](https://github.com/elastic/eui/pull/1127)) - Changed `Flyout` component to close on ESC keypress even if the flyout does not have focus, using new Window Event component ([#1127](https://github.com/elastic/eui/pull/1127)) +- Added TypeScript definitions for `EuiAvatar` component and the `color` services ([#1120](https://github.com/elastic/eui/pull/1120)) **Bug fixes**