Skip to content

Commit 7e138e3

Browse files
committed
Version 1.3.0
1 parent cafa24f commit 7e138e3

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

AUTHORS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
Willington Vega <[email protected]>
44
Brian Link <[email protected]>
55
Ian Enders <[email protected]>
6-
Conrad Frame <[email protected]>
6+
Jo Liss https://github.com/joliss
7+
Billy Bednar https://github.com/billybednar
8+
Conrad Frame https://github.com/sponrad

CHANGELOG

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
* Sat Nov 09 2013 - Version 1.3.0
2+
- Drop support for jQuery 1.4.2 or below. Plugin requires jQuery 1.6.0 or newer.
3+
- Fix: Avoid showing dupliate time entries (#21)
4+
- Fix: next, previous, open and close methods are now chainable (#23)
5+
- Fix: getTime now takes into account values set using $.fn.val (#24)
6+
- Fix: Parse values like 12:77 into a valid datetime entry (#27).
7+
- Fix: Parse values like 6666 into a valid datetime entry (#33).
8+
- Fix: Use default cursor in time selector dropdown (#34).
9+
- Fix: Remove ReferenceError: event is not defined (#39).
10+
- Added lowercase am/pm format.
11+
- time-change event and change callbacks are triggered even if the new
12+
time is null.
13+
- Minor CSS fixes.
14+
115
* Sun Feb 26 2012 - Version 1.2.2
216
- Fix too much recursion error in parseTime function (#20)
317
- Verifies argument passed to parseTime is string
@@ -7,10 +21,10 @@
721
- Fix strings support for startTime, minTime and maxTime options.
822

923
* Sun Nov 13 2011 - Version 1.2.0
10-
- Add support for calling API methods using the plugin function,
24+
- Add support for calling API methods using the plugin function,
1125
passing the method's name as first argument and options as
1226
subsequent arguments.
13-
- Add an option() method to allow changing options values after
27+
- Add an option() method to allow changing options values after
1428
initialization.
1529
- Add dropdown option to control whether the dropdown is displayed or not.
1630
- Add scrollbar option to control whether the scrollbars are displayed or not.
@@ -37,11 +51,9 @@
3751
- Add support for jQuery 1.3 and superior (thanks to Brian Link)
3852
- Fix bug with jQuery 1.4.3
3953

40-
4154
* Thu Oct 07 2010 - Version 1.0.1
4255
- Fix selection issue in some versions of IE.
4356
http://github.com/wvega/timepicker/issues/closed/#issue/3
44-
4557

4658
* Wed Jul 17 2010 - Version 1.0.0
4759
- jQuery Timepicker official release

jquery-timepicker.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jquery-timepicker",
33
"title": "jQuery Timepicker",
44
"description": "Enhances standard form input fields helping users to select (or type) times.",
5-
"version": "1.2.2",
5+
"version": "1.3.0",
66
"homepage": "http://wvega.github.com/timepicker/",
77
"author": {
88
"name": "Willington Vega",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jquery-timepicker",
33
"title": "jQuery Timepicker",
44
"description": "Enhances standard form input fields helping users to select (or type) times.",
5-
"version": "1.2.2",
5+
"version": "1.3.0",
66
"homepage": "http://wvega.github.com/timepicker/",
77
"author": {
88
"name": "Willington Vega",

0 commit comments

Comments
 (0)