Changelog
v8.0.5
- changed: use
aria-disabled
instead ofdisabled
attribute in buttons (#1451) - fixed: focus navigation breaks with disabled days (#1451)
v8.0.4
- changed: add src directory to the package for better source maps
v8.0.3
- fix:
toMonth
prop to include the full month (#1429) - changed: better date-fns import should improve tree-shaking (#1436)
- changed: removed
browser
entry inpackage.json
(#1436)
v8.0.2
- new: added
weekStartsOn
prop (#1422) - new: split the
Caption
components intoCaptionDropdowns
andCaptionNavigation
components. This change should make easier to customize the caption. (#1426)
v8.0.1
- changed: added React 18 to the peer dependencies
v8.0
This version introduces breaking changes and it is mostly incompatible with v7. See the redesigned website for more details.
Notable changes
- native TypeScript support
- selection modes: single, multiple, range
- added date-fns library as peer dependecy
- replaced
DayPickerInput
component withuseInput
hook - improved ARIA support
See also: ➡️ Upgrading from v7.
Older changelog
See /v7/CHANGELOG.md for the changelog of versions before 8.