Changelog updated (#5715)

* Updated changelog to point to official docs

Fixed icons in changelog and added 0.73.1

Updated text back to better emoji'

Fixed typo

* Udpated URL to be relative

Updated lovelace to use capital letter

* Correct background settings
This commit is contained in:
Marius 2018-07-09 05:00:58 +03:00 committed by c727
parent 12f069a36f
commit 497cc9d531
2 changed files with 38 additions and 30 deletions

View File

@ -17,7 +17,7 @@ In the meanwhile, we're also working hard on the new authentication system. A pr
This release also includes a TON of love for the new Lovelace UI. Yes, it's still experimental but daaang, it's already so awesome that you should probably just go ahead and try it out. Thanks to all the devs who have jumped on this: [@c727], [@ciotlosm] and [@jeradM]. This release also includes a TON of love for the new Lovelace UI. Yes, it's still experimental but daaang, it's already so awesome that you should probably just go ahead and try it out. Thanks to all the devs who have jumped on this: [@c727], [@ciotlosm] and [@jeradM].
We don't have time to go through all the changes in this release, but [@ciotlosm] has been keeping [a very detailed changelog](https://github.com/ciotlosm/docs-lovelace/blob/0.73.0/changelog.md). I'll just leave this screenshot by [@arsaboo] of the new picture-elements card and [the Lovelace configuration](https://github.com/arsaboo/homeassistant-config/blob/master/ui-lovelace.yaml#L15-L158): We don't have time to go through all the changes in this release, but [@ciotlosm] has been keeping [a very detailed changelog](/lovelace/changelog/). I'll just leave this screenshot by [@arsaboo] of the new picture-elements card and [the Lovelace configuration](https://github.com/arsaboo/homeassistant-config/blob/master/ui-lovelace.yaml#L15-L158):
<p class='img'> <p class='img'>
<img src='/images/blog/2018-07-0.73/lovelace-elements.png' alt='Screenshot of a floorplan with sensor info and light/camera controls overlayed.'> <img src='/images/blog/2018-07-0.73/lovelace-elements.png' alt='Screenshot of a floorplan with sensor info and light/camera controls overlayed.'>

View File

@ -9,41 +9,49 @@ sharing: true
footer: true footer: true
--- ---
## 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: `map` that allows showing `device_tracker` entities on a map card
- 📣 `entities` card now support `type: custom:state-card-custom` for the entities list
## Changes in 0.73.0 ## Changes in 0.73.0
### Views ### Views
- :mega: New button to show unused entities in lovelace - 📣 New button to show unused entities in Lovelace
## Changes in 0.73.0b5 ## Changes in 0.73.0b5
- :checkered_flag: Only minor fixes in this release - 🏁 Only minor fixes in this release
## Changes in 0.73.0b4 ## Changes in 0.73.0b4
### Cards ### Cards
- :mega: `picture-entity` allow hiding of infobar using `show_info: false` - 📣 `picture-entity` allow hiding of infobar using `show_info: false`
- :mega: `picture-entity` now supports `tap_action` parameter allowing you to switch from `on`/`off` to `more-info-dialog` - 📣 `picture-entity` now supports `tap_action` parameter allowing you to switch from `on`/`off` to `more-info-dialog`
- :mega: `picture-glance` now supports `navigation_path` - 📣 `picture-glance` now supports `navigation_path`
- `picture-entity` renamed `title` to `name` - `picture-entity` renamed `title` to `name`
- `picture-elements` renamed `path` to `navigation_path` - `picture-elements` renamed `path` to `navigation_path`
- :bangbang: `camera-preview` card removed, features added to `picture-entity` and `picture-glance` - ‼️ `camera-preview` card removed, features added to `picture-entity` and `picture-glance`
## Changes in 0.73.0b3 ## Changes in 0.73.0b3
### Views ### Views
- :mega: Added panel mode for a view to use 1st card to fill whole screen - 📣 Added panel mode for a view to use 1st card to fill whole screen
### Cards ### Cards
- :mega: New card: `picture` for triggering navigation and services - 📣 New card: `picture` for triggering navigation and services
- :mega: `picture-elements` now supports `navigation` type - 📣 `picture-elements` now supports `navigation` type
- :mega: `picture-entity` now supports `camera_image` - 📣 `picture-entity` now supports `camera_image`
- :mega: `picture-glance` now supports `camera_image` - 📣 `picture-glance` now supports `camera_image`
- :mega: `picture-glance` now supports `state_image` and `entity` like `picture-entity` - 📣 `picture-glance` now supports `state_image` and `entity` like `picture-entity`
- :mega: `entity-filter` now supports custom name for entities like `glance` and `entities` - 📣 `entity-filter` now supports custom name for entities like `glance` and `entities`
- `entities` and `glance` custom titles now use `name` not `title` - `entities` and `glance` custom titles now use `name` not `title`
- `entity-filter` now uses `entities` as a static list to filter state against - `entity-filter` now uses `entities` as a static list to filter state against
- `entity-filter` uses `state_filter` array instead of `filter` object - `entity-filter` uses `state_filter` array instead of `filter` object
- :wrench: Fix wrapping and padding for `service-button` in `picture-elements` - 🔧 Fix wrapping and padding for `service-button` in `picture-elements`
- :bangbang: `entity-filter` no longer allows to show all entities or a full domain - ‼️ `entity-filter` no longer allows to show all entities or a full domain
## Changes in 0.73.0b2 ## Changes in 0.73.0b2
- :zap: Went by too fast :zap: - :zap: Went by too fast :zap:
@ -58,34 +66,34 @@ footer: true
- `picture-elements` renamed `state-text` to `state-label` - `picture-elements` renamed `state-text` to `state-label`
- `picture-elements` moved/renamed `service.data` to `service_data` - `picture-elements` moved/renamed `service.data` to `service_data`
- `picture-elements` combined `service.domain` and `service.server` into `service` - `picture-elements` combined `service.domain` and `service.server` into `service`
- :mega: `entities` allow custom title just like `glance` - 📣 `entities` allow custom title just like `glance`
- :mega: `entity-filter` allow auto-hide if empty using `show_empty: false` - 📣 `entity-filter` allow auto-hide if empty using `show_empty: false`
- :wrench: Fix card size calculation `horizontal-stack`/`vertical-stack` - 🔧 Fix card size calculation `horizontal-stack`/`vertical-stack`
## Changes in 0.73.0b0 ## Changes in 0.73.0b0
- :mega: New feature to allow Lovelace to be default for `/` - 📣 New feature to allow Lovelace to be default for `/`
### Views ### Views
- :mega: Now views have deep-links: `/lovelace/3` will link to the tab with id `3` - 📣 Now views have deep-links: `/lovelace/3` will link to the tab with id `3`
- `name` renamed `title` to match cards setup - `name` renamed `title` to match cards setup
- `tab_icon` renamed `icon` for simplicity - `tab_icon` renamed `icon` for simplicity
### Cards ### Cards
- :mega: New card: `picture-elements` - 📣 New card: `picture-elements`
- :mega: New card: `column` - 📣 New card: `column`
- :mega: New card: `row` - 📣 New card: `row`
- :mega: `glance` allow custom title for entities - rename your entity only in this card - 📣 `glance` allow custom title for entities - rename your entity only in this card
- :mega: `entities` toggle button in header can now be hidden using `show_header_toggle: false` - 📣 `entities` toggle button in header can now be hidden using `show_header_toggle: false`
- `entity-picture` renamed `picture-entity` to be consistent with `picture-glance` - `entity-picture` renamed `picture-entity` to be consistent with `picture-glance`
- `entity-filter` removed `card_config` and made `card` property an object - `entity-filter` removed `card_config` and made `card` property an object
- :wrench: Fix use of groups in `picture-entity` - 🔧 Fix use of groups in `picture-entity`
- :wrench: Fix title in `glance` to avoid overlapping - 🔧 Fix title in `glance` to avoid overlapping
## Changes in 0.72.1 ## Changes in 0.72.1
### Cards ### Cards
- :beetle: Bug introduced in `glance` card - titles now overlap - 🐞 Bug introduced in `glance` card - titles now overlap
- :mega: New card: `iframe` - 📣 New card: `iframe`
## Changes in 0.72 ## Changes in 0.72
- Initial release of the Lovelace UI - Initial release of the Lovelace UI