Skip to content

Releases: Hacker0x01/react-datepicker

7.4.0

22 Sep 18:14
Compare
Choose a tag to compare

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

Full Changelog: v7.3.0...v7.4.0

7.3.0

08 Jul 09:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.2.0...v7.3.0

7.2.0

26 Jun 10:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.1.0...v7.2.0

7.1.0

18 Jun 16:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.0.0...v7.1.0

7.0.0

13 Jun 18:12
Compare
Choose a tag to compare

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 #4643
  • Fix typo of the name of the function getHightLightDaysMap w… by @martijnrusschen in #4808
  • newDate helper always returns a date, if the initial params were invalid, then it returns just a new Date Line; #4707

What's Changed

New Contributors

Full Changelog: v6.9.0...v7.0.0

6.9.0

18 Apr 07:27
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.8.0...v6.9.0

6.8.0

15 Apr 18:12
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.7.1...v6.8.0

6.7.1

15 Apr 10:13
Compare
Choose a tag to compare

What's Changed

  • fix: popper dosen't close if swapRange prop was passed by @mirus-ua in #4689

Full Changelog: v6.7.0...v6.7.1

6.7.0

14 Apr 16:49
Compare
Choose a tag to compare

What's Changed

  • Fix #4644: Handle the visibility of the previous and the next year navigation when showQuarterYearPicker is enabled by @balajis-qb in #4652
  • (feature) swapRange optional prop by @mirus-ua in #4654
  • Add support second-level granularity to injectTimes by @yykcool in #4683

New Contributors

Full Changelog: v6.6.0...v6.7.0

6.6.0

24 Mar 11:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.5.0...v6.6.0