v7.4.0
版本发布时间: 2024-09-23 02:14:16
Hacker0x01/react-datepicker最新发布版本:v7.4.0(2024-09-23 02:14:16)
What's Changed
- Remove usages of react-onclickoutside to support React 19 by @hamidrezahanafi in https://github.com/Hacker0x01/react-datepicker/pull/4979
- Fix #4986: 🐛🎨 Update the hover style to be applied only to the non-disabled calendar items by @balajis-qb in https://github.com/Hacker0x01/react-datepicker/pull/4987
- The classname "react-datepicker-ignore-onclickoutside" is not applied to custom input by @Zulaxy in https://github.com/Hacker0x01/react-datepicker/pull/4996
- Fix #5010: 🐛 Restrict the focus to the disabled months/quarter/year using the initial Tab key navigation by @balajis-qb in https://github.com/Hacker0x01/react-datepicker/pull/5011
- Fix #5038: Enhance test case querySelector/querySelectorAll reliability with ensuring element existance by @balajis-qb in https://github.com/Hacker0x01/react-datepicker/pull/5039
- Simplify event handlers by @laug in https://github.com/Hacker0x01/react-datepicker/pull/5045
- Fix "Cannot find module 'date-fns/types' ..." by @Svish in https://github.com/Hacker0x01/react-datepicker/pull/5020
- Parse date range by @laug in https://github.com/Hacker0x01/react-datepicker/pull/5060
- chore: upgrade yarn to v4 and other dependencies by @abnud11 in https://github.com/Hacker0x01/react-datepicker/pull/5014
- ♻️🧪 Refactor test cases with SafeElementWrapper querySelector chain to eliminate the unnecessary temporary variable by @balajis-qb in https://github.com/Hacker0x01/react-datepicker/pull/5062
- test: fix a test that would always fail if run on first day of month by @laug in https://github.com/Hacker0x01/react-datepicker/pull/5069
- 🐛 Resolve the double-click focus issue of Time input and custom time component example by @balajis-qb in https://github.com/Hacker0x01/react-datepicker/pull/5088
- ✏️ Fix the time input's placeholder typo by @balajis-qb in https://github.com/Hacker0x01/react-datepicker/pull/5092
- Added option to hide time caption by @Qubitza in https://github.com/Hacker0x01/react-datepicker/pull/5100
New Contributors
- @hamidrezahanafi made their first contribution in https://github.com/Hacker0x01/react-datepicker/pull/4979
- @Zulaxy made their first contribution in https://github.com/Hacker0x01/react-datepicker/pull/4996
- @laug made their first contribution in https://github.com/Hacker0x01/react-datepicker/pull/5045
- @Svish made their first contribution in https://github.com/Hacker0x01/react-datepicker/pull/5020
- @abnud11 made their first contribution in https://github.com/Hacker0x01/react-datepicker/pull/5014
- @Qubitza made their first contribution in https://github.com/Hacker0x01/react-datepicker/pull/5100
Full Changelog: https://github.com/Hacker0x01/react-datepicker/compare/v7.3.0...v7.4.0