v3.7.0
✨ Skylight Calendar Card v3.7.0
🆕 New Features
-
Spanish Localization (
language)
Added Spanish language support for the card UI. -
Agenda View Enhancements
- Hide empty days in agenda view (
hide_empty_days) - Compact agenda layout option (
agenda_compact_events) - Improved render behavior with preserved scroll position
- Hide empty days in agenda view (
-
Per-Calendar Header Badge Control (
hide_badge_namesenhancement)
Option to selectively hide header badges on a per-calendar basis. -
Virtual Calendar Support (
virtual_calendars)
Support for virtual calendars with corresponding header badges and event handling. -
Extended Day Styling Conditions (
day_styles)
Added support for negated conditions (e.g.,!has_event) for more flexible day styling rules.
⚠️ Fixes / Behavior Changes
-
Time Formatting Consistency
Unified time formatting across all views with proper locale fallback. -
Fixed compact height gap at the bottom of the calendar card (
compact_height)
New Contributors
What's Changed
- Add Spanish localization for calendar card by @Yllelder in #233
- Preserve agenda scroll position across renders and add render control for event loads by @superdingo101 in #237
- Add
hide_empty_daysoption for agenda view by @superdingo101 in #238 - Add
agenda_compact_eventsoption with compact agenda layout and editor control by @superdingo101 in #239 - Unify time formatting with locale fallback across calendar views by @superdingo101 in #244
- Support negated day_styles condition
!has_eventby @superdingo101 in #245 - Add configurable per-calendar header badge hiding by @superdingo101 in #247
- Fix compact-height gap at bottom of calendar card by @superdingo101 in #249
- Add virtual calendar badges and virtual calendar handling by @superdingo101 in #248
Full Changelog: v3.6.0...v3.7.0