v4.3.1
✨ Daylight Calendar Card v4.3.1
🆕 New Features
-
Hide Entire Header (
hide_header)
Added an option to completely remove the header strip, creating a cleaner embedded or dashboard-style appearance. -
Priority-Based Day Styling (
day_styles)
Added per-field priority selection with deterministic tie-breaking for more predictableday_stylesbehavior when multiple rules match.
⚠️ Fixes / Behavior Changes
-
Day Badge Styling Fixes (
day_badges)
Scoped CSS variables to prevent badge-related layout issues, including unwanted header wrapping. -
Improved Styling Consistency
- More reliable rule resolution for overlapping
day_styles - Expanded test coverage for priority handling and layout stability
- More reliable rule resolution for overlapping
What's Changed
- Add
hide_headeroption to fully remove header strip by @superdingo101 in #320 - Per-field priority selection for day_styles with deterministic tie-break and tests by @superdingo101 in #322
- Scope day_badge CSS vars to prevent header wrapping (fix #321) by @superdingo101 in #323
Full Changelog: v4.3.0...v4.3.1