Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue2-timepicker

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue2-timepicker - npm Package Versions

134

1.0.8

Diff

Changelog

Source

v 1.0.8

Improvements

Keep the dropdown menu open when mouse drag on the hour/minute/second list's scrollbar handler.

phoenixwong
published 1.0.7 •

Changelog

Source

v 1.0.7

Fixes

Fixes placeholder not dynamically updated issue in some cases (Thanks to @ObsidianTech).

Improvements

Vertical alignment refined for the clear button across different browsers.

phoenixwong
published 1.0.6 •

Changelog

Source

v 1.0.6

New

Added auto-scroll feature.

Improvements

On Advanced Keyboard mode, auto-focus on the selected value (if any) in priority.

phoenixwong
published 1.0.5 •

Changelog

Source

v 1.0.5

Fixes

Fixes the Advanced Keyboard tab navigating feature on Firefox

phoenixwong
published 1.0.4 •

Changelog

Source

v 1.0.4

Improvements

  • Adjust the default value of blur-delay to 300ms. (Thanks to @rjurado01).
  • Added Array and Object types support to input-class.
phoenixwong
published 1.0.3 •

Changelog

Source

v 1.0.3

New

Added lazy event mode. (Thanks to @VictorCazanave)

phoenixwong
published 1.0.2 •

Changelog

Source

v 1.0.2

New

  • Support customized labels for the hour, minute, second, and APM pickers (Thanks to @maritaria).
  • Support setting customized text to replace the am/pm (AM/PM) string in the UI.
  • Added input-width property to help to adjust Timepicker's width with ease.

Improvements

Added more guiding notes for SSR usage. (Thanks to @oj-recit)

phoenixwong
published 1.0.1 •

Changelog

Source

v 1.0.1

Fixes

Fixes the String form v-model support on Edge and Safari

phoenixwong
published 1.0.0 •

Changelog

Source

v 1.0.0

Breaking Changes

⚠️ IMPORTANT: The default import source in v1.0.0+ is different from the v0.x versions.

From v1.0.0+, CSS is excluded from the main source. Please import the CSS file separately.

// v1.0.0+
//
import VueTimepicker from 'vue2-timepicker'
// -> Imports JS file in UMD form

// CSS
import 'vue2-timepicker/dist/VueTimepicker.css'

Comparing to:

// While in the v0.x versions
import VueTimepicker from 'vue2-timepicker'
// -> Imports the *.vue Single File Component together with CSS

Please check the Documentation for more available import formats.

New

  • Support using String value in v-model.
  • New minute-range and second-range support. Companioned with hide-disabled-minutes and hide-disabled-seconds.
  • New hide-disabled-items property for hiding all excluded items (hour, minute and seconds) at a time.
  • New close-on-complete for automatically close the dropdown when the user finishes selecting all of the required fields.
  • Added advanced-keyboard support for Arrow Keys navigation and Space/Enter key selection.
  • New tabindex property support, which will be assigned to the <input type="text"> within the component.
  • Added debug-mode to help developers investigating the input -> output process.

Fixes

Added ES "module" and other version fields in package.json to resolving more loader issues. (Thanks to @Trainmaster)

Improvements

When hour-range is set in a 12-hour format Timepicker, recheck the selected hour's validity after user switching "AM/PM" from the dropdown.

phoenixwong
published 1.0.0-beta.2 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc