Comparing version 1.3.2 to 1.3.3
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
[1.3.2] - 2019-03-22 | ||
[1.3.3] - 2019-03-29 | ||
* fixed bug #51 | ||
[1.3.2] - 2019-03-25 | ||
* New option: `dropdowns` | ||
@@ -6,0 +9,0 @@ |
@@ -1096,2 +1096,6 @@ /** | ||
} | ||
if (this._opts.inline) { | ||
updateDates(this.el, this._opts); | ||
} | ||
}, | ||
@@ -1129,2 +1133,6 @@ | ||
} | ||
if (this._opts.inline) { | ||
updateDates(this.el, this._opts); | ||
} | ||
}, | ||
@@ -1131,0 +1139,0 @@ |
{ | ||
"name": "lightpick", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"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
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
120984
1884