fix(deps): update dependency react-datepicker to v9 #2782
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:
^8.10.0→^9.0.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Hacker0x01/react-datepicker (react-datepicker)
v9.1.0: 9.1.0Compare Source
Highlights
This release includes important bug fixes, TypeScript improvements, and a new feature. Most notably, it restores date parsing behavior that was accidentally removed in v8.0.0.
New Feature
Allow onClickOutside to prevent calendar from closing (#6179)
The onClickOutside callback can now prevent the calendar from closing by calling event.preventDefault(). This is useful when using custom portal-based dropdowns in the calendar header.
Full Changelog
What's Changed
New Contributors
Full Changelog: Hacker0x01/react-datepicker@v9.0.0...v9.1.0
v9.0.0: 🎄 React Datepicker v9.0.0 - Holiday Release 🎁Compare Source
🌟 Major New Features
🌍 Timezone Support (Finally!)
The most requested feature is here! Add the timeZone prop to display and handle dates in any timezone. Works with date-fns-tz as an optional peer dependency.
<DatePicker timeZone="America/New_York" />⏰ Time Selection with Date Ranges
showTimeSelectandshowTimeInputnow work beautifully with selectsRange! Select time for both start and end dates independently. 🎉🎁 New Props Under the Tree
popperTargetRef- Custom popper positioning for advanced layoutsmonthHeaderPosition- Control month header placement (top, middle, bottom)renderCustomDayName- Customize weekday header renderingformatMultipleDates- Custom formatting for multi-select datesaria-label- Better accessibility support🔧 Bug Fixes & Improvements
🛠️ Under the Hood
💫 Happy Holidays!
Thank you to all contributors who made this release possible! May your dates always be in the right timezone! 🎅🎄
What's Changed
New Contributors
Full Changelog: Hacker0x01/react-datepicker@v8.10.0...v9.0.0
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone America/New_York, Automerge - At any time (no schedule defined).
🚦 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.