Calendar Card Pro v2.4.1
Edge case handling and visual refinement. This update addresses two specific user-reported issues to ensure your calendar card displays correctly in all scenarios.
→→→ All bug fixes are fully compatible with existing configurations, requiring no changes to your cards. ←←←
🐛 Bug Fixes
Fixed Empty Day Display Issue
Resolved a bug where days with no events were being skipped if:
- A specific
start_date
was configured - That date had no events
- The following day contained at least one event
Now the calendar correctly shows "No upcoming events" for the configured start date, rather than skipping ahead to the next day with events.
Improved Scrollbar Behavior
Enhanced the scrollbar handling to:
- Show vertical scrollbars only when hovering and content exceeds the container height
- Never show horizontal scrollbars regardless of content width
- Maintain consistent behavior across all major browsers (Chrome, Firefox, Safari, Edge)
Related Issues
This release addresses the following user-reported issues:
- #160 - Fixed bug where empty day was skipped when start_date is static and the following day has events
- #162 - Fixed horizontal scrollbar appearing when hovering over calendar
Full Changelog: v2.4.0...v2.4.1
Thank you to everyone who contributed bug reports that made this release possible!