Skip to content

Releases: Hacker0x01/react-datepicker

4.5.0

24 Dec 09:15
Compare
Choose a tag to compare
  • Fix: month text today not displayed
  • Add selectsDisabledDaysInRange prop to allow highlighting disabled dates in range

4.4.0

24 Dec 09:14
Compare
Choose a tag to compare
  • fix sideEffects
  • Fix isValid helper so it accepts dates equal to minDate
  • Added portalHost prop to DatePicker component
  • Add ability to exclude and include date intervals

4.3.0

21 Oct 13:14
Compare
Choose a tag to compare
  • Bump date-fns to non-breaking release 2.24.0
  • Updated react-onclickoutside support shadow-dom
  • Fix aria labels for previous and next month or year

4.2.1

19 Aug 07:15
Compare
Choose a tag to compare

Fix CSS compilation issue with libsass

4.2.0

08 Aug 10:19
Compare
Choose a tag to compare
  • fix next/prev arrow onkeydown handlers
  • Fix start of week not using the registered locale
  • Uses react dom portals for portal version when portalId is provided
  • add focusSelectedMonth docs props
  • adds keyboard navigation with accessible focus to year picker
  • Set explicit 0 width for navigation icon span container to render consistently on Safari
  • Migrate to latest Sass lib

4.1.1

08 Aug 10:16
Compare
Choose a tag to compare
  • Switched margin-* CSS statements to padding-*

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