Skip to content

Releases: RomRider/apexcharts-card

v1.2.0-dev.2

27 Jan 04:00
Compare
Choose a tag to compare
v1.2.0-dev.2 Pre-release
Pre-release

1.2.0-dev.2 (2021-01-27)

Features

  • cache: Invalidate cache on every new card version (#12) (b1799d9)
  • span: Add end as an option to end the graph at the end of the day, minute, etc... (#11) (1d0aca8)

Bug Fixes

  • colorize_states: Parameter was not applied (28bb2e2)
  • datalabels: Truncate floats to 1 digit after the decimal point (f5f744f)

v1.2.0-dev.1

27 Jan 00:59
Compare
Choose a tag to compare
v1.2.0-dev.1 Pre-release
Pre-release

1.2.0-dev.1 (2021-01-27)

Features

  • span: Display the graph from the start of the hour, day, month,… with an offset or not (#10) (bb6e88c)

v1.1.0

26 Jan 19:39
Compare
Choose a tag to compare

1.1.0 (2021-01-26)

⚠ BREAKING CHANGES

  • Replace hours_to_show with graph_span. Takes a time string instead of a number of hours.

Features

  • Replace hours_to_show with graph_span. Takes a time string instead of a number of hours. (e7ed408)
  • color: Define your own color option for each serie (#7) (3a15db2), closes #4
  • header: More header options and title support (#8) (2cbd769), closes #5
  • Add update_interval config option (357db9a), closes #2

Bug Fixes

  • tooltip: Values where following the selected point (0145ca2)
  • Error was not displayed if duration couldn't be parsed (2e2212f)
  • Name and units displayed (fe5526b)

Documentation

  • Add examples and fix documentation (c71b76a)
  • Fix typos and broken links (7789b8f)

Chores

  • changelog: Add doc and chores sections (58d7f5f)
  • release: 1.1.0-dev.1 [skip ci] (e15f7b9), closes #2
  • release: 1.1.0-dev.2 [skip ci] (f01afd7), closes #4 #5

v1.1.0-dev.2

26 Jan 19:11
Compare
Choose a tag to compare
v1.1.0-dev.2 Pre-release
Pre-release

1.1.0-dev.2 (2021-01-26)

⚠ BREAKING CHANGES

  • Replace hours_to_show with graph_span. Takes a time string instead of a number of hours.

Features

  • Replace hours_to_show with graph_span. Takes a time string instead of a number of hours. (e7ed408)
  • color: Define your own color option for each serie (#7) (3a15db2), closes #4
  • header: More header options and title support (#8) (2cbd769), closes #5

Bug Fixes

  • tooltip: Values where following the selected point (0145ca2)

v1.1.0-dev.1

25 Jan 23:16
Compare
Choose a tag to compare
v1.1.0-dev.1 Pre-release
Pre-release

1.1.0-dev.1 (2021-01-25)

Features

  • Add update_interval config option (357db9a), closes #2

Bug Fixes

  • Error was not displayed if duration couldn't be parsed (2e2212f)
  • Name and units displayed (fe5526b)

Documentation

  • Add examples and fix documentation (c71b76a)
  • Fix typos and broken links (7789b8f)

Chores

  • changelog: Add doc and chores sections (58d7f5f)

v1.0.2

25 Jan 17:47
Compare
Choose a tag to compare

1.0.2 (2021-01-25)

Bug Fixes

v1.0.1

25 Jan 15:35
Compare
Choose a tag to compare

1.0.1 (2021-01-25)

Bug Fixes

  • Not releasing file (e1dc473)
  • 1st color was not using transparency (77a9c8d)
  • legend: Change - to : between name and state (4e3cdc6)
  • Last computed history data shouldn't be null (ec875d5)
  • axis: X and Y Axis Tooltip color matches theme (fb717ef)
  • build: Missing dependancy (7d7d637)
  • build: Remove comments from build (268ef77)
  • graph: Loading message didn't appear (ce3c45c)
  • graph: Not displaying the latest state in graph (280e328)
  • tooltip: Use colors from the theme (5c263f1)

Features

  • Add delta and median function (4a77e55)
  • Better cache handling (#1) (804415f)
  • group_by: Add more functions and fix buckets (c7324e0)
  • Add spinner while data is loading (39d4b8e)
  • Display warning if sensor doesn't exist (a69df3d)
  • Floating header (1eccee8)
  • Initial support for aggregating data (13dfd89)
  • Show value in legend (869a7f8)
  • Support for all ApexCharts options (03efa8d)
  • Support for header (c5a8ee2)
  • card: Support for pre-defined layouts (c5987f8)
  • graph: Extends graph's last value to the current time (bfe64c5)