Skip to content

Releases: Hacker0x01/react-datepicker

3.2.1

26 Sep 17:13

Choose a tag to compare

  • Revert "Use set for setTime (#2293)"
  • Push API docs

3.2.0

26 Sep 17:13

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

Choose a tag to compare

Fix release

3.1.2

26 Sep 17:08

Choose a tag to compare

Fix docs site

3.1.1

26 Sep 17:08

Choose a tag to compare

Fix API docs

3.1.0

26 Sep 17:07

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

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

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

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

Choose a tag to compare

  • Dependency updates for the docs site