Skip to content

Releases: Hacker0x01/react-datepicker

1.7.0

03 Nov 11:27
Compare
Choose a tag to compare
  • Calculate scroll of TimeSelect
  • Add LGTM.com code quality badges
  • Add custom header renderer
  • Change todayButton to PropTypes.node
  • Makes open state controllable through props
  • Allow utcOffset to be specified as a string
  • update broken doc
  • Update year in LICENSE
  • Fix the spacing on the time picker
  • Add aria-label to month
  • Upgrade react-popper
  • Selected time scrolltop
  • Hides keyboard selected when keyboard navigation is disabled
  • Update ISSUE_TEMPLATE.md
  • Fix duplicated defaultProps previousMonthButtonLabel on Calendar

1.6.0

03 Nov 11:26
Compare
Choose a tag to compare
  • Clear Field not clickable in Firefox
  • Adding babel polyfill to docs-site for IE11 compatibility
  • Adding a label to the month navigation buttons
  • readOnly fix
  • fix-unsafe-lifecycles
  • Preserve the preselect date when the user is typing
  • Fix typo in class name in year dropdown
  • Move '}' for js code markdown
  • Changed selection of today to allow for multiple instances of today to be rendered (ie. in case today is the start of the month)
  • Only open the calendar for ArrowUp and ArrowDown
  • Removed unused helper in date utils
  • Remove second autoFocus example

1.5.0

03 Nov 11:26
Compare
Choose a tag to compare
  • fixed calendar withPortal closing
  • Add calendarContainer prop
  • Fix month jumping in inline multiple month calendar
  • Set type attribute of the clear button to button
  • Add formatWeekDay prop for weekdays custom formatting

1.4.1

06 Apr 18:13
Compare
Choose a tag to compare
  • Fix potential exception after unmounting
  • fix year pre-selection bug

1.4.0

31 Mar 10:11
Compare
Choose a tag to compare
  • Ability to inject times outside of default time interval
  • Adds title attribute to clear button
  • Start using Flow
  • Upgrade react-popper
  • Re-enable pending tests

1.3.0

23 Mar 12:08
Compare
Choose a tag to compare
  • Fix for time selection not allowing other changes
  • Timepicker only support
  • Add JSX to prettier lint-staged and rerun prettier
  • Updated react-popper version
  • Using cross-env for build scripts

1.2.2

02 Mar 19:17
Compare
Choose a tag to compare
  • Fixes for manual time change & time select after manual change.
  • Changed package.json, created build-dev for development env and build for production only.

1.2.1

16 Feb 18:21
Compare
Choose a tag to compare

Fix release to NPM

1.2.0

16 Feb 18:21
Compare
Choose a tag to compare
  • Time caption property
  • fix failing test for MonthYearDropdown
  • handleChange arguments checks
  • Upgrade react-popper to 0.8.2
  • Upgrade moment to mitigate security alert
  • Disable unnecessary travis configuration to upgrade the build speed
  • added box-sizing to time-list

1.1.0

28 Jan 10:04
Compare
Choose a tag to compare
  • change close icon link href from # to javascript:void(0)
  • replaced the datepicker navigation links with buttons
  • Upgrade react-onclickoutside to 6.7.1
  • Added public function for programatically clearing the input
  • Add support for combined month-year dropdown
  • Add option to allow showing month navigation as disabled
  • Add an includeTimes
  • Add type="button" to navigation buttons to avoid them to submit form
  • Show only one month and month-year dropdown when showing multiple months
  • Remove isRequired prop from dropdownMode property
  • fix DateRange endDate doc bug