Skip to content

Releases: kalkih/mini-graph-card

v0.9.0-beta

01 Dec 00:38
Compare
Choose a tag to compare
v0.9.0-beta Pre-release
Pre-release

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

27 Oct 22:49
Compare
Choose a tag to compare

ADDED

  • Support for config updates after initial render (e.g. card editor & lovelace-auto-entities) #184 (#185)
  • Theme variable for title font weight
  • Theme variable for title font letter-spacing
  • Entity option show_graph to docs
  • Short tooltip time reveal transition

FIXED

  • Invalid rendering when group by date missed data for complete date(s) #183 (#187)
  • Rendering of additional bars in one bar graphs (#186)
  • Increased default font weight of title to 500 from 400
  • Non-numeric states cut off at the bottom

v0.8.1

21 Oct 20:50
Compare
Choose a tag to compare

FIXED

  • Reduced minimum bar height (#178)
  • Parse commas in state (#177)

v0.8.0

20 Oct 18:15
Compare
Choose a tag to compare

Big thanks to @maxwroc for the great contributions!

ADDED

FIXED

  • Rendering initial cached state (#117) (#170) - (@maxwroc)
  • Color threshold line with custom bounds (#166) (#174)
  • Clipping of graph points at Y-axis extrema
  • Graph margins & jumpy/jerky movements in certain browsers
  • Threshold color when state is below minimum provided threshold stop

v0.7.0

05 Oct 13:40
Compare
Choose a tag to compare

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

  • Stop extrema/average info container from rendering if unused, eliminates unwanted padding
  • Invalid legend entry color when color thresholds (#151)
  • Invalid graph fill color when color thresholds (#146)
  • Preserve aspect ratio of legend indicators (#142)
  • README layout and formatting (#162) - (@danstis)

v0.6.0

19 Aug 12:18
Compare
Choose a tag to compare

ADDED

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

12 Jul 12:29
Compare
Choose a tag to compare

ADDED

CHANGED

  • Optimized caching (#98) - (@bramkragten)
  • Line point fill is now based on theme variable primary-background-color instead of paper-card-background-color
  • Removed letter-spacing from title (#111)

v0.4.3

30 May 14:43
Compare
Choose a tag to compare

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)

v0.4.3-beta2

24 May 23:15
0c5072f
Compare
Choose a tag to compare
v0.4.3-beta2 Pre-release
Pre-release

BREAKING CHANGE

  • color_thresholds now only support colors specified by hex format

CHANGED

  • Redesign of line point hover (#99)
  • Moved to localForage for caching (#96) - (@bramkragten)

FIXED

  • Interpolate color for out of bound thresholds (#91)
  • Error when localStorage quota was exceeded (#95, #97)

v0.4.3-beta

20 May 20:19
Compare
Choose a tag to compare
v0.4.3-beta Pre-release
Pre-release

FIXED

  • 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)