This repository has been archived by the owner on Aug 11, 2019. It is now read-only.
Releases: phoenixwong/vue-timepicker
Releases · phoenixwong/vue-timepicker
v0.2.6
v0.2.5
Update
Introduce a brand new version for Vue 2.x: vue2-timepicker
Improvements
- 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
Fixes Demo page code block and scrolling issue in some Webkit browsers (Safari and some
previous version of Chrome) and Firefox
v0.2.2
New
- Introduce
@change
event - Added sample usage of
v-for
and@change
in Demo Page
Improvements
- Better support
v-for
usage - When data field is empty, return empty string
''
other than0
or00
as placeholder invue-timepicker-update
event
Fixes
- Fixes
second-interval
andminute-interval
's "undefined" bug under ES2015 - Fixes for
:time-value
's binding data not being updated immediately
v0.2.0
New
The ES5 solution is available!
Fixes
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
First Release
The first notable release of vue-timepicker