Skip to content

v1.9.2

Choose a tag to compare

@c-kick c-kick released this 10 Jun 11:45

Maintenance release - bug fixes only, no new features.

Bug fixes

  • Icons render at the correct size again — the 1.9.0 CSS namespacing rework accidentally renamed ha-icon's external --mdc-icon-size API, leaving all icons (card and editor) at a fixed 24px regardless of bar height (#25)
  • Transition animations work again — also broken since the 1.9.0 CSS rework
  • Energy date selection: fixed a subscription leak — reconfiguring or removing the card while it was still subscribing left orphaned subscriptions that kept fetching statistics in the background (#26)
  • Energy date selection: stepping quickly through dates can no longer show statistics for the wrong period — late responses for an older range are now discarded (#27)
  • Energy date selection: error and loading states now render reliably — reactive state was shadowed by class fields, so failures could go undisplayed
  • bg_opacity: 0 (fully transparent) is now honoured in YAML for entities, remainders and global_bg_opacity — it previously fell back to the default (#28)
  • Entity renames, icon and unit changes now refresh the card immediately** instead of waiting for the next state change (#29)
  • Fixed masonry view sizing when grid_options.rows is set to auto (#30)

Internal

  • Removed dead code: an unreachable statistics fallback, the unused per-entity hatched option, and leftover unused declarations (#31)
  • Normalized all line endings to LF and added .gitattributes
  • Test suite extended from 113 to 120 tests, with regression coverage for every fix above