forked from technologiestiftung/weihnachtsmarktkarte
-
Notifications
You must be signed in to change notification settings - Fork 0
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/react-day-picker-9.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❌ Deploy Preview for leipziger-weihnachtsmaerkte failed. Why did it fail? →
|
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
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
bot
force-pushed
the
renovate/react-day-picker-9.x
branch
from
November 24, 2024 18:58
32ea234
to
3f735e5
Compare
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
bot
force-pushed
the
renovate/react-day-picker-9.x
branch
from
November 24, 2024 21:25
3f735e5
to
a0f53fb
Compare
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
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
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
bot
force-pushed
the
renovate/react-day-picker-9.x
branch
from
December 1, 2024 03:56
a0f53fb
to
eedbfe1
Compare
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
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
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
bot
force-pushed
the
renovate/react-day-picker-9.x
branch
from
December 9, 2024 00:42
eedbfe1
to
064ba06
Compare
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
bot
force-pushed
the
renovate/react-day-picker-9.x
branch
from
December 12, 2024 00:04
064ba06
to
cdcf571
Compare
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
bot
force-pushed
the
renovate/react-day-picker-9.x
branch
from
December 15, 2024 21:14
cdcf571
to
13c1727
Compare
renovate
bot
force-pushed
the
renovate/react-day-picker-9.x
branch
from
December 30, 2024 00:18
13c1727
to
ead5282
Compare
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
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
bot
force-pushed
the
renovate/react-day-picker-9.x
branch
from
January 27, 2025 18:15
ead5282
to
826f8fd
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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:
9.4.0
->9.5.1
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 betweenstartMonth
andendMonth
props.What's Changed
month
prop is invalid by @rodgobbi in https://github.com/gpbl/react-day-picker/pull/2672new Date()
instead oftoday()
fails test by @gpbl in https://github.com/gpbl/react-day-picker/pull/2656DateLib
to not import types from date-fns by @gpbl in https://github.com/gpbl/react-day-picker/pull/2655style.css
link by @jakedee in https://github.com/gpbl/react-day-picker/pull/2666New 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
andformatYearDropdown
now receive aDate
(instead of anumber
) as first argument.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 toreact-day-picker/persian
:See the Persian calendar documentation for more details about using Persian calendar in DayPicker.
What's Changed
numerals
prop by @gpbl in https://github.com/gpbl/react-day-picker/pull/2647today
,newDate
,timeZone
to theDateLib
class by @gpbl in https://github.com/gpbl/react-day-picker/pull/2642startMonth
/endMonth
constraints when caption layout isdropdown-months
by @rodgobbi in https://github.com/gpbl/react-day-picker/pull/2648date-fns-jalali
to the package dependencies by @gpbl in https://github.com/gpbl/react-day-picker/pull/2640dateLib
format by @gpbl in https://github.com/gpbl/react-day-picker/pull/2644Date
constructor fromdateLib
by @gpbl in https://github.com/gpbl/react-day-picker/pull/2636dateLib
for getting days/months/years from aDate
by @gpbl in https://github.com/gpbl/react-day-picker/pull/2643Full 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
faIR
locale and RTL direction by @gpbl in https://github.com/gpbl/react-day-picker/pull/2624Full 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
role
andaria-label
props by @gpbl in https://github.com/gpbl/react-day-picker/pull/2609Full 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.
This PR was generated by Mend Renovate. View the repository job log.