Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 3.86 KB

CHANGELOG.md

File metadata and controls

51 lines (28 loc) · 3.86 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.3 (2020-10-29)

Bug Fixes

2.0.2 (2020-10-21)

Bug Fixes

  • sliders to allow zero values (#493) (232204e)
  • LIGHT: show color picker based on feature check (#488) (9f55a3d)
  • don't cache icon background (#471) (f9ea1ef), closes #425
  • enable arm buttons based on supported alarm features (9d829c1), closes #365
  • enable arm buttons based on supported alarm features (#473) (31d5a5a), closes #365
  • long-press closes popups and light sliders immediately (#489) (492895b)
  • update alarm tile example with support for new states (#472) (43f151b)

2.0.1 (2020-10-12)

Bug Fixes

  • bundle with mdi fonts instead of loading from external server (#468) (51bfd3b), closes #453
  • camera full screen opening when clicking door entry camera (#463) (18f232a)

2.0.0 (2020-10-08)

⚠ BREAKING CHANGES

  • This changes some behavior:
  1. background of iframe tile is changed to transparent white, because otherwise, the background of the iframe would be awkwardly gray.
  2. iframeStyles are applied to the iframe tile. Not to the popup-container. This is mainly due to the way, the popup is structured. There simply is a facility to pass styles to a tile. But there is not a facility to apply styles directly to the popup. For the user, this means that styles (e.g. borders) do not include the popup title anymore.

1.0.4 (2020-10-07)

Bug Fixes

  • camera title extending beyong tile boundaries (#449) (bd6c37d)

1.0.3 (2020-09-28)