Skip to content

Releases: Hacker0x01/react-datepicker

8.3.0

09 Apr 08:26
Compare
Choose a tag to compare

What's Changed

  • 🐛🎨 Apply the --selected class for the YearPicker when the selectsMultiple is enabled by @balajis-qb in #5524
  • Fix #5502: 🐛 Fix '--in-selecting-range' class apply condition for End Date Picker by @balajis-qb in #5503
  • 🎨🔨 Re-adjust the height of TimePicker on Calendar resize due to number of days by @balajis-qb in #5539

Full Changelog: v8.2.1...v8.3.0

8.2.1

13 Mar 19:38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.2.0...v8.2.1

8.2.0

10 Mar 10:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.1.0...v8.2.0

8.1.0

17 Feb 20:55
Compare
Choose a tag to compare

What's Changed

  • Fix #5274: 🐛 Auto refresh the input value with the previously entered valid value if any invalid value is entered (when the open state is closed) by @balajis-qb in #5417
  • Fix: Make CalendarIconProps.icon optional to prevent type error by @jingjing2222 in #5406

New Contributors

Full Changelog: v8.0.0...v8.1.0

8.0.0

31 Jan 21:26
Compare
Choose a tag to compare

Breaking changes

  • fix: Inconsistent/broken behavior in parseDate by @laug in #5036

Other changes

New Contributors

Full Changelog: v7.6.0...v8.0.0

7.6.0

05 Jan 19:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.5.0...v7.6.0

7.5.0

17 Oct 14:36
Compare
Choose a tag to compare

What's Changed

  • Fix #5137: 🧪✅ Fix the accidental change of the complete month issue with the test cases by selecting to a earlier date in a month by @balajis-qb in #5138
  • Change lighten/darken to color.adjust by @Nicolai8 in #5144
  • Fix types build by specifying return type on portal render method by @beawar in #5159
  • Fix #5147: 🐛 Fix navigation issue with disabled dates in date picker by @balajis-qb in #5151

New Contributors

Full Changelog: v7.4.0...v7.5.0

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