v53.0.0
- Added all remaining missing i18n tokens for
EuiSuperDatePicker
(#5743)
Breaking changes
- Removed
prettyDuration
utility exported byEuiSuperDatePicker
- this util was converted to aPrettyDuration
component andusePrettyDuration
hook which should be used instead (#5743) - Removed
commonDurationRanges
exported byEuiSuperDatePicker
. The new pretty duration utils will fall back tocommonDurationRanges
by default if noquickRanges
are passed (#5743)