Skip to content

v19.2.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 17:49
· 4 commits to main since this release

19.2.0 (2025-04-25)

⚠ BREAKING CHANGES

  • 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)