v7.0.0
版本发布时间: 2024-06-14 02:12:17
Hacker0x01/react-datepicker最新发布版本:v7.4.0(2024-09-23 02:14:16)
Breaking changes
This release includes a Typescript migration. This has been a big overhaul of the code base. This is the biggest release ever with 447 commits and 104 files changed! Massive thanks to @mirus-ua, @yuki0410-dev, @Olenka-Yurchuk, @alvaromartinez986, and @ryantanrk. We've done our best to document the breaking changes:
- fix: #4558 Rename calendarIconClassname props to calendarIconClassName props by @yuki0410-dev in https://github.com/Hacker0x01/react-datepicker/pull/4643
- Fix typo of the name of the function getHightLightDaysMap w… by @martijnrusschen in https://github.com/Hacker0x01/react-datepicker/pull/4808
- newDate helper always returns a date, if the initial params were invalid, then it returns just a new Date Line; https://github.com/Hacker0x01/react-datepicker/pull/4707
What's Changed
- feat: added package manager property by @Olenka-Yurchuk in https://github.com/Hacker0x01/react-datepicker/pull/4727
- fix: invalid time error when selecting excluded month with keyboard by @ryantanrk in https://github.com/Hacker0x01/react-datepicker/pull/4732
- feat: add .editorconfig and .prettierrc.js by @yuki0410-dev in https://github.com/Hacker0x01/react-datepicker/pull/4748
- Fix keyboard keydown event handler by @alvaromartinez986 in https://github.com/Hacker0x01/react-datepicker/pull/4742
- Fix #4514: 🐛 Retain the Time Input focus on change of the time input value by @balajis-qb in https://github.com/Hacker0x01/react-datepicker/pull/4798
- Allow for the keyboard preselection to skip excluded dates/weeks/months by @ryantanrk in https://github.com/Hacker0x01/react-datepicker/pull/4817
- Fix #4011: 🐛 Handle Arrow Navigation on calendar days even when the minDate/maxDate is nul by @balajis-qb in https://github.com/Hacker0x01/react-datepicker/pull/4848
- Fix #4844: 🔨 Retain the open state of the calendar popup on document visibility change by @balajis-qb in https://github.com/Hacker0x01/react-datepicker/pull/4878
New Contributors
- @Olenka-Yurchuk made their first contribution in https://github.com/Hacker0x01/react-datepicker/pull/4727
- @ryantanrk made their first contribution in https://github.com/Hacker0x01/react-datepicker/pull/4732
- @alvaromartinez986 made their first contribution in https://github.com/Hacker0x01/react-datepicker/pull/4742
- @yasuaki640 made their first contribution in https://github.com/Hacker0x01/react-datepicker/pull/4827
Full Changelog: https://github.com/Hacker0x01/react-datepicker/compare/v6.9.0...v7.0.0