Skip to content

Releases: AlexKrupko/DatePickerX

1.1.1

13 Jun 09:23
Compare
Choose a tag to compare
  1. Fixed tab index conflict when multiple datepickers are used on the page.
  2. Fixed registering of multiple event listeners for window object when multiple datepickers are used on the page.

1.1.0

12 Jun 20:33
Compare
Choose a tag to compare
  1. Added support to manipulate with DatePickerX using keyboard only. The datepicker can be selected by Tab key and opened by Enter key clicking. Then you can move through calendar elements using Tab, Shift+Tab, ArrowUp, ArrowDown, ArrowLeft and ArrowRight keys and select element by Enter key clicking. Datepicker can be closed by Esc key.
  2. Options minDate and maxDate have been extended and now you can use callback function to set min and max dates. See example in the demo folder.
  3. Removed support for Internet Explorer browser versions 10 and below.
  4. The dpx-disabled CSS class has been removed. It should be replaced by .date-picker-x button:disabled selector in the custom styles.
  5. Fixed typo and formatting issues in the code.
  6. Removed wrong examples in the demo folder

1.0.7

09 Dec 01:44
Compare
Choose a tag to compare
v1.0.7

Removed curly brackets for title format strings

1.0.5

09 Dec 00:02
Compare
Choose a tag to compare

The titleFormatDay, titleFormatMonth and titleFormatYear parameters have been added.

1.0.4

12 Apr 17:35
Compare
Choose a tag to compare
  1. 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

12 Apr 16:55
Compare
Choose a tag to compare
  1. Top/bottom alignment has been fixed in Internet Explorer browser.

1.0.2

11 Sep 20:45
Compare
Choose a tag to compare
  • Added ignoreLimits flag for setValue 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

14 Jan 13:11
Compare
Choose a tag to compare
  • Added support in the InternetExplorer 10
  • Added default values for SCSS variables

1.0.0

14 Jul 13:22
Compare
Choose a tag to compare
v1.0.0

Update README.md