Releases: thomasloven/lovelace-card-mod
Slightly breaking
The rather new --icon
and --icon-color
css variables have been renamed to --card-mod-icon
and --card-mod-icon-color
respectively.
This should avoid collisions with names in themes.
A bit of speed improvements.
3.0.9 A bit of speed improvements.
Finally get rid of flashing cards?
Release notes for 3.0.0
So many nice new things!
- More stable
- Faster
- Less memory hungry
- Styling of picture-elements
- Theme styling of sidebar
- Changing icons and icon color
- GUI support
To access the new cool features, you need to replace
style:
... stuff here ...
with
card_mod:
style:
... stuff here ...
Just style
should still mostly work, but you won't get the new features.
Detailed behavior may be slightly different in some edge cases.
Read the readme.
Better theme handling
Release notes for 3.0.0
So many nice new things!
- More stable
- Faster
- Less memory hungry
- Styling of picture-elements
- Theme styling of sidebar
- Changing icons and icon color
- GUI support
To access the new cool features, you need to replace
style:
... stuff here ...
with
card_mod:
style:
... stuff here ...
Just style
should still mostly work, but you won't get the new features.
Detailed behavior may be slightly different in some edge cases.
Read the readme.
Fix redrawing issues
Should reduce flashing cards.
Fix mod-card functionality (try not to use it, though)
3.0.5 Fix mod-card. Fix #109
Reduce style flashing
3.0.4 Reduce style flashing
Improve DOM nagivation
3.0.3 Better update on parent update
Bugfix
- Allow styles from cards and rows to combine again.
Work better with custom-button-card
So many nice new things!
- More stable
- Faster
- Less memory hungry
- Styling of picture-elements
- Theme styling of sidebar
- Changing icons and icon color
- GUI support
To access the new cool features, you need to replace
style:
... stuff here ...
with
card_mod:
style:
... stuff here ...
Just style
should still mostly work, but you won't get the new features.
Detailed behavior may be slightly different in some edge cases.
Read the readme.