| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-11-29 | 714 Bytes | |
| v9.11.3 source code.tar.gz | 2025-11-29 | 1.8 MB | |
| v9.11.3 source code.zip | 2025-11-29 | 2.1 MB | |
| Totals: 3 Items | 4.0 MB | 0 | |
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 https://github.com/gpbl/react-day-picker/pull/2856 - fix: prevent selecting disabled focused days by @gpbl in https://github.com/gpbl/react-day-picker/pull/2860
Full Changelog: https://github.com/gpbl/react-day-picker/compare/v9.11.2...v9.11.3