Skip to content

v4.10.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 00:19
· 84 commits to main since this release
af46873

✨ Daylight Calendar Card v4.10.0

Important

Were you using this card before the rename from Skylight Calendar Card?

Please check Settings → Dashboards → Resources and remove any old Skylight resource:

/hacsfiles/skylight-calendar-card/skylight-calendar-card.js

Keep only the current Daylight resource:

/hacsfiles/daylight-calendar-card/skylight-calendar-card.js

The filename is still skylight-calendar-card.js; the folder should be daylight-calendar-card.

Stale resources can make new features appear missing or broken even when HACS shows the latest version. See the troubleshooting guide:
https://docs.daylightcalendar.com/troubleshooting#updated-to-the-latest-version-but-still-seeing-old-behavior

🆕 New Features

  • Custom Neutral Background for Combined Events (combine_events.background_color)

    • Added support for specifying a custom neutral background color when using combined events.
    • Allows combined events to better match your dashboard theme while maintaining calendar color indicators.
  • Configurable Week Number Prefix (week_number_prefix)

    • Customize the text displayed before month-view week numbers (for example, W, Week, or a localized prefix).
    • Also resolves incorrect Dutch week labels.

⚠️ Fixes / Behavior Changes

  • Recurring Event Fixes

    • Fixed an issue where recurring event weekdays were not always evaluated correctly.
  • Event Modal Improvements

    • Fixed button overflow in the event details modal on smaller displays.
  • Header Layout Improvements

    • Eliminated unnecessary header spacing when the calendar title is left blank, allowing cleaner minimalist layouts.

📚 Documentation Improvements

  • Added documentation for:
    • week_number_prefix
    • Blank title behavior

🙌 New Contributors

  • Thanks to @ajbw for adding customizable neutral background colors for combined events!
  • Thanks to @MKPmncoder for fixing recurring event handling and event modal layout issues!

🔗 Full Changelog

v4.9.1...v4.10.0