Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Sep 23:36
· 5 commits to main since this release

Highlights

  • Fixes the compact alerts badge title wrapping letter-by-letter in a
    narrow sections column.
  • The compact badge shows count chips only by default; its title only
    appears once explicitly configured, and it no longer wraps.
  • The badge now asks dashboards for a little more column width so it
    isn't squeezed down to a single column.

Fixed

  • switchboard-alerts-card compact badge: the title no longer wraps
    letter by letter in a narrow sections column (e.g. "Al / ert / es").
    The compact badge now shows chips only by default — title is only
    rendered on the badge once explicitly configured, and when it is, it is
    laid out to never wrap (white-space: nowrap + ellipsis, with chips
    shrinking first). getGridOptions() for compact mode now declares
    min_columns: 3 / columns: 4 so the sections view has less room to
    squeeze it down to a single column in the first place. (#1)