Skip to content

Releases: Hacker0x01/react-datepicker

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

3.2.1

26 Sep 17:13
Compare
Choose a tag to compare
  • Revert "Use set for setTime (#2293)"
  • Push API docs

3.2.0

26 Sep 17:13
Compare
Choose a tag to compare
  • 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

26 Sep 17:09
Compare
Choose a tag to compare

Fix release

3.1.2

26 Sep 17:08
Compare
Choose a tag to compare

Fix docs site