Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-05 | 905 Bytes | |
v9.8.0 source code.tar.gz | 2025-07-05 | 1.8 MB | |
v9.8.0 source code.zip | 2025-07-05 | 2.1 MB | |
Totals: 3 Items | 3.9 MB | 4 |
DayPicker 9.8 includes better keyboard navigation and resolves edge cases with month and year rendering.
What's Changed
- feat(accessibility): enable Shift+Arrows to navigate between months/years by @mhwice in https://github.com/gpbl/react-day-picker/pull/2770
- fix: setting
defaultMonth
to the next year with the dropdown navigation layout no longer prevents the calendar from rendering by @rodgobbi in https://github.com/gpbl/react-day-picker/pull/2783 - fix: correctly display the number of months when
numberOfMonths
andendMonth
are set by @gpbl in https://github.com/gpbl/react-day-picker/pull/2784
New Contributors
- @mhwice made their first contribution in https://github.com/gpbl/react-day-picker/pull/2770
Full Changelog: https://github.com/gpbl/react-day-picker/compare/v9.7.0...v9.8.0