This repository was 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-updateevent 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
@changeevent - Added sample usage of
v-forand@changein Demo Page
Improvements
- Better support
v-forusage - When data field is empty, return empty string
''other than0or00as placeholder invue-timepicker-updateevent
Fixes
- Fixes
second-intervalandminute-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