diff --git a/.gitignore b/.gitignore index 38f211d3..6289cb6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules .c9revisions +.c9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cda6113..9438f818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,18 @@ # Changelog +## 1.5.0 - 2016-10-27 + +- Make Pikaday accessibile, see #522 +- Add possibility to reset the max and min date to the date picker +- Make Pikaday XHTML compatible, see #492 +- Remove unnecessary setTimeout call, fixes #496 +- Make disabled buttons not clickable in IE 10 and below, fixes #288 +- Show days in next and previous months + ## 1.4.0 - 2015-10-30 -- Fix touch device support, see #374, #276, #301, #303, #324, #366 and #386 -- Add theme example with triangles added to the dropdowns, see #380 +- Fix touch device support, see #374 +- Add possibility to reset the max and min date to the date picker ## 1.3.3 - 2015-02-17 diff --git a/component.json b/component.json index f7c5759b..da541b00 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "pikaday", "repo": "dbushell/Pikaday", "description": "A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS", - "version": "1.4.0", + "version": "1.5.0", "keywords": [ "datepicker", "calendar", diff --git a/package.json b/package.json index 387dba2c..ac55531f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pikaday", - "version": "1.4.0", + "version": "1.5.0", "description": "A refreshing JavaScript Datepicker — lightweight, no dependencies, modular CSS", "keywords": [ "datepicker",