Releases: MindFreeze/ha-sankey-chart
Releases · MindFreeze/ha-sankey-chart
v3.0.1
v3.0.0
3.0.0 (2024-04-25)
⚠ BREAKING CHANGES
passthrough
entities no longer usechildren
and just connect to the next entity with the same id- #109:
min_box_height
has been renamed tomin_box_size
- #109: section
min_width
now only accepts numbers representing the width in pixels - deprecated
remaining: true
option has been removed substract_entities
has been removed. Correct spelling issubtract_entities
Features
- #109: vertical layout (#167). Layout is set to 'auto' by default (61a481a)
passthrough
entities no longer usechildren
and just connect to the next entity with the same id (094ac46)- single entities are now centered instead of at the top (0bb5cd1)
Bug Fixes
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2024-04-15)
This release contains just fixes but it is a major version bump because there is a small breaking change in color behaviour
⚠ BREAKING CHANGES
- Fix state base coloring by allowing three-state display: state value below limit, state value equals limit and state value above limit. This changes the previous behaviour when the state matches
color_limit
exactly