Skip to content

Releases: Hacker0x01/react-datepicker

0.3.0

18 Dec 10:52
Compare
Choose a tag to compare
  • Added support for date formatting. You can change the default formatting by adding props (i.e. dateFormat: "YYYY/MM/DD"). Thanks to @maxweber.

0.2.10

17 Oct 19:49
@RSO RSO
Compare
Choose a tag to compare
  • Removed SCSS source maps from the bower package. The source map unfortunately broke our integration with rails-assets.

0.2.9

07 Oct 03:48
@RSO RSO
Compare
Choose a tag to compare
  • Added SCSS source map to bower.json

0.2.8

22 Sep 18:20
@RSO RSO
Compare
Choose a tag to compare

Merged #43, which allows the datepicker to be included through NPM with browserify.

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)