Comparing version 1.0.8 to 1.0.9
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
[1.0.9] - 2018-07-19 | ||
* fixed bug #9 | ||
[1.0.8] - 2018-07-12 | ||
@@ -5,0 +8,0 @@ * new option `hideOnBodyClick` (by ninty9notout) |
@@ -121,3 +121,3 @@ /** | ||
extraClass = extraClass.filter( function( el ) { | ||
return ['is-start-date', 'is-in-range', 'is-end-date'].indexOf( el ) < 0; | ||
return ['is-start-date', 'is-in-range', 'is-end-date', 'is-disabled', 'is-flipped'].indexOf( el ) < 0; | ||
}); | ||
@@ -402,2 +402,5 @@ day.className = day.className.concat(extraClass); | ||
} | ||
else { | ||
updateDates(self.el, self._opts); | ||
} | ||
} | ||
@@ -404,0 +407,0 @@ } |
{ | ||
"name": "lightpick", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Javascript date range picker - lightweight, no jQuery", | ||
@@ -5,0 +5,0 @@ "main": "lightpick.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90594
1495