Calendar Card Pro v2.4.3
Bug fixes for edge cases. This release addresses several critical edge case bugs around the display of week separators and empty days, ensuring the calendar always behaves predictably in all configurations.
🐛 Bug Fixes
Fixed Week Separator Display
- Week/Month Separator Precedence - Corrected a bug where week separators weren't displaying when month boundaries coincided with week boundaries and the
month_separator_width
was set to '0px' - Proper Visual Hierarchy - Week separators now appear correctly when they should take precedence over invisible month separators
Improved Empty Days Handling
- Fixed Days_to_Show Behavior - Resolved an issue where the calendar would incorrectly skip empty days and show events from future days instead of properly displaying "No events" messages
- Consistent Empty State Display - Empty state message now consistently shows when there are no events within the configured time range
Related Issues
This release addresses community-reported issues:
- #160 - Fixed bug where the calendar would show future days' events instead of properly respecting the
days_to_show
parameter - #175 - Fixed week separators not showing when they coincide with month boundaries
How Has This Been Tested
Testing has been conducted across:
- Multiple calendar configurations with various
days_to_show
andstart_date
settings - Scenarios with only past events today but events tomorrow
- Calendars with month/week boundaries falling on the same day
- Various combinations of separator width settings
Full Changelog: v2.4.2...v2.4.3