All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.3 (2020-10-29)
2.0.2 (2020-10-21)
- 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)
- 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)
- This changes some behavior:
- background of iframe tile is changed to
transparentwhite, because otherwise, the background of the iframe would be awkwardly gray. iframeStyles
are applied to the iframe tile. Not to thepopup-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.