From 8c231b8634f6a8542296f204e13668fb1ba4c742 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Thu, 1 Feb 2024 18:43:10 -0800 Subject: [PATCH] changelog --- changelogs/upcoming/7501.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/upcoming/7501.md diff --git a/changelogs/upcoming/7501.md b/changelogs/upcoming/7501.md new file mode 100644 index 00000000000..1dc88c525a2 --- /dev/null +++ b/changelogs/upcoming/7501.md @@ -0,0 +1,3 @@ +- Updated `EuiSuperDatePicker` with a new `refreshIntervalUnits` prop. Passing this prop allows controlling and overriding the default unit rounding behavior. +- Updated `EuiAutoRefresh` and `EuiRefreshInterval` with a new `intervalUnits` prop. Passing this prop allows controlling and overriding the default unit rounding behavior. +- Updated `onRefreshChange` to pass back a new `intervalUnits` key that contains the current interval unit format (seconds, minutes, or hours).