Update dependency react-day-picker to v10#32
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
ce001d3 to
5ae21d1
Compare
5ae21d1 to
3385ee4
Compare
3385ee4 to
95ccfc4
Compare
95ccfc4 to
9851a55
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.11.3→10.0.1Release Notes
gpbl/react-day-picker (react-day-picker)
v10.0.1Compare Source
Release date: 2026-05-12
This patch release fixes inline styles for component slots and adds
@types/reactas an optional peer dependency for strict package managers.What's Changed
@types/reactas an optional peer dependency by @mrmckeb in #2997v10.0.0Compare Source
Release date: 2026-05-08
This major release introduces the
@daypicker/reactpackage name, publishes calendar add-on packages under the@daypicker/*scope, and removes public APIs that were deprecated in v9.Upgrading to v10
Upgrading from v9 should be straightforward if your app does not use any deprecated APIs. See the upgrading guide for details. If you use one of the non-Gregorian calendars, such as Persian, Hebrew, Buddhist, Ethiopic, or Hijri, install the corresponding calendar add-on package alongside DayPicker.
Package Name
For new projects, prefer the
@daypicker/reactpackage:The
react-day-pickerpackage remains available for compatibility and exposes the same DayPicker API in v10.Calendar Packages
Calendar add-on packages are now published under the
@daypicker/*scope. Install the add-on package for the calendar you need alongside@daypicker/react. For example, to use the Persian calendar:Breaking Changes
fromDate,toDate,fromMonth,toMonth,fromYear,toYear,initialFocus.onWeekNumberClick,onDayKeyUp,onDayKeyPress,onDayPointerEnter,onDayPointerLeave,onDayTouchCancel,onDayTouchEnd,onDayTouchMove,onDayTouchStart.types/deprecated.formatMonthCaption,formatYearCaption,labelDay,labelCaption,isMatch,isDateInRange.components.Buttoncustomization entry.DeprecatedUIcompatibility typing forclassNamesandstyles.FormatOptions,LabelOptions,dateLib, andDateLib.Date.react-day-picker/jalalisubpath. Usereact-day-picker/persian.What's Changed
@daypicker/reactas the preferred package name by @gpbl in #2970@daypicker/*scopeamETlocale export to@daypicker/ethiopicby @gpbl in #2968v9.14.0Compare Source
Release date: 2026-02-26
This release introduces a new
resetOnSelectprop and adds support for the Hijri calendar.Resetting Selections in Range Mode
When in range selection mode, use the
resetOnSelectprop to start a new range when a full range is already selected.Hijri Calendar
To use the Hijri (Umm al-Qura) calendar, import
DayPickerfromreact-day-picker/hijri:Read more in the documentation and play with it in playground.
What's Changed
resetOnSelectprop to reset date range when selecting date with completed range by @rodgobbi in #2906langprop toDayPickerroot element by @gpbl in #2907v9.13.2Compare Source
Release date: 2026-02-10
This release fixes the
style.csstype declaration export and corrects labels for Northern Sami (se) and Japanese Hiragana (ja-Hira) locales.What's Changed
style.cssexport by @NotNestor in #2897se) and Japanese Hiragana (ja-Hira) labels by @gpbl in #2898v9.13.1Compare Source
Persian calendar improvements.
What's Changed
New Contributors
Full Changelog: gpbl/react-day-picker@v9.13.0...v9.13.1
v9.13.0Compare Source
Release date: 2025-12-18
This release introduces an experimental
noonSafeprop to help deal with historical time zones with second offsets. See /localization/setting-time-zone#noonsafe for more details.What's Changed
noonSafeprop for timezone offsets by @gpbl in #2879v9.12.0Compare Source
Release date: 2025-12-06
This release adds translated labels to built-in locales and fixes issues with array modifiers and the Hebrew calendar.
Translated Locales
DayPicker locales now ship with localized labels (e.g., “Go to next month”, “Today”), so you no longer need to supply them via
labels. To use a locale:If you previously set the
labelsprop for translations, you can remove it. For details on switching locales, see the localization guide.What's Changed
Date[]modifiers by day by @gpbl in #2865Configuration
📅 Schedule: (in timezone Asia/Jerusalem)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.