You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
time-range-filter: The format of the EcTimeRangeFilterComponent's output values 'start' and 'end' was changed from numeric unix timestamps to local date (or date-time) strings according to the IANA timezone passed as a component's input (or the client's timezone if nothing passed). The time range preset functions were also affected, as well as the external time-range filter component EcTimeRangeFilterToggleComponent.
Features
time-range-filter: changed format of output values, added timezone input (b4c0e23)
timestamp-pipe: add 'day' precision to format dates without time (697d25b)
Bug fixes
time-range-filter-toggle: show only dates as toggle's label while working with day-precision (a9185c7)