From ba2aedc728b40ce70572db47b049daa1683bb73b Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Thu, 30 Jan 2020 10:25:55 -0600 Subject: [PATCH] Update Lovelace changelog.markdown for 0.105 (#11917) * Update changelog.markdown * Update changelog.markdown * Update changelog.markdown --- source/lovelace/changelog.markdown | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/source/lovelace/changelog.markdown b/source/lovelace/changelog.markdown index 116020509db..6896686d6c5 100644 --- a/source/lovelace/changelog.markdown +++ b/source/lovelace/changelog.markdown @@ -2,6 +2,34 @@ title: "Lovelace Changelog" description: "Changelog of the Lovelace UI." --- +## Changes in 0.105.0 +* ✨ [entities card]: New `header` special row type (#4496) @balloob +* ✨ [entities card]: New `footer` special row type (#4496) @balloob +* ✨ [entities card]: Add `picture` option to header/footer (#4496) @balloob +* ✨ [entities card]: New `conditional` special row type (#4569) @iantrich +* ✨ [entities card]: Add `buttons` option to header/footer (#4601) @balloob +* ✨ [entities card]: Add `action_name` option for scene/script rows (#4571) @iantrich +* ✨ [entities card]: Add `never_triggered` option to `secondary_info` option for automation rows (#4442) @Mariusthvdb +* ✨ [entities card]: Add `state_color` option to color active/error/climate icons. Does not change the behavior of lights. Default is now `false` (#4510) @iantrich +* ✨ Update Material Design Icons to v4.8.95 (#4520) @goyney +* 💄 [entities card]: Automatically strip Area name from entities in Lovelace generated/auto mode (#4597) @balloob +* 💄 [entities card]: Fix alignment of header toggle (#4532) @bramkragten +* 💄 [light card]: Align height of card regardless of brightness support (#4582) @iantrich +* 💄 [map card]: Ignore zones when fitting map (#4447) @klejejs +* 💄 Additional active/error/climate icon domains/states (#4510) @iantrich +* ♿ Close card editor on ESC (#4570) @iantrich +* ♿ Add tabindex to Lovelace elements (#4160) @iantrich +* 🐛 Fix action directive double tab iOS issues (#4639) @bramkragten +* 🐛 [gauge card]: Fix severity toggle (#4600) @iantrich +* 🐛 [markdown card]: Fix visual editor for when all `content` removed (#4583) @iantrich +* 🐛 [alarm panel card]: Fix preview updates (#4592) @bramkragten +* 🐛 [thermostat card]: Fix display of current/set temperature when at 0 (#4498) @iantrich +* 🐛 [picture glance card]: Fix `camera_view` option in editor (#4495) @iantrich +* 🐛 Fix various card editor switches (#4584) @iantrich +* 🐛 Fix Lovelace reload button on error page (#4557) @bramkragten +* 🚸 [shopping list card]: Show error if integration is not loaded (#4523) @ludeeus +* 🚸 Prompt user to confirm logout (#4501) @iantrich + ## Changes in 0.104.0 - ❤️ Add ability to remove Lovelace config [#4430](https://github.com/home-assistant/home-assistant-polymer/pull/4430) @bramkragten - ❤️ Add support to add all device entities to Lovelace [#4356](https://github.com/home-assistant/home-assistant-polymer/pull/4356) @bramkragten