Releases: Hacker0x01/react-datepicker
Releases · Hacker0x01/react-datepicker
0.2.1
08 Jul 00:35
Compare
Sorry, something went wrong.
No results found
Bump version in bower.json as well
0.2.0
08 Jul 00:33
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed positioning when using multiple DatePicker components
Renamed date_start to value
0.1.11
04 Jul 13:12
Compare
Sorry, something went wrong.
No results found
Added option to give a start_date as props
0.1.10
04 Jul 09:27
Compare
Sorry, something went wrong.
No results found
This solves an issue where the calendar wouldn't immediately switch to the correct view when a user types in another date in the input.
0.1.9
04 Jul 08:27
Compare
Sorry, something went wrong.
No results found
Updated CSS prefix and fixed Tether positioning
Added Travis CI and JsLint
0.1.8
03 Jul 22:39
Compare
Sorry, something went wrong.
No results found
Fixed a bug where the calendar would be hidden when clicking inside of the calendar
Cleaned up CSS and moved to a single react-datepicker.css file
Pre-release
03 Jul 08:59
Compare
Sorry, something went wrong.
No results found
Merge pull request #5 from Hacker0x01/add-browserify
Added browserify for packaging