|
| 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 | + |
1 | 15 | * Sun Feb 26 2012 - Version 1.2.2
|
2 | 16 | - Fix too much recursion error in parseTime function (#20)
|
3 | 17 | - Verifies argument passed to parseTime is string
|
|
7 | 21 | - Fix strings support for startTime, minTime and maxTime options.
|
8 | 22 |
|
9 | 23 | * 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, |
11 | 25 | passing the method's name as first argument and options as
|
12 | 26 | subsequent arguments.
|
13 |
| -- Add an option() method to allow changing options values after |
| 27 | +- Add an option() method to allow changing options values after |
14 | 28 | initialization.
|
15 | 29 | - Add dropdown option to control whether the dropdown is displayed or not.
|
16 | 30 | - Add scrollbar option to control whether the scrollbars are displayed or not.
|
|
37 | 51 | - Add support for jQuery 1.3 and superior (thanks to Brian Link)
|
38 | 52 | - Fix bug with jQuery 1.4.3
|
39 | 53 |
|
40 |
| - |
41 | 54 | * Thu Oct 07 2010 - Version 1.0.1
|
42 | 55 | - Fix selection issue in some versions of IE.
|
43 | 56 | http://github.com/wvega/timepicker/issues/closed/#issue/3
|
44 |
| - |
45 | 57 |
|
46 | 58 | * Wed Jul 17 2010 - Version 1.0.0
|
47 | 59 | - jQuery Timepicker official release
|
0 commit comments