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