Skip to content

Releases: Hacker0x01/react-datepicker

4.14.0

16 Jun 11:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.13.0...v4.14.0

4.13.0

11 Jun 10:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.12.0...v4.13.0

4.12.0

25 May 08:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.11.0...v4.12.0

4.11.0

29 Mar 11:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.10.0...v4.11.0

4.10.1

29 Mar 11:22
Compare
Choose a tag to compare
4.10.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v4.10.0...v4.10.1

4.10.0

30 Jan 21:03
Compare
Choose a tag to compare

What's Changed

  • Fix: Screen reader does not announce selected date, current month by @SpaNb4 in #3817
  • fix openToDate causes month shifting (#3779) by @yuki0410-dev in #3799
  • Fix(year dropdown options): Year dropdown scroll defaults to center of list by @SashaRepin2 in #3844
  • Enable keyboard navigation of quarters (fixes #3464) by @RoryStokes in #3726
  • added change to fix Select Time Only "Invalid Date" bug by @fudgieboy in #3788
  • fix(months): monthClassName is passed the month instead of the current day by @DanielSharp01 in #3709

New Contributors

Full Changelog: v4.9.0...v4.10.0

4.9.0

30 Jan 21:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.8.0...v4.9.0

4.8.0

17 May 17:52
Compare
Choose a tag to compare
  • React 18 support
  • Enable specifying aria-label prefix for month

4.7.0

17 May 17:51
Compare
Choose a tag to compare
  • Fix accessibility issues of calendar
  • use globalThis instead of global
  • fix(date-utils): use current locale for strict parsing

4.6.0

08 Jan 12:50
Compare
Choose a tag to compare
  • Fix year dropdown scroll on open
  • Accessibility: current date should use aria-current="date"
  • Accessibility: add aria-selected to current selection
  • Fix multi months on fixedHeight