add version description

This commit is contained in:
t1m0n 2016-01-23 18:26:06 +03:00
parent 8db16fd8f9
commit aec5745c70

View File

@ -19,6 +19,13 @@ $('.my-datepicker').datepicker([options])
## Change log
### v1.2.1
* tests added
* fixed if '0' is passed to 'firstDay'
* fixed 'showOtherYears' option
* fixed 'onSelect' event, when 'range' is true
* fixed case when 'range' and 'multipleDates' both set to true
### v1.2.0
* add `range` feature
* improve keyboard navigation (fixed two focused cells)