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

Commit

Permalink
Release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyuanchen committed Apr 8, 2017
1 parent c87162f commit 1c8caf6
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 20 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog


## 0.5.2 (Apr 8, 2017)

- Fixed year and month picking issue.


## 0.5.1 (Mar 25, 2017)

- Hide the picker when the target input element is blurred (#54).
Expand Down
4 changes: 2 additions & 2 deletions dist/datepicker.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Datepicker v0.5.1
* Datepicker v0.5.2
* https://github.com/fengyuanchen/datepicker
*
* Copyright (c) 2014-2017 Fengyuan Chen
* Released under the MIT license
*
* Date: 2017-03-25T10:09:27.989Z
* Date: 2017-04-08T12:04:53.399Z
*/
.datepicker-container {
font-size: 12px;
Expand Down
6 changes: 4 additions & 2 deletions dist/datepicker.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Datepicker v0.5.1
* Datepicker v0.5.2
* https://github.com/fengyuanchen/datepicker
*
* Copyright (c) 2014-2017 Fengyuan Chen
* Released under the MIT license
*
* Date: 2017-03-25T10:09:27.455Z
* Date: 2017-04-08T12:04:43.796Z
*/

(function (factory) {
Expand Down Expand Up @@ -886,6 +886,7 @@
this.hideView();
}

this.pick('year');
break;

case 'year':
Expand Down Expand Up @@ -925,6 +926,7 @@
this.hideView();
}

this.pick('month');
break;

case 'month':
Expand Down
4 changes: 2 additions & 2 deletions dist/datepicker.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/datepicker.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/css/datepicker.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Datepicker v0.5.1
* Datepicker v0.5.2
* https://github.com/fengyuanchen/datepicker
*
* Copyright (c) 2014-2017 Fengyuan Chen
* Released under the MIT license
*
* Date: 2017-03-25T10:09:27.989Z
* Date: 2017-04-08T12:04:53.399Z
*/
.datepicker-container {
font-size: 12px;
Expand Down
4 changes: 2 additions & 2 deletions docs/css/datepicker.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<!-- Jumbotron -->
<div class="jumbotron docs-jumbotron">
<div class="container">
<h1>Datepicker <small class="version">v0.5.1</small></h1>
<h1>Datepicker <small class="version">v0.5.2</small></h1>
<p class="lead">A simple jQuery datepicker plugin.</p>
<div class="docs-carbonads-container">
<div class="docs-carbonads">
Expand Down
6 changes: 4 additions & 2 deletions docs/js/datepicker.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*!
* Datepicker v0.5.1
* Datepicker v0.5.2
* https://github.com/fengyuanchen/datepicker
*
* Copyright (c) 2014-2017 Fengyuan Chen
* Released under the MIT license
*
* Date: 2017-03-25T10:09:27.455Z
* Date: 2017-04-08T12:04:43.796Z
*/

(function (factory) {
Expand Down Expand Up @@ -886,6 +886,7 @@
this.hideView();
}

this.pick('year');
break;

case 'year':
Expand Down Expand Up @@ -925,6 +926,7 @@
this.hideView();
}

this.pick('month');
break;

case 'month':
Expand Down
6 changes: 3 additions & 3 deletions docs/js/datepicker.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fengyuanchen/datepicker",
"description": "A simple jQuery datepicker plugin.",
"version": "0.5.1",
"version": "0.5.2",
"main": "dist/datepicker.js",
"license": "MIT",
"repository": "fengyuanchen/datepicker",
Expand Down

0 comments on commit 1c8caf6

Please sign in to comment.