Releases: AlexKrupko/DatePickerX
Releases · AlexKrupko/DatePickerX
1.1.1
1.1.0
- Added support to manipulate with DatePickerX using keyboard only. The datepicker can be selected by
Tab
key and opened byEnter
key clicking. Then you can move through calendar elements usingTab
,Shift+Tab
,ArrowUp
,ArrowDown
,ArrowLeft
andArrowRight
keys and select element byEnter
key clicking. Datepicker can be closed byEsc
key. - Options
minDate
andmaxDate
have been extended and now you can use callback function to set min and max dates. See example in thedemo
folder. - Removed support for Internet Explorer browser versions 10 and below.
- The
dpx-disabled
CSS class has been removed. It should be replaced by.date-picker-x button:disabled
selector in the custom styles. - Fixed typo and formatting issues in the code.
- Removed wrong examples in the
demo
folder
1.0.7
v1.0.7 Removed curly brackets for title format strings
1.0.5
The titleFormatDay
, titleFormatMonth
and titleFormatYear
parameters have been added.
1.0.4
- Fixed bug with not fully visible datepicker on top alignment. Now datepicker would be opened to down if there is not enough space on the top, even if space on the bottom is not enough also. Browser adds scroll in that case.
1.0.3
- Top/bottom alignment has been fixed in Internet Explorer browser.
1.0.2
- Added
ignoreLimits
flag forsetValue
method. If passed true min and max limits will be ignored - Added direction checking on calendar opening. it gives possibility to show calendar a maximally visible depending of free space above and under input element
1.0.1
- Added support in the InternetExplorer 10
- Added default values for SCSS variables
1.0.0
v1.0.0 Update README.md