Releases: wvega/timepicker
Releases · wvega/timepicker
jQuery Timepicker 1.3.5
jQuery Timepicker 1.3.4
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
jQuery TimePicker 1.3.2
jQuery TimePicker 1.3.1
Minor update to fix some errors in jQuery Package Manifest.
jQuery TimePicker 1.3.0
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
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
Changes for 1.2.1
- Fix strings support for startTime, minTime and maxTime options.
jQuery TimePicker 1.2.0
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.