Download Latest Version v9.14.0 source code.tar.gz (1.8 MB)
Email in envelope

Get an email when there's a new version of React DayPicker

Home / v9.14.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-02-26 1.4 kB
v9.14.0 source code.tar.gz 2026-02-26 1.8 MB
v9.14.0 source code.zip 2026-02-26 2.3 MB
Totals: 3 Items   4.1 MB 1

This release introduces a new resetOnSelect prop and adds support for the Hijri calendar.

Resetting Selections in Range Mode

When in range selection mode, use the new resetOnSelect prop to start a new range when a full range is already selected.

Hijri Calendar

To use the Hijri (Umm al-Qura) calendar, import DayPicker from react-day-picker/hijri:

:::tsx
import { DayPicker } from "react-day-picker/hijri";

export function HijriCalendar() {
  return <DayPicker />;
}

Read more in the documentation and play with it in playground.

What's Changed

New Contributors

Full Changelog: https://github.com/gpbl/react-day-picker/compare/v9.13.2...v9.14.0

Source: README.md, updated 2026-02-26