Skip to content

Releases: gpbl/react-day-picker

v8.0.3

07 Apr 17:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.2...v8.0.3

v8.0.2

03 Apr 14:59
Compare
Choose a tag to compare
  • new: added weekStartsOn prop (#1422)
  • new: split the Caption components into CaptionDropdowns and CaptionNavigation components (#1426)
    • this change should make easier to customize the caption

v8.0.1

31 Mar 12:10
Compare
Choose a tag to compare
  • Added React 18 to the peer dependencies

v8.0.0

26 Mar 22:47
Compare
Choose a tag to compare

This version Introduces mayor breaking changes and is mostly incompatible with v7.

Head over the redesigned website at https://react-day-picker.js.org for more details.

Notable changes

  • added date-fns library as peer dependency
  • native TypeScript support
  • selection modes: single, multiple, range
  • improved ARIA support
  • replaced DayPickerInput component with useInput hook
  • new and redesigned props

See also: https://react-day-picker.js.org/guides/upgrading