Skip to content

Releases: Hacker0x01/react-datepicker

3.1.1

26 Sep 17:08
Compare
Choose a tag to compare

Fix API docs

3.1.0

26 Sep 17:07
Compare
Choose a tag to compare
  • add preventScroll option to programmatic focus (#2173)
  • Fix Datepicker crashes with non-standard time intervals (#2172)
  • Fix border bottom right time section (#2179)
  • Added wrapperClassName prop (#2197)
  • YearPicker upgrades (#2186)
  • remove inline check for keyboard selected (#2153)
  • Range on one datepicker for #584 (#2204)
  • Add closeOnScroll prop (#2209)
  • Dependency upgrades

3.0.0

04 Jun 17:35
Compare
Choose a tag to compare

Breaking change:

  • Replace inlineFocusSelectedMonth with focusSelectedMonth

Month/Year picker:

  • Add selected class for year picker
  • Year change day selection
  • add two column month display layout flag for month picker

Other changes:

  • Update onChangeRaw and onSelect
  • Render Popper in a Portal by Id to avoid overflow of parent
  • InputTime initial value
  • Pass arrow props to CalendarContainer

2.16.0

04 Jun 17:35
Compare
Choose a tag to compare
  • Fixes issues when using renderCustomHeader with alt pickers
  • Reset preventFocus after closing the popper with Escape

2.15.0

07 May 07:43
Compare
Choose a tag to compare
  • set preselection when Month changes
  • Add full month name flag for month picker
  • Add weekday class name feature
  • Add year picker variation

2.14.1

23 Apr 20:05
Compare
Choose a tag to compare
  • Dependency updates for the docs site

2.14.0

11 Mar 09:44
Compare
Choose a tag to compare
  • Fix week numbers for non us locales
  • Use correct aria labels for Next Month/Year

2.13.0

11 Mar 09:43
Compare
Choose a tag to compare
  • Example of using a custom class on the input element
  • Added props for fully dynamic aria-labels

2.12.1

11 Mar 09:42
Compare
Choose a tag to compare

Fix docs generation

2.12.0

11 Mar 09:42
Compare
Choose a tag to compare
  • Custom time input element with customTimeInput prop
  • Enhancements to meet W3 Spec
  • excludeScrollbar prop for react-onclickoutside