Releases: custom-cards/bar-card
Releases · custom-cards/bar-card
3.1.0b0
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.
TODO
- visual editor
- tap action
- update version number
Breaking Changes
title
option renamed toname
forpositions
config option.- Removed
delay
fromanimation
config option. - Removed
entity_config
config option. - Removed
left
,down
,left-reverse
,right-reverse
,up-reverse
,down-reverse
options fromdirection
config option. bar-card-title
CSS element renamed tobar-card-name
.bar-card-minvalue
CSS element renamed tobar-card-min
.bar-card-maxvalue
CSS element renamed tobar-card-max
.bar-card-current
CSS element renamed tobar-card-currentbar
.
Updates
- Added visual editor. TODO
- Added
text
option toseverity
config option. - Animation is now CSS based instead of jQuery, which should improve performance.
Fixes
- Fixed icon display when no icon is defined.