Releases: Hacker0x01/react-datepicker
Releases · Hacker0x01/react-datepicker
0.51.0
Pushing all changes to git
0.50.0
- 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
- 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
- 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
- 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
- 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
- Improve default pre selection
- Added 'onSelect' callback
- Changes to support disabling auto correction of dates
0.43.0
- 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
- Fix publishing API docs
- Push new API docs
0.41.0
- 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