Releases: Hacker0x01/react-datepicker
Releases · Hacker0x01/react-datepicker
0.2.7
- Added first Jest test suite
- Fixed #37
0.2.6
- Upgraded dependencies
- Fixed a key warning in the example
0.2.5
- Published package to NPM and added some more info to the package.json
0.2.4
- Added key navigation support to navigate through the datepicker (#34)
- Added jshint to grunt for local development (#35)
- Upgraded dependencies (#36)
0.2.3
- Bumped React dependency version to 0.11.0
0.2.2
- Fixed a bug where clicking on a day causes the datepicker to close without selecting the date (#31)
0.2.1
- Bump version in bower.json as well
0.2.0
- Added onChange prop, which is called when the user selects a date (#20, #24)
- Added small timeout when the user selects a date (#14)
- Use strict date parsing when changing the input value (#25)
- Fixed a bug where a hard click would not select the date (#21)
0.1.12
- Fixed positioning when using multiple DatePicker components
- Renamed
date_start
to value
0.1.11
Added option to give a start_date as props