-
Notifications
You must be signed in to change notification settings - Fork 4
fix(deps): update dependency @date-io/date-fns to v3 #1527
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
base: main
Are you sure you want to change the base?
Conversation
|
1dde9ef to
0950c26
Compare
33f3778 to
26733d0
Compare
26733d0 to
b6ed250
Compare
5063fbf to
b3e5efa
Compare
b3e5efa to
8e7d5bf
Compare
8e7d5bf to
20fd8dc
Compare
af8e6a2 to
7fb0f08
Compare
7fb0f08 to
7ddd47e
Compare
7ddd47e to
85428bb
Compare
85428bb to
3a79e87
Compare
3a79e87 to
7a6c04c
Compare
f06a821 to
695b786
Compare
695b786 to
fb43bcf
Compare
fb43bcf to
7b55774
Compare
7b55774 to
99645a6
Compare
99645a6 to
e24066c
Compare
e24066c to
79c4c4f
Compare
79c4c4f to
a5bf44f
Compare
a5bf44f to
8ec67c2
Compare
8ec67c2 to
8376960
Compare
This PR contains the following updates:
1.3.13->3.2.1Release Notes
dmtrKovalenko/date-io (@date-io/date-fns)
v3.2.1Compare Source
Features
v3.2.0Compare Source
Features
getWeekmethod by @simon-tackstrandv3.0.0Compare Source
Breaking changes:
This involves peer lib version upgrade please make sure that some underlying localised formats might be changed as well
The type inference that doesn't work with modern typescript was removed. Please make sure to upgrade typescript to v5
Changed signature of
Utils.dateand the underlying logic. Now if the value can't be parsed returns current date instead ofnull.Other changes
You can support the maintenance of this project by visiting https://github.com/sponsors/dmtrKovalenko. Your support will help us respond faster and deliver requested features. We extend our heartfelt thanks to our contributors and sponsors ❤️.
New Contributors
Full Changelog: dmtrKovalenko/date-io@v2.17.0...v3.0.0
v2.17.0Compare Source
New features
What's Changed
ES6by @LukasTy in #645DateTime.isDateTimeinstead ofinstanceofby @alex-kuck in #639New Contributors
Full Changelog: dmtrKovalenko/date-io@v2.16.1...v2.17.0
v2.16.0Compare Source
What's Changed
setDate/getDateby @flaviendelangle in #625Full Changelog: dmtrKovalenko/date-io@v2.15.0...v2.16.0
v2.15.0Compare Source
What's Changed
addYearsby @flaviendelangle in #623Full Changelog: dmtrKovalenko/date-io@v2.14.0...v2.15.0
v2.14.0Compare Source
What's Changed
startOfYearandendOfYearby @flaviendelangle in #614New Collaborator
Full Changelog: dmtrKovalenko/date-io@v2.13.2...v2.14.0
v2.13.2Compare Source
What's Changed
New Contributors
Full Changelog: dmtrKovalenko/date-io@v2.13.1...v2.13.2
v2.13.1Compare Source
v2.11.0Compare Source
Features
parseISO– will parse date using library method to avoid inconsistencies between browserstoISO– will format date to iso string using libraryFixes/Enhancements
dayjsv2.10.11Compare Source
Changelog
DayJsAdapter<Dayjs>v2.10.8Compare Source
v2.10.7Compare Source
Changelog
Some bugfixes and dependency updates:
v2.10.6Compare Source
This release is finally fixing the problem of outdated builds of published
date-io/*releases.From now on versions of
@date-io/*will always be synchronized with@date-io/corepackage and will never cause version conflict or be outdated.v2.10.5Compare Source
v2.10.4Compare Source
v2.10.2Compare Source
v2.10.0Compare Source
Features
v2.9.2Compare Source
v2.9.1Compare Source
v2.8.1Compare Source
Features
libname to the adapter interfaceFixes
v2.8.0Compare Source
v2.6.2Compare Source
v2.6.1Compare Source
Breaking changes
N/A
Fixes
v2.6.0Compare Source
Breaking changes
N/A
Features
Fixes
v2.5.0Compare Source
Breaking changes
N/A
Features
New functions:
isWithinRange: (date: TDate, range: [TDate, TDate]) => booleanaddMonths: (date: TDate, monthCount: number) => TDatev2.4.0Compare Source
Add 2 new functions:
startOfWeek(date: TDate): TDate- returns start of weekendOfWeek(date: TDate): TDate- returns end of weekv2.3.0Compare Source
Changes
toJsDatefunction converting lib object to native js datev2.2.0Compare Source
Localization improvements release
We have changed the formats tokens to use localized formats tokens everywhere possible. Also introduced several new methods and formats
List of new methods added:
v2.1.0Compare Source
v2.0.1Compare Source
v2.0.0Compare Source
Major upgrade
Do not update if you are using @material-ui/pickers v3
Breaking changes
dateTimeFormatformatsprop and provides easy localization formattingformatmethod now has signature(date: TDate, formatKey: keyof IDateIOFormat) => stringin order to simplify formatting using new format keysformatByStringallowes to use custom (mostly user-provided) format stringsformatByString(value: TDate, formatString: string): string;Configuration
📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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.