Skip to content

Releases: Hacker0x01/react-datepicker

0.16.1

11 Dec 20:19

Choose a tag to compare

  • Fix: Include dist files in NPM package

0.16.0

11 Dec 17:26

Choose a tag to compare

  • New: Add a year dropdown to easily navigate between years
  • New: Allow to set ID as property for the input field
  • New: Add disabled to propTypes
  • New: Add refs to component
  • New: Add include dates
  • New: Upgrade to EcmaScript 2015
  • New: Inline examples in master to improve local development
  • Fixed: A bug that the Datepicker reopens after clicking on the input when the Datepicker is already open
  • Lots of other development fixes (Remove dist files, Node upgrade, Babel upgrade, no more Sauce Labs)

0.15.2

30 Oct 09:09

Choose a tag to compare

Read inRange from prop passed to Day

0.15.1

29 Oct 19:10

Choose a tag to compare

Fix for error in previous release

0.15.0

29 Oct 13:54

Choose a tag to compare

  • Implement support for Date ranges (#212)
  • Upgrade test frameworks

0.14.5

27 Oct 17:18

Choose a tag to compare

Final fixes for React 0.14

0.14.2

09 Oct 09:28

Choose a tag to compare

  • Bug fix for typo in ReactDOM

0.14.1

09 Oct 09:27

Choose a tag to compare

  • Make sure all React.render are converted to ReactDOM.render

0.14.0

09 Oct 09:01

Choose a tag to compare

  • Add support for React 0.14

0.13.0

02 Oct 08:28

Choose a tag to compare

  • New documentation!
  • Allow Datepicker to receive onFocus as props
  • Allow Datepicker to receive Tether constraints as props
  • Fix: Remove required check for selected prop
  • Fix: Clear button works in Firefox now