Skip to content
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.

Commit

Permalink
v1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
wakirin committed Feb 12, 2019
1 parent 4954d34 commit eff1de3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

[1.2.10] - 2019-02-12
* fixed bug #36

[1.2.9] - 2019-01-15
* fixed bugs #28, #29, #30

Expand Down
2 changes: 2 additions & 0 deletions lightpick.js
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,8 @@
}
}

this.syncFields();

if (!self.isShowing) {
self.show();
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lightpick",
"version": "1.2.9",
"version": "1.2.10",
"description": "Javascript date range picker - lightweight, no jQuery",
"main": "lightpick.js",
"scripts": {
Expand Down

0 comments on commit eff1de3

Please sign in to comment.