Releases: Hacker0x01/react-datepicker
Releases · Hacker0x01/react-datepicker
3.6.0
- Added support for React 17
3.5.0
- 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
- Revert popper v2 upgrade to avoid introducing a breaking change
3.4.0
- 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
- 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
Fix deploy
3.2.1
3.2.0
- Reorder examples
- fix(date_utils): fixing navigation on yearpicker (#2230)
- Fix border radius issues (#2285)
- Update Readme example to use Hooks (#2348)
- Add current year class for year picker - Feature #2341 (#2344)
- Fix crash with non-standard time intervals (#2169, #2262) (#2350)
- Add property to show specific year item number for year picker - Feature #2331
- Adds keyboard navigation for month picker (#2389)
- add & call 'monthClassName' to use its value (#2410)
- Use set for setTime (#2293)
- Copy generated css module to file with filename format CRA expects
3.1.3
Fix release
3.1.2
Fix docs site