-
Notifications
You must be signed in to change notification settings - Fork 2
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 #51
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
renovate
bot
force-pushed
the
renovate/react-day-picker-9.x
branch
from
November 7, 2024 00:46
e05b570
to
65565fa
Compare
renovate
bot
force-pushed
the
renovate/react-day-picker-9.x
branch
from
November 16, 2024 15:10
65565fa
to
8357f7b
Compare
renovate
bot
force-pushed
the
renovate/react-day-picker-9.x
branch
from
November 18, 2024 11:30
8357f7b
to
aa181c3
Compare
renovate
bot
force-pushed
the
renovate/react-day-picker-9.x
branch
from
November 24, 2024 16:49
aa181c3
to
8588ad1
Compare
renovate
bot
force-pushed
the
renovate/react-day-picker-9.x
branch
from
December 1, 2024 00:46
8588ad1
to
1f6a439
Compare
renovate
bot
force-pushed
the
renovate/react-day-picker-9.x
branch
from
December 9, 2024 00:56
1f6a439
to
46bba6e
Compare
renovate
bot
force-pushed
the
renovate/react-day-picker-9.x
branch
from
December 12, 2024 01:01
46bba6e
to
7a916f7
Compare
renovate
bot
force-pushed
the
renovate/react-day-picker-9.x
branch
from
December 15, 2024 21:32
7a916f7
to
eaa2ae1
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
8.10.1
->9.4.4
Release Notes
gpbl/react-day-picker (react-day-picker)
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
v9.4.0
Compare Source
This version includes support for broadcast calendars and some style fixes.
What's Changed
--rdp-day-height
,--rdp-day-width
,--rdp-day-button-height
,--rdp-day-button-width
have been updated to pixel values (44px
for day cells and42px
for day buttons).New Contributors
Full Changelog: gpbl/react-day-picker@v9.3.2...v9.4.0
v9.3.2
Compare Source
Bug fixes.
What's Changed
beforeMonth
was set by @rodgobbi in https://github.com/gpbl/react-day-picker/pull/2578Full Changelog: gpbl/react-day-picker@v9.3.1...v9.3.2
v9.3.1
Compare Source
Bug fixes.
What's Changed
fixedWeeks
is used by @gpbl in https://github.com/gpbl/react-day-picker/pull/2590formatMonthDropdown
throwing a type error by @gpbl in https://github.com/gpbl/react-day-picker/pull/2584initialFocus
andInternalModifiers
types by @gpbl in https://github.com/gpbl/react-day-picker/pull/2582selectionStates
fromuseGetModifiers()
by @gpbl in https://github.com/gpbl/react-day-picker/pull/2586@date-fns/tz
package to v1.2.0 by @gpbl in https://github.com/gpbl/react-day-picker/pull/2591Full Changelog: gpbl/react-day-picker@v9.3.0...v9.3.1
v9.3.0
Compare Source
This release adds the
dayPickerProps
to the values returned by useDayPicker, enabling access to these props from custom components.Thanks to the work by @rodgobbi, we could enhance the performance when selecting a range of days.
We’ve also updated the default style to preserve the font-family inherited from the parent element. To restore the previous behavior, update the
.rdp-root
CSS class to includefont-family: system-ui
.What's Changed
dayPickerProps
fromuseDayPicker
by @gpbl in https://github.com/gpbl/react-day-picker/pull/2572New Contributors
Full Changelog: gpbl/react-day-picker@v9.2.1...v9.3.0
v9.2.1
Compare Source
What's Changed
useRange
by @gpbl in https://github.com/gpbl/react-day-picker/pull/2560New Contributors
Full Changelog: gpbl/react-day-picker@v9.2.0...v9.2.1
v9.2.0
Compare Source
This release addresses an issue with localization and applies some fixes for types and CSS exports.
What's Changed
DateLib
class by @gpbl and @daveallie in https://github.com/gpbl/react-day-picker/pull/2550New 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
dropdown-years
caption layout by @gpbl in https://github.com/gpbl/react-day-picker/pull/2497Full 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
tsconfig-base.json
to package by @luucvanderzee in https://github.com/gpbl/react-day-picker/pull/2492New Contributors
Full Changelog: gpbl/react-day-picker@v9.1.2...v9.1.3
v9.1.2
Compare Source
What's Changed
dateLib
to work when mocking dates by @gpbl in https://github.com/gpbl/react-day-picker/pull/2481DayPickerContext
type by @gpbl in https://github.com/gpbl/react-day-picker/pull/2479Full 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.What's Changed
timeZone
prop (experimental) by @gpbl in https://github.com/gpbl/react-day-picker/pull/2467react-day-picker/locale
by @gpbl in https://github.com/gpbl/react-day-picker/pull/2474Full 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:
@date-fns/utc
if you are usingreact-day-picker/utc
.What's Changed
PreviousMonthButton
andNextMonthButton
to custom components by @gpbl in https://github.com/gpbl/react-day-picker/pull/2437MonthsDropdown
andYearsDropdown
custom components by @gpbl in https://github.com/gpbl/react-day-picker/pull/2454components
andclassNames
prop types by @gpbl in https://github.com/gpbl/react-day-picker/pull/2452OnSelectHandler
type by @gpbl in https://github.com/gpbl/react-day-picker/pull/2436Chevron
ofNextMonthButton
by @qgadrian in https://github.com/gpbl/react-day-picker/pull/2449ClassNames
types for dropdowns by @hsnaydd in https://github.com/gpbl/react-day-picker/pull/2441labelOptions
fromlabelNext
andlabelPrevious
by @gpbl in https://github.com/gpbl/react-day-picker/pull/2434Nav
to its own component by @gpbl in https://github.com/gpbl/react-day-picker/pull/2435Button
inCustomComponents
by @gpbl in https://github.com/gpbl/react-day-picker/pull/2439New 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
useDayPicker
by @gpbl in https://github.com/gpbl/react-day-picker/pull/2427dateMatchModifiers
to usedefaultDateLib
by @gpbl in https://github.com/gpbl/react-day-picker/pull/2413formatWeekNumberHeader
toFormatters
by @gpbl in https://github.com/gpbl/react-day-picker/pull/2412ChevronProps
export by @rishabh-ink in https://github.com/gpbl/react-day-picker/pull/2363New Contributors
Full Changelog: gpbl/react-day-picker@v9.0.8...v9.0.9
v9.0.8
Compare Source
This release fixes a regression in v9.0.7 affecting range mode.
What's Changed
Full Changelog: gpbl/react-day-picker@v9.0.7...v9.0.8
v9.0.7
Compare Source
This release improves compatibility with v8 and fix an issue with the calendar navigation.
What's Changed
startMonth
orendMonth
change by @gpbl in https://github.com/gpbl/react-day-picker/pull/2343defaultLocale
by @gpbl in https://github.com/gpbl/react-day-picker/pull/2348undefined
as initially selected value, as it was in v8 by @gpbl in https://github.com/gpbl/react-day-picker/pull/2341calendar
toroot
in the examples by @gpbl in https://github.com/gpbl/react-day-picker/pull/2347New Contributors
Full Changelog: gpbl/react-day-picker@v9.0.6...v9.0.7
v9.0.6
Compare Source
This release addresses the failed import of the common-js module for some app builder and add new
data-
attributes to help the integration with Tailwind. Thanks for your feedback!What's Changed
New Contributors
Full Changelog: gpbl/react-day-picker@v9.0.5...v9.0.6
v9.0.5
Compare Source
This release improves the range mode behavior (see the updated docs) and address some styling issues.
What's Changed
New Contributors
Full Changelog: gpbl/react-day-picker@v9.0.4...v9.0.5
v9.0.4
Compare Source
This release fixes some bugs and improves compatibility with v8.10. Thanks for your feedback and patience! 🤖
What's Changed
.rdp-range_end
by @AlessioDP in https://github.com/gpbl/react-day-picker/pull/2298endMonth
date not working as expected by @gpbl in https://github.com/gpbl/react-day-picker/pull/2301onDayMouseEnter
andonDayMouseLeave
by @gpbl in https://github.com/gpbl/react-day-picker/pull/2304New Contributors
Full Changelog: gpbl/react-day-picker@v9.0.3...v9.0.4
v9.0.3
Compare Source
This release fixes two issues found with the grid style and the range mode.
What's Changed
Full Changelog: gpbl/react-day-picker@v9.0.2...v9.0.3
v9.0.2
Compare Source
This update improves backward compatibility with v8.10.1 for range selection mode.
What's Changed
excludeDisabled
prop for range mode by @gpbl in https://github.com/gpbl/react-day-picker/pull/2290Full Changelog: gpbl/react-day-picker@v9.0.1...v9.0.2
v9.0.1
Compare Source
This update improves backward compatibility with v8.10.1.
What's Changed
DeprecatedUI
enum by @gpbl in https://github.com/gpbl/react-day-picker/pull/2284Full Changelog: gpbl/react-day-picker@v9.0.0...v9.0.1
v9.0.0
Compare Source
DayPicker v9 is a major release including significant updates related to accessibility, customization and localization.
Install the Latest Version
What’s New
date-fns
from peer dependencies to dependencies.dropdown-years
anddropdown-months
caption layouts.hideWeekdayRow
andhideNavigation
props.strict
mode.Breaking Changes
While we tried to keep the API as stable as possible, some breaking changes were necessary to improve the library:
useInput
hook has been removed. See Input fields guide for more details.onWeekNumberClick
has been removed. Use a custom component to handle week number clicks.Upgrading Guide
We prepared a Upgrading guide for help upgrading your app to v9. We welcome feedback about the upgrade process, to ensure it's smooth for everyone.
Compatibility
DayPicker v9 is compatible with React 16.8+.
Get Support and Report Issues
Get support, report issues, and provide feedback on the Discussion forums. Thanks.
New Contributors
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.