Skip to content

Commit

Permalink
Update version (4.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
benct committed Nov 3, 2020
1 parent ff34555 commit 8b69adf
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 456 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
# Changelog
All notable changes to this project will be documented in this file.

## 4.0.0

This release includes a major refactoring of the codebase, but should not contain any (significant) breaking changes.
Please report any bugs or issues [here](https://github.com/benct/lovelace-multiple-entity-row/issues).

**Added:**
- Support showing `attribute` instead of state on main entity (#124)
- Support all standard HA `secondary_info` options (#113, #123)
- Support standard `image` option for entity row (#114)
- Support `hold_action` and `double_tap_action` (on entity row only) (#50)
- Prevent unnecessary re-rendering with `shouldUpdate` function (#125)
- Option `hide_unavailable` now also supports attributes (#119)
- Several external packages and tools to improve developer experience

**Changed:**
- Major refactoring and improvements of entire codebase
- Use `hui-generic-entity-row` to handle generic parts of row
- Move CSS and utility functions to separate files
- Replace some utility methods with equivalents from `custom-card-helpers`
- Simplify most configuration handling

**Removed:**
- Custom styles option on secondary info

## 3.5.1

**Fixed:**
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.5.1
- url: /local/multiple-entity-row.js?v=4.0.0
type: module
```
Expand Down Expand Up @@ -84,7 +84,7 @@ attribute value instead of the state value. `icon` lets you display an icon inst
| format | string | _[Formatting](#formatting)_ | Format entity value |
| tap_action | object | _[Actions](#actions)_ | Custom entity tap action |

_Note:_ `hold_action` and `double_tap_action` are currently not supported on additional entities.
Note that `hold_action` and `double_tap_action` are currently **not** supported on additional entities.

### Secondary Info

Expand Down
Loading

0 comments on commit 8b69adf

Please sign in to comment.