Skip to content

v0.2.0

Compare
Choose a tag to compare
@phoenixwong phoenixwong released this 10 Aug 09:10
· 152 commits to master since this release

Breaking Changes

  • Upgraded to support more current vue (2.6.10) and vue-cli (3.9.0) with Webpack 4.

New

  • New hour-range support. Added capability to show which hours are available and disabled the rest. (#63)
  • New hide-disabled-hours. The best companion of hour-range, for you to hide unwanted hours in the hour picker.
  • New disabled parameter. To disable dropdown picker and clear button in the UI. (#22)

Improvements

  • Put 12 before 1 in the hour select for 12-hour format (hh and h). It will be more natural, especially when paired with hour-range.
  • Support name parameter as regular form inputs. (#42, Thanks to @dilipgurung)
  • Emit open and close events to help to track the dropdown toggle status. (#35, Thanks to @tprashan)