Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency react-day-picker to v9.2.0 #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 8, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-day-picker (source) 9.0.8 -> 9.2.0 age adoption passing confidence

Release Notes

gpbl/react-day-picker (react-day-picker)

v9.2.0

Compare Source

This release addresses an issue with localization and applies some fixes for types and CSS exports.

What's Changed

New Contributors

Full Changelog: gpbl/react-day-picker@v9.1.4...v9.2.0

v9.1.4

Compare Source

This release fixes a localization issue and improves export compatibility across various Node.js environments.

What's Changed

Full Changelog: gpbl/react-day-picker@v9.1.3...v9.1.4

v9.1.3

Compare Source

This release includes some minor build fixes and documentation updates.

What's Changed

New Contributors

Full Changelog: gpbl/react-day-picker@v9.1.2...v9.1.3

v9.1.2

Compare Source

What's Changed

Full Changelog: gpbl/react-day-picker@v9.1.1...v9.1.2

v9.1.1

Compare Source

This release improves reliability for controlled mode and adds experimental support for time zones.

Time Zone Support

By integrating the @​date-fns/tz utilities for handling time zones, we have added a new experimental timeZone prop. Please see the updated docs for more details.

import { DayPicker, TZDate } from 'react-day-picker';
<DayPicker 
    timeZone="Europe/Athens"  // set the time zone
    disabled={TZDate.tz("Europe/Athens")}  // make sure you use `TZDate` to initialize dates
/> 

[!NOTE]
If you were using the experimental react-day-picker/utc module, you can skip now it. Remove the @date-fns/utc package and just pass timeZone="UTC" to <DayPicker />.

What's Changed

Full Changelog: gpbl/react-day-picker@v9.1.0...v9.1.1

v9.1.0

Compare Source

Thank you for using and helping improve DayPicker. Here are the notable changes in this release:

  • Updated to date-fns v4.
    • Please update @date-fns/utc if you are using react-day-picker/utc.
  • Introduced new custom components for dropdowns and navigation buttons.
  • Fixed issues with controlled vs. uncontrolled selections not working as expected.

What's Changed

New Contributors

Full Changelog: gpbl/react-day-picker@v9.0.9...v9.1.0

v9.0.9

Compare Source

This release fixes a regression causing the calendar to reset when selecting the days, improves compatibility with the previous version and fixes some other bugs.

What's Changed

New Contributors

Full Changelog: gpbl/react-day-picker@v9.0.8...v9.0.9


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Sep 8, 2024
@renovate renovate bot changed the title fix(deps): update dependency react-day-picker to v9.0.9 fix(deps): update dependency react-day-picker to v9.1.0 Sep 18, 2024
@renovate renovate bot force-pushed the renovate/react-day-picker-9.x-lockfile branch 2 times, most recently from 25aa751 to 9040257 Compare September 19, 2024 16:45
@renovate renovate bot changed the title fix(deps): update dependency react-day-picker to v9.1.0 fix(deps): update dependency react-day-picker to v9.1.1 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/react-day-picker-9.x-lockfile branch from 9040257 to 0007779 Compare September 22, 2024 23:05
@renovate renovate bot changed the title fix(deps): update dependency react-day-picker to v9.1.1 fix(deps): update dependency react-day-picker to v9.1.2 Sep 22, 2024
@renovate renovate bot changed the title fix(deps): update dependency react-day-picker to v9.1.2 fix(deps): update dependency react-day-picker to v9.1.3 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/react-day-picker-9.x-lockfile branch from 0007779 to ce96fa3 Compare September 27, 2024 00:19
@renovate renovate bot changed the title fix(deps): update dependency react-day-picker to v9.1.3 fix(deps): update dependency react-day-picker to v9.1.4 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/react-day-picker-9.x-lockfile branch from ce96fa3 to cf93a72 Compare October 15, 2024 15:16
@renovate renovate bot force-pushed the renovate/react-day-picker-9.x-lockfile branch from cf93a72 to aa74368 Compare October 23, 2024 12:24
@renovate renovate bot changed the title fix(deps): update dependency react-day-picker to v9.1.4 fix(deps): update dependency react-day-picker to v9.2.0 Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant