From 010f6319f636cff5216d54f5517ea1b4cbc74f29 Mon Sep 17 00:00:00 2001 From: cchaos Date: Thu, 24 Oct 2019 16:45:12 -0400 Subject: [PATCH] cl --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8431aa0ce0a..09a82169743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## [`master`](https://github.com/elastic/eui/tree/master) +- Added `euiXScrollWithShadows()` mixin and `.eui-xScrollWithShadows` utility class ([#2458](https://github.com/elastic/eui/pull/2458)) + **Bug fixes** - Normalized button `moz-focus-inner` ([#2445](https://github.com/elastic/eui/pull/2445)) @@ -35,7 +37,6 @@ - Added disabled state to `EuiBadge` ([#2440](https://github.com/elastic/eui/pull/2440)) - Changed `EuiLink` to appear non interactive when passed the `disabled` prop and an `onClick` handler ([#2423](https://github.com/elastic/eui/pull/2423)) - Added `minimize` glyph to `EuiIcon` ([#2457](https://github.com/elastic/eui/pull/2457)) -- Added `euiXScrollWithShadows()` mixin and `.eui-xScrollWithShadows` utility class ([#2458](https://github.com/elastic/eui/pull/2458)) **Bug fixes**