Skip to content

Releases: Hacker0x01/react-datepicker

0.51.0

12 Jul 08:24
Compare
Choose a tag to compare

Pushing all changes to git

0.50.0

12 Jul 08:23
Compare
Choose a tag to compare
  • Take utcOffset into account when creating a defaultPreSelection date
  • Adding option to use MomentJS's weekdaysShort instead of weekdaysMin
  • Added a 'weekLabel' property to replace the hash in the calendar view
  • Added 'formatWeekNumber' prop to format week numbers
  • Adding option to specify number of years displayed on the scroll
  • Fix inline datepicker month switch bug

0.49.0

09 Jul 18:56
Compare
Choose a tag to compare
  • Fix re-focusing problem related with usage of Tab
  • Migrate from tether.io to popper.js for handling calendar popups
  • Add prop to enable adding custom classes to days based on days date

0.48.0

20 Jun 10:24
Compare
Choose a tag to compare
  • HighlighedDates prop now can be an array of object with class names as a key
  • 'openToDate' property is now take a precedence over 'selected' value
  • Allow Same Day
  • updating doc generation script to create props as table

0.47.0

20 Jun 10:23
Compare
Choose a tag to compare
  • add z-index 1 to month and year dropdown to prevent the year dropdown to shine through month dropdown in scroll mode
  • Pass dateFormatCalendar to MonthDropdown to determine nominative or genitive display of month name
  • update preSelection on selected prop change, open calendar on all InputKey events
  • Better Popover Triangle Orientation
  • add-react-displayname babel-plugin added to generate component display names
  • Rename getInitialState

0.46.0

17 Apr 10:09
Compare
Choose a tag to compare
  • Make Sass variables overridable
  • Allow datepicker to be a controlled component
  • Avoid reformatting user input as they type
  • Remove React 15.5 deprecation warnings by upgrading to ES6 classes

0.44.0

26 Mar 08:24
Compare
Choose a tag to compare
  • Improve default pre selection
  • Added 'onSelect' callback
  • Changes to support disabling auto correction of dates

0.43.0

19 Mar 19:24
Compare
Choose a tag to compare
  • Removed extra closing tag in example for onChangeRaw
  • Fixes closing tag on disabled keyboard navigation example
  • Remove lodash and replace with inbuilt native functionality
  • Hide keyboard-selection highlighting in inline mode
  • Add raw stylesheets to published npm package
  • Fix broken openToDate by not defaulting initialDate to preSelection
  • Improve the datepicker for using inline and portal props together

0.41.1

12 Feb 13:01
Compare
Choose a tag to compare
  • Fix publishing API docs
  • Push new API docs

0.41.0

12 Feb 12:59
Compare
Choose a tag to compare
  • After utcOffset property change, update date input value
  • Added click blocking to portal
  • Upgrade from scss-lint to sass-lint
  • Decouple keyboard selection from actual selection
  • Year dropdown presents future years by default
  • Trim Whitespace from Date
  • Added support for calendarClassName option
  • PreventFocus timeout is now cleared when datepicker is unmounted
  • Respect min/max dates on keyboard navigation