Release 0.6.0
Automated heading color
Based on the color you set as background the card will automatically use a dark or light text color to provide good enough contrast. For now this just supports hex colors but at least rgb should be ok to add later.
Updated CSS vars for theming
The CSS theming support is fixed and new CSS var names are now used.
Alignment bug when setting entity size fixed
See #35
All changes
- Update all the deps (fa2195d)
- Update CSS theming var names and docs (54ae53b)
- Merge pull request #35 from snjoetw/master (6df897e)
- Attempt CI via actions (a1761b6)
-
- fixed misalignment when row_size is 3 and entity size is 2 (95ce927)
- Bump dev dependencies (39d9e7f)
- Also minify tagged template literals and shave of a few more bytes (00bd959)
- Automatically pick readable heading color (light or dark) based on background color (b474ef0)
- Remove custom_updater instructions (4d98699)