Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion source/lovelace/changelog.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand All @@ -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!
Expand Down