From 258df7c37f3e4715bd6f8ed6093875067a7a5e8b Mon Sep 17 00:00:00 2001 From: Marius Date: Sat, 21 Jul 2018 19:34:44 +0300 Subject: [PATCH] Update changelog for 0.74.0 final (#5842) --- source/lovelace/changelog.markdown | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/source/lovelace/changelog.markdown b/source/lovelace/changelog.markdown index c688fe4719d..8e805f3a898 100644 --- a/source/lovelace/changelog.markdown +++ b/source/lovelace/changelog.markdown @@ -9,6 +9,21 @@ sharing: true footer: true --- +## {% linkable_title Changes in 0.74.0 %} +- ❤️ [Lovelace card gallery](https://home-assistant-lovelace-gallery.netlify.com/) +- 🔧 Async communication improvements + +### Views +- 📣 Allow views with badges and no cards + +### Cards +- 📣 [picture elements card]: Allow custom elements including custom cards +- 📣 [entities card]: Separate row entity elements, and add `secondary_info` ❤️ +- 📣 [glance card]: Make column width configurable +- 🔧 [picture glance card]: Use custom off states +- 🔧 [picture glance card]: Fixed to work again with [entity filter card] +- 🔧 Removed `text-transform: capitalize;` from card heading + ## {% linkable_title Changes in 0.74.0b0 %} ### Views