summaryrefslogtreecommitdiffstats
path: root/3rdparty/timepicker/releases.txt
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/timepicker/releases.txt')
-rwxr-xr-x[-rw-r--r--]3rdparty/timepicker/releases.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/3rdparty/timepicker/releases.txt b/3rdparty/timepicker/releases.txt
index 64622d49429..99ecbafdacb 100644..100755
--- a/3rdparty/timepicker/releases.txt
+++ b/3rdparty/timepicker/releases.txt
@@ -1,3 +1,13 @@
+Release 0.3.0 - 27 March 2012
+Fixed a zIndex problem in jQuery Dialog when the user clicked on the input while the timepicker was still visible.
+Added Czech translation, thanks David Spohr
+Added Swedish translation, thanks Björn Westlin
+Added Dutch translation, thanks Lowie Hulzinga
+Prevent showing the timepicker dialog with the button when disabled(Thanks ruhley. ref #38)
+Add ui-state-disabled class to button trigger when disabled.
+Fixed onClose function on first time passes the hours variable as string (Thanks Zanisimo, ref #39)
+Added "refresh" method $('selector').timepicker('refresh');
+
Release 0.2.9 - November 13, 2011
Fixed the zIndex problem and removed the zIndex option (Thanks everyone who reported the problem)
Fix a bug where repeatedly clicking on hour cells made the timepicker very slow.