Releases: Hacker0x01/react-datepicker
Releases · Hacker0x01/react-datepicker
0.5.0
- Ability to disable dates in the future and/or past
- Ability to add a placeholder in the date input field
0.4.3
- Upgrade React dependency to 0.12.2
0.4.1
- Fixed some issues with the new clickHandler and deprecated CSS classes (#66 & #67)
0.4.0
- Fixed issues with clicking on the calendar in IE 11 and lower. (thanks to @hahahana)
0.3.1
- Pushed React dependency to
< 0.12
so we can start supporting createElement
and eventually support ReactJS 0.12
0.3.0
- 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
- Removed SCSS source maps from the bower package. The source map unfortunately broke our integration with rails-assets.
0.2.9
- Added SCSS source map to bower.json
0.2.8
Merged #43, which allows the datepicker to be included through NPM with browserify.