Skip to content

Releases: extrawest/extra-clarity

v19.2.2

17 Oct 19:13

Choose a tag to compare

19.2.2 (2025-10-17)

Bug fixes

  • search-bar: adjust spacing for placeholder text, truncate it with ellipsis on overflow (803c8b2)

v19.2.1

05 Oct 11:19

Choose a tag to compare

19.2.1 (2025-10-05)

Bug fixes

  • dialog: add missing "modal-body" class for injected dialog content (e3f0144)

v19.2.0

25 Apr 17:49

Choose a tag to compare

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)

v19.1.1

26 Mar 21:42

Choose a tag to compare

19.1.1 (2025-03-26)

Features

  • sidebar-nav: add helper method to create dividers with unique identity within nav list (81b252e)

Bug fixes

  • sidebar-nav: grant all nav items have a unique identity for proper tracking by for-loops (eb5901a)

v19.1.0

26 Mar 19:43

Choose a tag to compare

19.1.0 (2025-03-26)

Refactored

  • migrate all templates to new control-flow (ee14afb)
  • migrate to signal queries viewChild(ren) & contentChild(ren) (af41fd9)
  • migrate to takeUntilDestroyed() for unsubscribing from Observables (08b6d81)

v19.0.9

26 Mar 00:08

Choose a tag to compare

19.0.9 (2025-03-26)

Misc

  • set required versions of @clr/angular & @clr/ui as ^17.5.0 (with added support of Angular 19) (1d96aa8)

v19.0.8

25 Mar 23:18

Choose a tag to compare

19.0.8 (2025-03-25)

Bug fixes

  • string-filter: stretch input to full width (7fa583e)

v19.0.1

25 Mar 17:41

Choose a tag to compare

19.0.1 (2025-03-25)

Bug fixes

  • search-bar: stretch input to full width, correct icon alignment & visibility when highlighted (46d023f)

v19.0.0

25 Mar 17:20

Choose a tag to compare

19.0.0 (2025-03-25)

Features

  • upgrade to Angular 19 & Clarity 17.8 (#13) (0bb2f9e)

v18.0.3

25 Mar 23:57

Choose a tag to compare

18.0.3 (2025-03-25)

Bug fixes

  • search-bar: stretch input to full width, correct icon alignment & visibility when highlighted (8b59532)
  • string-filter: stretch input to full width (eafaf09)