From 750cca156e62dba68219fe2d8cc2126919eaf2af Mon Sep 17 00:00:00 2001 From: Ashik Meerankutty Date: Fri, 20 Mar 2020 12:28:03 +0530 Subject: [PATCH 1/2] fixes relative tab not showing correct value --- .../super_date_picker/date_popover/date_popover_content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/date_picker/super_date_picker/date_popover/date_popover_content.js b/src/components/date_picker/super_date_picker/date_popover/date_popover_content.js index c9a101204ce..58d120dad36 100644 --- a/src/components/date_picker/super_date_picker/date_popover/date_popover_content.js +++ b/src/components/date_picker/super_date_picker/date_popover/date_popover_content.js @@ -63,7 +63,7 @@ export function EuiDatePopoverContent({ Date: Fri, 20 Mar 2020 12:50:07 +0530 Subject: [PATCH 2/2] added cl --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1968950eda..8b8b67382e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ **Bug Fixes** +- Fixed bug in `EuiSuperDatePicker` not showing correct values in relative tab of end date ([#3132](https://github.com/elastic/eui/pull/3132)) - Fixed bug in `EuiSuperDatePicker` to show correct values of commonly used values in relative tab ([#3106](https://github.com/elastic/eui/pull/3106)) - Fixed race condition in `EuiIcon` when switching from dynamically fetched components ([#3118](https://github.com/elastic/eui/pull/3118))