Releases: kalkih/mini-graph-card
Releases · kalkih/mini-graph-card
v0.9.0-beta
ADDED
- Option to enable/disable caching (#212)
- Option to override default more-info entity (#202)
- Missing option parameter
url
to tap action docs
FIXED
- Graphs not updating in time resulting in inconsistent x/y axis relation #194 #200 (#214)
- Graphs not updating in sync resulting in inconsistent x/y axis relation #194 #200 (#214)
- Missing and invalid/malformed graph data caused by caching #193 (#213)
- Fixed invalid rendering of bars when hiding certain entities
- Fill not showing when line is hidden & animate option is enabled
v0.8.2
v0.8.1
v0.8.0
Big thanks to @maxwroc for the great contributions!
ADDED
- Grouping by date (#78) (#165)- (@maxwroc)
- Grouping by hour (#172)
- Point calculation / aggregation functions (max, min, avg) (#78) (#165) - (@maxwroc)
- Smoothing setting (#170) - (@maxwroc)
- Rendering non-numeric sensor states e.g. binary sensors (#63) (#170) - (@maxwroc)
FIXED
v0.7.0
BREAKING CHANGE
Dropped support for custom_updater, if you relied on custom_updater, consider switching to HACS.
ADDED
- Custom tap/click action option
tap_action
(#94) - More default colors (#149) - (@SNoof85)
- Default icons for more device classes (
pressure
,power
&signal_strength
) (#155) - Option
url
to available tap actions (#160) (#164)
CHANGED
- Color threshold gradient is now also applied to graph fill (vertically) (#112) (#152)
- Current state unit of measurement no longer wraps to the next line and is instead truncated with ellipsis if space is limited
FIXED
v0.6.0
ADDED
- Option
fixed_value
to graph only the current state of an entity (#128) - (@snarky-snark) - Average display option, similar to extrema (#135) - (@TheLastProject)
- Ability to press entity state for more info popup (#136) - (@jbalague)
FIXED
- Invalid bar width when hiding entities (bar graph) (#124) - (@caphm)
- Fixed issue with color threshold when graph upper bound equaled graph lower bound (@michaelblight)
- Fixed invalid graph bounds when graph includes hidden entities (#130) - (@michaelblight)
- Pressing graph entries should now properly trigger the more-info popup
- Broken image link in README
v0.5.0
ADDED
- Compression of cached data (#98) - (@bramkragten)
- Added 'mcg-title-letter-spacing' theme variable (#111)
- Added
show_graph
option to entities, to show state but hide from graph (#82) - Added
show_fill
option to entities (@michaelblight) - Added
show_line
option to entities (#116) - (@michaelblight) - Added
show_points
option to entities (#116) - (@michaelblight) - Added
show_legend
option to entities (#116) - (@michaelblight) - Added support for a secondary y-axis (#116, #113) - (@michaelblight)
CHANGED
- Optimized caching (#98) - (@bramkragten)
- Line point fill is now based on theme variable
primary-background-color
instead ofpaper-card-background-color
- Removed letter-spacing from title (#111)
v0.4.3
BREAKING CHANGES
- Color thresholds now only support colors specified in hex format
ADDED
- Color threshold transition option,
color_thresholds_transition
(yeah...very long name) (#91) - Added hover effect to legend to highlight entity and display current entity state
- Purging of old cached history (#96) - (@bramkragten)
CHANGED
- Interpolate fill, name & icon color based on color thresholds
- Redesign of line point hover (#99)
- Moved to localForage for caching (#96) - (@bramkragten)
FIXED
- Center state misalignment
- Interpolate color for out of bound thresholds (#91)
- Error when localStorage quota was exceeded (#95, #97)
- Empty graph when color thresholds wasn't being used (#92)
- Invisible graph lines when color thresholds where out of bounds (#91, #92)
- Invalid rendering of color thresholds when lower bound wasn't at zero (#91, #92)