Skip to content

Releases: gpbl/react-day-picker

v8.0.7

12 Jun 18:52
Compare
Choose a tag to compare

What's Changed

  • fixed: missing dropdown_year CSS class in YearsDropdown by @pwolfert in #1466
  • fixed: Maximum update depth exceeded when select the range date by @gpbl in #1470
  • website(chore): Upgrade docusaurus to beta 22 by @gpbl in #1469

New Contributors

Full Changelog: v8.0.6...v8.0.7

v8.0.6

05 Jun 20:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.5...v8.0.6

v8.0.5

15 May 15:17
Compare
Choose a tag to compare

What's Changed

  • fix(docs): typo in property name by @dzek69 in #1442
  • Use aria-disabled instead of disabled by @gpbl in #1451

New Contributors

Full Changelog: v8.0.4...v8.0.5

v8.0.4

14 Apr 12:22
Compare
Choose a tag to compare

What's Changed

  • Added src directory to the package for better source maps

Full Changelog: v8.0.3...v8.0.4

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