Releases: Hacker0x01/react-datepicker
Releases · Hacker0x01/react-datepicker
4.5.0
- Fix: month text today not displayed
- Add selectsDisabledDaysInRange prop to allow highlighting disabled dates in range
4.4.0
- 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
- 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
Fix CSS compilation issue with libsass
4.2.0
- 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
- Switched margin-* CSS statements to padding-*
4.1.0
- Select time on enter and space, fix onKeyDown in time
4.0.0
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
- Make the clear button customizable
- Changed condition for renderCustomHeader with showTimeSelect prop
- Make mindate and maxdate selectable via keyboard
3.7.0
- Update dependencies