Skip to content

Releases: Hacker0x01/react-datepicker

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

0.1.10

04 Jul 09:27
Compare
Choose a tag to compare
0.1.10 Pre-release
Pre-release

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
Choose a tag to compare
0.1.9 Pre-release
Pre-release
  • Updated CSS prefix and fixed Tether positioning
  • Added Travis CI and JsLint

0.1.8

03 Jul 22:39
@RSO RSO
Compare
Choose a tag to compare
0.1.8 Pre-release
Pre-release
  • 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
Choose a tag to compare
Pre-release Pre-release
Pre-release
Merge pull request #5 from Hacker0x01/add-browserify

Added browserify for packaging