Comparing version 1.3.3 to 1.3.4
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
[1.3.3] - 2019-03-29 | ||
[1.3.4] - 2019-03-30 | ||
* fixed bug #51 | ||
@@ -6,0 +6,0 @@ |
@@ -1096,6 +1096,2 @@ /** | ||
} | ||
if (this._opts.inline) { | ||
updateDates(this.el, this._opts); | ||
} | ||
}, | ||
@@ -1133,9 +1129,5 @@ | ||
} | ||
if (this._opts.inline) { | ||
updateDates(this.el, this._opts); | ||
} | ||
}, | ||
setDate: function(date) | ||
setDate: function(date, preventOnSelect) | ||
{ | ||
@@ -1145,3 +1137,7 @@ if (!this._opts.singleDate) { | ||
} | ||
this.setStartDate(date, true); | ||
this.setStartDate(date, preventOnSelect); | ||
if (this.isShowing) { | ||
updateDates(this.el, this._opts); | ||
} | ||
}, | ||
@@ -1148,0 +1144,0 @@ |
{ | ||
"name": "lightpick", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"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
120907
1881