Rendered HTML now includes empty cells in grids when endMonth is set, and fixes the v9.11.2 regression where JSDOM tests could fail when focusing disabled days.
Possible low impact breaking change: The grid markup changed, so brittle snapshot tests or custom CSS that depended on the old structure may need updates. Adjust snapshots/CSS accordingly.
What's Changed
- fix: ensure final week renders when
endMonthclips the calendar by @gpbl in #2856 - fix: prevent selecting disabled focused days by @gpbl in #2860
Full Changelog: v9.11.2...v9.11.3