fix(deps): update dependency react-datepicker to v9 #279
No reviewers
Labels
No labels
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
feeldata/feeldata.app!279
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/react-datepicker-9.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^7.0.0 || ^8.0.0→^7.0.0 || ^8.0.0 || ^9.0.0Release 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: https://github.com/Hacker0x01/react-datepicker/compare/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: https://github.com/Hacker0x01/react-datepicker/compare/v8.10.0...v9.0.0
v8.10.0: 8.10.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/Hacker0x01/react-datepicker/compare/v8.9.0...v8.10.0
v8.9.0: 8.9.0Compare Source
What's Changed
CalendarComponentcomponent with correct accessibility attrs by @ilchenkoArtem in #6008New Contributors
Full Changelog: https://github.com/Hacker0x01/react-datepicker/compare/v8.8.0...v8.9.0
v8.8.0: 8.8.0Compare Source
What's Changed
Major overhaul to the Docs site with new Typscript examples
Other changes
selectionMetaparam to the onChangeRaw event call - to give additional details about the selected date by @balajis-qb in #5858New Contributors
Full Changelog: https://github.com/Hacker0x01/react-datepicker/compare/v8.7.0...v8.8.0
v8.7.0: 8.7.0Compare Source
What's Changed
Full Changelog: https://github.com/Hacker0x01/react-datepicker/compare/v8.6.0...v8.7.0
v8.6.0: 8.6.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/Hacker0x01/react-datepicker/compare/v8.5.0...v8.6.0
v8.5.0: 8.5.0Compare Source
What's Changed
startDatevariable in the example code to theselectedDateto improve clarity and better reflect it's purpose by @balajis-qb in #5501visibleYearsRangein therenderCustomHeaderof the YearPicker by @balajis-qb in #5687New Contributors
Full Changelog: https://github.com/Hacker0x01/react-datepicker/compare/v8.4.0...v8.5.0
v8.4.0: 8.4.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/Hacker0x01/react-datepicker/compare/v8.3.0...v8.4.0
v8.3.0: 8.3.0Compare Source
What's Changed
--selectedclass for the YearPicker when theselectsMultipleis enabled by @balajis-qb in #5524Full Changelog: https://github.com/Hacker0x01/react-datepicker/compare/v8.2.1...v8.3.0
Configuration
📅 Schedule: (UTC)
* * * * *)🚦 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 has been generated by Mend Renovate.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
File name: package-lock.json
op1st Pipelines as Code/on-pull-request-tzvnl is running.
Starting Pipelinerun on-pull-request-tzvnl in namespace feeldata-dev
You can monitor the execution using the op1st Pipelines as Code PipelineRun viewer or through the command line by
using the tkn CLI with the following command:
tkn pr logs -n feeldata-dev on-pull-request-tzvnl -fop1st Pipelines as Code/on-pull-request-tzvnl has failed.
Task Statuses:
fetch-source-repository
unit-tests
Failure snippet:
task unit-tests has the status "Failed":op1st Pipelines as Code/on-pull-request-kwdrh is running.
Starting Pipelinerun on-pull-request-kwdrh in namespace feeldata-dev
You can monitor the execution using the op1st Pipelines as Code PipelineRun viewer or through the command line by
using the tkn CLI with the following command:
tkn pr logs -n feeldata-dev on-pull-request-kwdrh -fop1st Pipelines as Code/on-pull-request-kwdrh has failed.
Task Statuses:
fetch-source-repository
unit-tests
Failure snippet:
task unit-tests has the status "Failed":Pull request closed