Skip to content

Releases: Hacker0x01/react-datepicker

4.1.0

30 May 14:00
Compare
Choose a tag to compare
  • Select time on enter and space, fix onKeyDown in time

4.0.0

29 May 09:14
Compare
Choose a tag to compare

New major release!

  • Upgrade react-popper to v2.x
  • Improve UX and the ability to customize on navigation icons
  • Prevent class name 'undefined' when clearButtonClassName is not provided
  • Improvements to selectsRange when not inline
  • allows the datepicker to determine the validity of a date by props.minDate
  • Upgrade react to 17.x
  • Add : start day

3.8.0

19 Apr 19:28
Compare
Choose a tag to compare
  • Make the clear button customizable
  • Changed condition for renderCustomHeader with showTimeSelect prop
  • Make mindate and maxdate selectable via keyboard

3.7.0

31 Mar 12:50
Compare
Choose a tag to compare
  • Update dependencies

3.6.0

23 Feb 11:57
Compare
Choose a tag to compare
  • Added support for React 17

3.5.0

17 Feb 14:30
Compare
Choose a tag to compare
  • Fix parseDate default locale handling
  • Display custom header when monthsShown prop is bigger than 1
  • add four column month display layout flag for month picker
  • Fixing wrong weekNumber by using getIsoWeek
  • Fix Input Time input width being cut off

3.4.1

12 Jan 13:54
Compare
Choose a tag to compare
  • Revert popper v2 upgrade to avoid introducing a breaking change

3.4.0

10 Jan 13:44
Compare
Choose a tag to compare
  • Bind renderTime to selected date
  • Add aria properties for required, invalid and describedby
  • Scroll example to the top of the page instead of center
  • Fix accessibility issue for scrollable time panel
  • Fix accessibility issue for time selection
  • Replace fill method with different syntax for IE compatibility
  • Fix keyboard navigation in inline version
  • Add locale props to MonthYearDropdownOptions
  • Upgrade react-popper

3.3.0

30 Oct 07:37
Compare
Choose a tag to compare
  • Bump dependencies
  • fix autofocus on selected day when inline prop is true
  • Hide duplicate days when monthsShown > 1
  • Update preSelection when clicking on a day
  • Add filterTime property
  • Pass pure date object to time input

3.2.2

26 Sep 17:14
Compare
Choose a tag to compare

Fix deploy