Comparing version 1.4.0 to 1.4.1
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
[1.4.1] - 2019-10-23 | ||
* Fix iOS daylight savings time weekdayName issue - PR #85 | ||
[1.4.0] - 2019-10-22 | ||
@@ -5,0 +8,0 @@ * Fix minDate, maxDate, disableDates and value (gotoDate) of input now respects format parameter. |
@@ -108,3 +108,3 @@ /** | ||
{ | ||
return new Date(1970, 0, day).toLocaleString(opts.lang, { weekday: weekdayStyle || opts.weekdayStyle }); | ||
return new Date(1970, 0, day, 12, 0, 0, 0).toLocaleString(opts.lang, { weekday: weekdayStyle || opts.weekdayStyle }); | ||
}, | ||
@@ -111,0 +111,0 @@ |
{ | ||
"name": "lightpick", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Javascript date range picker - lightweight, no jQuery", | ||
@@ -5,0 +5,0 @@ "main": "lightpick.js", |
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
125902