forked from wvega/timepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
47 lines (36 loc) · 1.66 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
* Sun Feb 26 2012 - Version 1.2.2
- Fix too much recursion error in parseTime function (#20)
- Verifies argument passed to parseTime is string
- Add support for jQuery 1.6 prop function
* Mon Nov 14 2011 - Version 1.2.1
- Fix strings support for startTime, minTime and maxTime options.
* Sun Nov 13 2011 - Version 1.2.0
- Add support for calling API methods using the plugin function,
passing the method's name as first argument and options as
subsequent arguments.
- Add an option() method to allow changing options values after
initialization.
- Add dropdown option to control whether the dropdown is displayed or not.
- Add scrollbar option to control whether the scrollbars are displayed or not.
- Aceept strings as values for the minTime, maxTime and startTime options.
* Tue Jul 26 2011 - Version 1.1.2
- Released under MIT and GPL Version 2 licenses.
- Add zindex option to override input field's z-index (thanks to Ian Enders).
* Tue Nov 23 2010 - Version 1.1.1
- Fix Issue #11 (https://github.com/wvega/timepicker/issues/11)
* Mon Nov 08 2010 - Version 1.1.0
- Use input field's z-index.
- Do not use rounded corners by default.
- Use a single UL element for all timepicker in the same page.
- Interval greather than 60 minutes are now supported.
- Add time-change custom event.
* Fri Oct 29 2010 - Version 1.0.3
- Add dynamic option
* Fri Oct 08 2010 - Version 1.0.2
- Add support for jQuery 1.3 and superior (thanks to Brian Link)
- Fix bug with jQuery 1.4.3
* Thu Oct 07 2010 - Version 1.0.1
- Fix selection issue in some versions of IE.
http://github.com/wvega/timepicker/issues/closed/#issue/3
* Wed Jul 17 2010 - Version 1.0.0
- jQuery Timepicker official release