The Change Log of Vue Time Picker
vue-timepicker
- Added stop propagation
.stop
to click events - Add support to
<label for="...">
<!-- Sample -->
<label for="yourID">Your Label Text</label>
<vue-timepicker id="yourID"></vue-timepicker>
Introduce a brand new version for Vue 2.x: vue2-timepicker
- Reduced the times of direct manipulation of watched/synced variables, for better performance.
- Improved the returning data of
vue-timepicker-update
event in some situation, like dynamically changing the format string for example.
Fixes Demo page code block and scrolling issue in some Webkit browsers (Safari and some previous version of Chrome) and Firefox
Added sample usage of v-for
and @change
in Demo Page
- Enhanced
@change
event. Return full values whentime-value
is not set - When data field is empty, return empty string
''
other than0
or00
as placeholder invue-timepicker-update
event
Fixes second-interval
and minute-interval
's "undefined" bug under ES2015
Introduce @change
event
Better support v-for
usage
Fixes for :time-value
's binding data not being updated immediately
The ES5 solution is available!
Minor style and format fixes:
- Enhanced clear button, with increased clickable zone and better vertical alignment
- CSS styles are now provided in a separate file
The first notable release of vue-timepicker