Skip to content

Releases: kalkih/mini-graph-card

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)

v0.4.2

18 May 12:15
Compare
Choose a tag to compare

FIXED

  • Issues related to color_thresholds (#91, #92, #93)

v0.4.1

17 May 15:17
Compare
Choose a tag to compare

CHANGED

  • Changed/improved appearance of color thresholds
  • Color thresholds are now rendered vertically instead of horizontally (#90)

FIXED

  • Broken line color thresholds