Comparing version 1.4.2 to 1.4.3
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
[1.4.3] - 2019-11-01 | ||
* Fix reload options for dropdowns and locale objects | ||
[1.4.2] - 2019-11-01 | ||
@@ -5,0 +8,0 @@ * SCSS file added - PR #72 - Thanks @tomvanenckevort |
@@ -1308,3 +1308,8 @@ /** | ||
{ | ||
this._opts = Object.assign({}, this._opts, options); | ||
var dropdowns = this._opts.dropdowns; | ||
var locale = this._opts.locale; | ||
Object.assign(this._opts, this._opts, options); | ||
Object.assign(this._opts.dropdowns, dropdowns, options.dropdowns); | ||
Object.assign(this._opts.locale, locale, options.locale); | ||
} | ||
@@ -1311,0 +1316,0 @@ |
{ | ||
"name": "lightpick", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"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
1894
138876