Skip to content
This repository has been archived by the owner on Aug 11, 2019. It is now read-only.

Releases: phoenixwong/vue-timepicker

v0.2.6

17 Nov 15:12
Compare
Choose a tag to compare

Improvements

  • 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>

v0.2.5

29 Oct 14:57
Compare
Choose a tag to compare

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

21 Aug 11:39
Compare
Choose a tag to compare

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 than 0 or 00 as placeholder in vue-timepicker-update event

Fixes

  • Fixes second-interval and minute-interval's "undefined" bug under ES2015
  • Fixes for :time-value's binding data not being updated immediately

v0.2.0

05 Aug 12:02
Compare
Choose a tag to compare

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

02 Aug 16:58
Compare
Choose a tag to compare

The first notable release of vue-timepicker