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

Update dependency react-day-picker to v9.5.1 #57

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 18, 2024

This PR contains the following updates:

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

Release Notes

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

v9.5.1

Compare Source

This release fixes the calendar breaking its layout when passing a month not included between startMonth and endMonth props.

What's Changed

New Contributors

Full Changelog: gpbl/react-day-picker@v9.5.0...v9.5.1

v9.5.0

Compare Source

This release adds full support for the Persian calendar and a new numerals prop to set the numbering system.

Breaking Change: Dropdown Formatters

The formatMonthDropdown and formatYearDropdown now receive a Date (instead of a number) as first argument.

<DayPicker formatters={{ 
-     formatMonthDropdown: (month) => format(new Date(month), "mmmm") }} 
+     formatMonthDropdown: (date) => format(date, "mmmm") }} />
-     formatYearDropdown: (year) => format(new Date(year), "yyyy") }} 
+     formatYearDropdown: (date) => format(date, "yyyy") }} />
/>
Persian Calendar

Persian Calendar get fulls support in DayPicker and replaces the previous "Jalali Calendar".

If you were using DayPicker from react-day-picker/jalali, change your imports to react-day-picker/persian:

- import { DayPicker } from  `react-day-picker/jalali`;
+ import { DayPicker } from  `react-day-picker/persian`;

See the Persian calendar documentation for more details about using Persian calendar in DayPicker.

What's Changed

Full Changelog: gpbl/react-day-picker@v9.4.4...v9.5.0

v9.4.4

Compare Source

This release fixes an issue with the month names in the Jalali calendar.

What's Changed

Full Changelog: gpbl/react-day-picker@v9.4.3...v9.4.4

v9.4.3

Compare Source

This release enhances compatibility with React 19.

What's Changed

New Contributors

Full Changelog: gpbl/react-day-picker@v9.4.2...v9.4.3

v9.4.2

Compare Source

This release addresses some bugs in the dropdown caption layout.

What's Changed

New Contributors

Full Changelog: gpbl/react-day-picker@v9.4.1...v9.4.2

v9.4.1

Compare Source

This release improves support for screen readers and fixes a VoiceOver issue when navigating the calendar.

What's Changed

Full Changelog: gpbl/react-day-picker@v9.4.0...v9.4.1


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.

Copy link

netlify bot commented Nov 18, 2024

Deploy Preview for leipziger-weihnachtsmaerkte failed. Why did it fail? →

Name Link
🔨 Latest commit 826f8fd
🔍 Latest deploy log https://app.netlify.com/sites/leipziger-weihnachtsmaerkte/deploys/6797cd37c7611700080f6a08

@renovate renovate bot changed the title Update dependency react-day-picker to v9.3.2 Update dependency react-day-picker to v9.3.2 - autoclosed Nov 18, 2024
@renovate renovate bot closed this Nov 18, 2024
@renovate renovate bot deleted the renovate/react-day-picker-9.x branch November 18, 2024 21:00
@renovate renovate bot changed the title Update dependency react-day-picker to v9.3.2 - autoclosed Update dependency react-day-picker to v9.3.2 Nov 24, 2024
@renovate renovate bot reopened this Nov 24, 2024
@renovate renovate bot force-pushed the renovate/react-day-picker-9.x branch from 32ea234 to 3f735e5 Compare November 24, 2024 18:58
@renovate renovate bot changed the title Update dependency react-day-picker to v9.3.2 Update dependency react-day-picker to v9.4.0 Nov 24, 2024
@renovate renovate bot force-pushed the renovate/react-day-picker-9.x branch from 3f735e5 to a0f53fb Compare November 24, 2024 21:25
@renovate renovate bot changed the title Update dependency react-day-picker to v9.4.0 Update dependency react-day-picker to v9.4.0 - autoclosed Nov 30, 2024
@renovate renovate bot closed this Nov 30, 2024
@renovate renovate bot changed the title Update dependency react-day-picker to v9.4.0 - autoclosed Update dependency react-day-picker to v9.4.0 Dec 1, 2024
@renovate renovate bot reopened this Dec 1, 2024
@renovate renovate bot changed the title Update dependency react-day-picker to v9.4.0 Update dependency react-day-picker to v9.4.1 Dec 1, 2024
@renovate renovate bot force-pushed the renovate/react-day-picker-9.x branch from a0f53fb to eedbfe1 Compare December 1, 2024 03:56
@renovate renovate bot changed the title Update dependency react-day-picker to v9.4.1 Update dependency react-day-picker to v9.4.1 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot changed the title Update dependency react-day-picker to v9.4.1 - autoclosed Update dependency react-day-picker to v9.4.1 Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot changed the title Update dependency react-day-picker to v9.4.1 Update dependency react-day-picker to v9.4.2 Dec 9, 2024
@renovate renovate bot force-pushed the renovate/react-day-picker-9.x branch from eedbfe1 to 064ba06 Compare December 9, 2024 00:42
@renovate renovate bot changed the title Update dependency react-day-picker to v9.4.2 Update dependency react-day-picker to v9.4.3 Dec 12, 2024
@renovate renovate bot force-pushed the renovate/react-day-picker-9.x branch from 064ba06 to cdcf571 Compare December 12, 2024 00:04
@renovate renovate bot changed the title Update dependency react-day-picker to v9.4.3 Update dependency react-day-picker to v9.4.4 Dec 15, 2024
@renovate renovate bot force-pushed the renovate/react-day-picker-9.x branch from cdcf571 to 13c1727 Compare December 15, 2024 21:14
@renovate renovate bot force-pushed the renovate/react-day-picker-9.x branch from 13c1727 to ead5282 Compare December 30, 2024 00:18
@renovate renovate bot changed the title Update dependency react-day-picker to v9.4.4 Update dependency react-day-picker to v9.5.0 Dec 30, 2024
@renovate renovate bot changed the title Update dependency react-day-picker to v9.5.0 Update dependency react-day-picker to v9.5.1 Jan 27, 2025
@renovate renovate bot force-pushed the renovate/react-day-picker-9.x branch from ead5282 to 826f8fd Compare January 27, 2025 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants