Skip to content

Releases: kalkih/mini-graph-card

v0.11.0-dev.4

17 Feb 22:31
Compare
Choose a tag to compare
v0.11.0-dev.4 Pre-release
Pre-release

0.11.0-dev.4 (2021-02-17)

Bug Fixes

v0.11.0-dev.3

14 Feb 19:04
Compare
Choose a tag to compare
v0.11.0-dev.3 Pre-release
Pre-release

0.11.0-dev.3 (2021-02-14)

Features

v0.11.0-dev.2

20 Jan 12:53
Compare
Choose a tag to compare
v0.11.0-dev.2 Pre-release
Pre-release

0.11.0-dev.2 (2021-01-20)

Bug Fixes

  • display a warning if entity is not available (#545) (38eddd0), closes #487
  • Fix undefined variable introduced by #545 (d566b1b)
  • log: color_thresholds render incorectly with logaritmic on (#542) (5ab70dc), closes #531

Features

  • graph: Add median aggregate function (#521) (e5b3c19)

v0.11.0-dev.1

17 Jan 19:53
Compare
Choose a tag to compare
v0.11.0-dev.1 Pre-release
Pre-release

0.11.0-dev.1 (2021-01-17)

Bug Fixes

  • icon will properly follow entity's device_class [#484] (738a492)
  • Time would sometime display 24:xx instead of 00:xx [#536] (981fd91)

Features

v0.10.0

06 Jan 17:27
Compare
Choose a tag to compare

✨ NEW

🔨 FIXED

📝 DOCUMENTATION

v0.9.4

03 Jul 20:48
Compare
Choose a tag to compare

✨ NEW

🔨 FIXED

v0.9.3

23 Feb 21:05
Compare
Choose a tag to compare

FIXED

v0.9.2

08 Feb 13:14
Compare
Choose a tag to compare

ADDED

  • Added sum aggregate function #257

FIXED

  • Fixed graph not rendering if the same entity is used multiple times in a config #263

v0.9.1

29 Jan 19:38
Compare
Choose a tag to compare

FIXED

  • Fixed broken extrema

v0.9.0

29 Jan 15:18
Compare
Choose a tag to compare

ADDED

  • New aggregate functions first & last #229 (#241)
  • New bar spacing option #221 (#242)
  • Added log of card version to the browser console
  • Option to enable/disable caching (#212)
  • Option to override default more-info entity (#202)
  • Added missing option parameter url to tap action docs

FIXED

  • Graph date not calculated correctly around midnight in certain configurations (#253)
  • Improved handling of out of bound history entries (#251)
  • Initial graph entry not always correct (#251)
  • Graph missing latest history entry after entity update (#250)
  • Changes to min, max, avg not updating properly #248 (#249)
  • Prevent tooltip from triggering multiple times on legend hover
  • Fixed broken babel build (developers)
  • 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