fix(deps): update dependency react-datepicker to v9#2782
fix(deps): update dependency react-datepicker to v9#2782renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2782 +/- ##
=========================================
Coverage ? 95.57%
=========================================
Files ? 1366
Lines ? 31507
Branches ? 7119
=========================================
Hits ? 30113
Misses ? 1344
Partials ? 50 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
dc34bd5 to
5310499
Compare
|
This version of the dependency results in a webpack warning showing up in the build: Hacker0x01/react-datepicker#6181 I'm going to wait until that's fixed before we merge this. |
1c198f7 to
3a29311
Compare
5dad3e0 to
a10e47b
Compare
799ae5b to
fa0b091
Compare
c04e88e to
64c184e
Compare
e44e690 to
69c43d6
Compare
a934534 to
df1db02
Compare
|
This version of the dependency results in a webpack warning showing up in the build: Hacker0x01/react-datepicker#6181 I'm going to wait until that's fixed before we merge this. |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
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.