Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Mar 23, 2022
1 parent f28d902 commit d4fb250
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions upcoming_changelogs/5743.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- Added all remaining missing i18n tokens for `EuiSuperDatePicker`

**Breaking changes**

- Removed `prettyDuration` utility exported by `EuiSuperDatePicker` - this util was converted to a `PrettyDuration` component and `usePrettyDuration` hook which should be used instead
- Removed `commonDurationRanges` exported by `EuiSuperDatePicker`. The new pretty duration utils will fall back to `commonDurationRanges` by default if no `quickRanges` are passed

0 comments on commit d4fb250

Please sign in to comment.