Skip to content

Releases: wvega/timepicker

jQuery Timepicker 1.3.5

10 Jul 05:12
Compare
Choose a tag to compare

Changes for 1.3.5

  • Fix stray comma in bower.json (#81).

jQuery Timepicker 1.3.4

26 Jun 16:42
Compare
Choose a tag to compare

Changes for 1.3.4

  • Allow jquery-timepicker to work with Browserify (#75).
  • Add Bower support thanks to @madalinignisca (package name: jquery-timepicker-wvega) (#74).

jQuery Timepicker 1.3.3

21 May 01:38
Compare
Choose a tag to compare

Changes for 1.3.3

  • Prevent dropdown from closing in IE when user clicks scrollbar (#56).
  • Prevent long-click from closing the timepicker (#50).

jQuery TimePicker 1.3.2

14 Sep 01:35
Compare
Choose a tag to compare

Changes for 1.3.2

  • Add defaultTime option (#41).
  • Fix position bug (#43).

jQuery TimePicker 1.3.1

12 Nov 17:51
Compare
Choose a tag to compare

Minor update to fix some errors in jQuery Package Manifest.

jQuery TimePicker 1.3.0

12 Nov 17:53
Compare
Choose a tag to compare

Changes for 1.3.0

  • Drop support for jQuery 1.4.2 or below. Plugin requires jQuery 1.6.0 or newer.
  • Fix: Avoid showing dupliate time entries (#21)
  • Fix: next, previous, open and close methods are now chainable (#23)
  • Fix: getTime now takes into account values set using $.fn.val (#24)
  • Fix: Parse values like 12:77 into a valid datetime entry (#27).
  • Fix: Parse values like 6666 into a valid datetime entry (#33).
  • Fix: Use default cursor in time selector dropdown (#34).
  • Fix: Remove ReferenceError: event is not defined (#39).
  • Added lowercase am/pm format.
  • time-change event and change callbacks are triggered even if the new
    time is null.
  • Minor CSS fixes.

jQuery TimePicker 1.2.2

12 Nov 17:55
Compare
Choose a tag to compare

Changes for 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.

jQuery TimePicker 1.2.1

12 Nov 17:55
Compare
Choose a tag to compare

Changes for 1.2.1

  • Fix strings support for startTime, minTime and maxTime options.

jQuery TimePicker 1.2.0

12 Nov 17:56
Compare
Choose a tag to compare

Changes for 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.