Skip to content

Releases: Hacker0x01/react-datepicker

0.5.0

06 Feb 09:44
Compare
Choose a tag to compare
  • Ability to disable dates in the future and/or past
  • Ability to add a placeholder in the date input field

0.4.3

05 Feb 09:42
Compare
Choose a tag to compare
  • Upgrade React dependency to 0.12.2

0.4.2

28 Jan 16:24
Compare
Choose a tag to compare
  • Removed unused CSS (#68)

0.4.1

28 Jan 16:07
Compare
Choose a tag to compare
  • Fixed some issues with the new clickHandler and deprecated CSS classes (#66 & #67)

0.4.0

28 Jan 14:53
Compare
Choose a tag to compare
  • Fixed issues with clicking on the calendar in IE 11 and lower. (thanks to @hahahana)

0.3.1

28 Jan 11:02
@RSO RSO
Compare
Choose a tag to compare
  • Pushed React dependency to < 0.12 so we can start supporting createElement and eventually support ReactJS 0.12

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.