Skip to content

Releases: custom-cards/bar-card

3.2.0

12 Aug 23:34
Compare
Choose a tag to compare

Updates

  • Added complimentary config option. #103

3.1.7

01 Aug 14:36
109e2da
Compare
Choose a tag to compare

Fixes

  • Fixed missing index map error.

3.1.6

02 May 13:25
Compare
Choose a tag to compare

Fixes

  • Fixed bar spacing when used inside a horizontal stack.

3.1.5

01 May 20:27
Compare
Choose a tag to compare

Fixes

  • Fixed visual editor initial card setup.

3.1.4

30 Apr 14:06
Compare
Choose a tag to compare

Fixes

  • Added card size output.
  • Fixed vertical stack config option.

3.1.3

29 Apr 12:24
Compare
Choose a tag to compare

Fixes

  • height now sets bar height instead of card height.
  • Visual Editor entity selection temporarily replaced with text input instead of drop-down to fix performance issues.
  • Removed card shadow when entity_row option is enabled.

3.1.2

27 Apr 13:52
Compare
Choose a tag to compare

Updates

  • Added icon option to severity config option.
  • Added hide option to severity config option.

Fixes

  • Fixed custom CSS assignment to elements.
  • Card now scales to largest element when used inside horizontal-stack.

3.1.1

26 Apr 14:28
Compare
Choose a tag to compare

Fixes

  • Fixed margins to match default HA cards.

3.1.0

25 Apr 01:19
Compare
Choose a tag to compare

This update is yet another complete re-write of the card using the custom card boilerplate template, with the added benefit of a visual editor! While the overall config of the card hasn't changed much, there might still be some bugs due to the refactor.

Breaking Changes

  • Card now needs to be loaded as a module resource instead of js.
  • title option renamed to name for positions config option.
  • Removed delay from animation config option.
  • Removed entity_config config option.
  • Removed left, down, left-reverse, right-reverse, up-reverse, down-reverse options from direction config option.
  • Tap actions replaced with Home Assistant tap actions. See https://www.home-assistant.io/lovelace/actions/.
  • bar-card-title CSS element renamed to bar-card-name.
  • bar-card-minvalue CSS element renamed to bar-card-min.
  • bar-card-maxvalue CSS element renamed to bar-card-max.
  • bar-card-current CSS element renamed to bar-card-currentbar.

Updates

  • Added visual editor.
  • Added text option to severity config option.
  • Animation is now CSS based instead of jQuery, which should improve performance.

Fixes

  • Fixed icon display when no icon is defined.

3.1.0b1

20 Apr 20:46
Compare
Choose a tag to compare
3.1.0b1 Pre-release
Pre-release

Updates

  • Added visual editor features.