button-card/CHANGELOG.md

10 KiB

4.0.0-dev.13 (2023-07-26)

Bug Fixes

  • templates: variables was undefined if none where provided. (fad332b), closes #718

4.0.0-dev.12 (2023-07-26)

Bug Fixes

  • icon would be cut with card height defined (19f8393), closes #731

4.0.0-dev.11 (2023-07-26)

Features

  • templates: new relativeTime function to display a relative time in a template and update it automatically (965a3d7), closes #701

Bug Fixes

  • ha-state-icon CSS selector was wrong (a1bb39a)
  • tooltip would show over everything (1bc8f99)
  • templates: don't use the numeric_precision from the card config for localize in js templates by default (2cc384f)

4.0.0-dev.10 (2023-07-25)

Bug Fixes

  • color: main config color was broken (b93c996)

4.0.0-dev.9 (2023-07-24)

Bug Fixes

  • numerical states would not follow HA's format (72d7c41), closes #662

4.0.0-dev.8 (2023-07-24)

Features

  • Force the numeric_precision for states which are numbers (24d75c2)
  • action: repeat_limit for hold_action (73c216f), closes #564 #555
  • new helper functions for date/time in templates (2b75993), closes #701

Bug Fixes

  • ha-icon (if in custom_fields) size was weird (a448c8e)

4.0.0-dev.7 (2023-07-24)

Bug Fixes

  • non string fiels would error with an unsafeHTML error (d65c347), closes #725

4.0.0-dev.6 (2023-07-24)

⚠ BREAKING CHANGES

  • hacs: Minimum required HA Version is now 2023.7

Features

  • Support for localization in templates (5de2dc9)

Bug Fixes

  • custom fields would sometime throw unsafeHTML errors (c67e1d5), closes #725
  • hacs: minimum HA version 2023.7 (db3b394)

4.0.0-dev.5 (2023-07-24)

Bug Fixes

  • optimize contrast color compute (35109c3)
  • Some cards with child cards wouldn't be clickable (9f21c58)

4.0.0-dev.4 (2023-07-24)

Bug Fixes

  • text/icon contrast when using label-card (01e199b)

4.0.0-dev.3 (2023-07-23)

⚠ BREAKING CHANGES

  • actions: Requires HA 2023.4 minimum. Support for the new action format (target is also be supported), service_data should be renamed to data (but it still works with the old format)

Features

  • actions: Support for the new action (assist) and all the future ones (d9c17a4), closes #711 #685

4.0.0-dev.2 (2023-07-23)

⚠ BREAKING CHANGES

  • icons: This might break your card-mod setup

Features

  • icons: replace ha-icon with ha-state-icon to follow new HA's icons per domain automatically (ab6a3f5)

4.0.0-dev.1 (2023-07-23)

⚠ BREAKING CHANGES

  • this might break some of your color settings

Bug Fixes

  • Color are now aligned with HA > 2022.12 (685d55e), closes #635
  • localization fix (02dfab3), closes #685 #693
  • lock icon was displaying over more-info dialog (bf075b0), closes #694
  • lock would go out of the button (0b3e4d3)

3.5.0 (2023-04-02)

Features

  • state_display: Support for state_display in state (440dc77), closes #426

Bug Fixes

  • card broken with HA 2023.04bXX (9b4f1e2), closes #669 #671
  • extra space at bottom because of button-card-action-handler (699b57d), closes #672
  • remove border from blank card (b05c6b4), closes #652

Documentation

3.5.0-dev.2 (2023-04-02)

Bug Fixes

  • card broken with HA 2023.04bXX (9b4f1e2), closes #669 #671
  • extra space at bottom because of button-card-action-handler (699b57d), closes #672
  • remove border from blank card (b05c6b4), closes #652

Documentation

3.5.0-dev.1 (2021-02-17)

Features

  • state_display: Support for state_display in state (440dc77), closes #426

3.4.2 (2021-02-17)

Bug Fixes