Releases: dylandoamaral/uptime-card
Releases · dylandoamaral/uptime-card
Release v0.4.0
✨ Add
- Add color thresholds #59
- Modify icon rendering to support image #60
- Add blink #61
Release v0.3.1
🔧 Fix
- Add cursor pointer for any tap action #54
Release v0.3.0
⚠️ Breaking change: url
option is replaced by url_path
to be consistent with other cards.
✨ Add
- Add new click possibilities #51 ->
navigate
, toggle
, call-service
and fire-dom-event
.
🔧 Fix
- Limit click to information only #47
- Add clipping for title and status #48
Release v0.2.0
✨ Add
- Make card clickable #38, #40
- Add alignment #41
- Add
ko_icon
option for ko state only #42
🔧 Fix
- Refactor readme, examples and fix bar offset #43
Release v0.1.0
✨ Add
- Add tooltip #31
- Add template based status #33
🔧 Fix
- Fix editor resetting severity and boolean #30
- Fix README structure #35 @agneevX
Release v0.0.3
⚠️ Breaking change: adaptative colors are fixed and set to false now, you should set title_adaptive_color
, status_adaptive_color
or icon_adaptive_color
to true to reproduce the old behavior.
✨ Add
- Infer state type for binary sensors #19
🔧 Fix
- Fix adaptive default value #11
- Fix undefined API response from hass error #15
- Make card less theme dependent #16
- Remove binary sensor filter in editor #21
- Fix default cache undefined #23
- Fetch data from HA API immediately after creation #24
Release v0.0.2
✨ Add
- Add Adaptive color #6
- Add show.average and average_text option #3
🔧 Fix
- Improve codebase #10
- Improve editor #9
Release v0.0.1
✨ Add
- Uptime card
- Editor system