Skip to content

Releases: Hacker0x01/react-datepicker

0.2.7

12 Sep 17:05
@RSO RSO
Compare
Choose a tag to compare
  • Added first Jest test suite
  • Fixed #37

0.2.6

12 Sep 17:05
@RSO RSO
Compare
Choose a tag to compare
  • Upgraded dependencies
  • Fixed a key warning in the example

0.2.5

10 Sep 11:36
@RSO RSO
Compare
Choose a tag to compare
  • Published package to NPM and added some more info to the package.json

0.2.4

04 Sep 09:51
Compare
Choose a tag to compare
  • Added key navigation support to navigate through the datepicker (#34)
  • Added jshint to grunt for local development (#35)
  • Upgraded dependencies (#36)

0.2.3

18 Jul 12:02
@RSO RSO
Compare
Choose a tag to compare
  • Bumped React dependency version to 0.11.0

0.2.2

08 Jul 07:24
Compare
Choose a tag to compare
  • Fixed a bug where clicking on a day causes the datepicker to close without selecting the date (#31)

0.2.1

08 Jul 00:35
@RSO RSO
Compare
Choose a tag to compare
  • Bump version in bower.json as well

0.2.0

08 Jul 00:33
@RSO RSO
Compare
Choose a tag to compare
  • 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

07 Jul 14:26
Compare
Choose a tag to compare
0.1.12 Pre-release
Pre-release
  • Fixed positioning when using multiple DatePicker components
  • Renamed date_start to value

0.1.11

04 Jul 13:12
Compare
Choose a tag to compare
0.1.11 Pre-release
Pre-release

Added option to give a start_date as props