diff --git a/source/lovelace/changelog.markdown b/source/lovelace/changelog.markdown index 0a10fbe3828..a9392581543 100644 --- a/source/lovelace/changelog.markdown +++ b/source/lovelace/changelog.markdown @@ -2,6 +2,31 @@ title: "Lovelace Changelog" description: "Changelog of the Lovelace UI." --- +## Changes in 0.99.0 +- 📣 [glance card]: New config `show_last_changed` for `entities` +- 📣 [glance card]: New config `image` for `entities` +- 📣 [views]: New config `image` for `badges` +- 📣 [views]: New config `icon` for `badges` +- 📣 [views]: New config `name` for `badges` +- 📣 Unused entities: Rewritten into a table view +- 📣 Unused entities: Add entities to Lovelace cards +- 📣 Lovelace background settings moved to theme `--lovelace-background` +- 📣 Haptic feedback support added +- 📣 Vibrate support added +- 📣 MDI icons updated to [4.3.95](https://cdn.materialdesignicons.com/4.3.95/) +- ⚠️ Only allow admins to edit UI config +- 🔧 [alarm panel card]: Handle keyboard input +- 🔧 [alarm panel card]: Show `friendly_name` if set +- 🔧 [entities card]: Properly show "unavailable" timestamps +- 🔧 [entity filter card]: Throttle updates for performance +- 🔧 [light card]: Replace jQuery sliders +- 🔧 [light card]: Move brightness below icon +- 🔧 [map card]: Update preview when config changes +- 🔧 [markdown card]: Don't allow SVG by default +- 🔧 Filter null badges +- 🔧 Render an overlay on light cards when the light is unavailable +- 🔧 Break long strings in notifications + ## Changes in 0.88.0 - 📣 Disable toast notifications for successful operations ([#2700](https://github.com/home-assistant/home-assistant-polymer/pull/2822)) - 📣 Color Picker: Toggleable between segmented and continuous ([#2806](https://github.com/home-assistant/home-assistant-polymer/pull/2806)) @@ -21,7 +46,7 @@ description: "Changelog of the Lovelace UI." - 📣 [thermostat card]: more-info button added - 📣 [light card]: more-info button added - 🔧 [thermostat card]: Fix slider -- 🔧 groups are now togglable +- 🔧 Groups are now togglable ## Changes in 0.86.0 - 📣 Lovelace is now the default UI for Home Assistant!