home-assistant.io/source/lovelace/changelog.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

13 KiB

title, description
title description
Lovelace Changelog Changelog of the Lovelace UI.

Changes in 0.88.0

  • 📣 Disable toast notifications for successful operations (#2700)
  • 📣 Color Picker: Toggleable between segmented and continuous (#2806)
  • 📣 Theming: New CSS card style ha-card-box-shadow (#2855)
  • 🔧 Fix login issue on Firefox (#2860)
  • 🔧 light card: Fix click events (#2850)

Changes in 0.87.0

  • 📣 MDI icons updated to 3.3.92
  • 📣 Theming: New CSS card style ha-card-border-radius
  • 📣 Theming: New CSS card style ha-card-background
  • 📣 New system-health card in dev-info
  • 📣 UI Editor: YAML syntax support
  • 📣 UI Editor: Line numbers
  • 📣 UI Editor: Now supports columns on wide screens
  • 📣 Notifications: Indicator updated to show count of pending notifications
  • 📣 thermostat card: more-info button added
  • 📣 light card: more-info button added
  • 🔧 thermostat card: Fix slider
  • 🔧 groups are now togglable

Changes in 0.86.0

Changes in 0.85.1

  • 🔧 UI Editor: Fix removal of resources on save
  • 🔧 Auto-gen correctly converts weblink entities to weblink row
  • 🔧 The weblink row opens links in new tabs

Changes in 0.85.0

Changes in 0.84.0

Breaking Changes

  • ⚠️ views: Renamed id to path
  • ⚠️ sensor_data: entity is no longer passed as entity_id to service call and must be explicitly set
  • ⚠️ sensor card: Removed configs height, line_color and line_width
  • ⚠️ gauge card: Renamed config title to name
  • ⚠️ alarm panel card: Renamed config title to name
  • ⚠️ glance card: tap_action and hold_action configurations changed. See docs.
  • ⚠️ entity button card: tap_action and hold_action configurations changed. See docs.
  • ⚠️ picture card: tap_action and hold_action configurations changed. See docs.
  • ⚠️ picture elements card: tap_action and hold_action configurations for elements changed. See docs.
  • ⚠️ picture entity card: tap_action and hold_action configurations changed. See docs.
  • ⚠️ picture glance card: tap_action and hold_action configurations changed. See docs.

All Changes

  • 📣 weather forecast card: New config name
  • 📣 thermostat card: New config name
  • 📣 plant status card: New config name
  • 📣 entities card: Alert entity rows are now displayed as toggles
  • 📣 picture elements card: Added state_image and camera_image
  • 📣 Ability to generate a Lovelace config if not present using available entities
  • 📣 UI Editor now in Beta with support for adding/removing views/cards
  • 🔧 map card: Fix aspect_ratio
  • 🔧 Fix Tap/Hold actions on Windows 10 machines with touchscreens

Changes in 0.83.0

  • ❤️ New card type: shopping-list

Changes in 0.82.0

  • 📣 New card type: light ❤️
  • 📣 Alpha release of UI Editor
  • 📣 entities card: can be themed
  • 📣 gauge card: can be themed
  • 📣 light card: can be themed
  • 📣 thermostat card: can be themed
  • 🔧 !secret and !include usage restored for manual editing, but are not supported with the UI editor

Changes in 0.81.0

  • ❤️ New card type: alarm-panel
  • ❤️ New card type: thermostat
  • ❤️ New card type: entity-button
  • 📣 glance card: can be themed
  • 📣 glance card: define columns within
  • 📣 entity button card: can be themed
  • 📣 Long press is now supported
  • 📣 Update to allow the use of Custom UI. If you run into issues please disable Custom UI and test before reporting them. If the issue goes away without Custom UI please report this to the Custom UI developer as this is not officially supported.

Changes in 0.80.0

  • ❤️ New card type: sensor
  • ❤️ New card type: gauge

Changes in 0.77.0

  • ❤️ New notification drawer

Changes in 0.75.0

Breaking changes

  • ⚠️ glance card: turn-on replaced with call-service

All changes

Changes in 0.74.0

Views

  • 📣 Allow views with badges and no cards
  • 📣 Add basic support for badges like in old view style
  • 🔧 Custom cards now work with panel: true

Cards

Changes in 0.73.1

  • 📣 Setting Lovelace as default now updates Overview button to point to /lovelace
  • 📣 Allow setting background styles (global and per view)

Cards

  • ❤️ New card type: map that allows showing device_tracker entities on a map card
  • 📣 entities card card now support type: custom:state-card-custom for the entities list

Changes in 0.73.0

Views

  • 📣 New button to show unused entities in Lovelace

Changes in 0.73.0b4

Cards

Changes in 0.73.0b3

Views

  • 📣 Added panel mode for a view to use the 1st card to fill the whole screen

Cards

Changes in 0.73.0b1

Cards

Changes in 0.73.0b0

  • 📣 New feature to allow Lovelace to be default for /

Views

  • 📣 Now views have deep-links: /lovelace/3 will link to the tab with id 3
  • ⚠️ name renamed title to match cards setup
  • ⚠️ tab_icon renamed icon for simplicity

Cards

Changes in 0.72.1

Cards

  • 🐞 Bug introduced in glance card - titles now overlap
  • ❤️ New card: iframe

Changes in 0.72

  • ❤️ Initial release of the Lovelace UI