Vuejs Datepicker Versions Save

A simple Vue.js datepicker component. Supports disabling of dates, inline mode, translations

v1.5.1

5 years ago

Update markup for bootstrap styling to support bootstrap v4. Add pre-commit package to run lint and tests. Emit change month from DatePicker Add invalid attribute for autocomplete to attempt to prevent autocompletion. - https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion

v1.4.0

5 years ago

Introduces use UTC prop to retain dates as UTC

v1.2.2

6 years ago

Fixes bug where typeable datepicker clears the input on blur

v1.2.0

6 years ago

Changes the event that closes the calendar from document click to input blur - https://github.com/charliekassel/vuejs-datepicker/pull/485 Fix for allowing enter to be pressed in non type mode - https://github.com/charliekassel/vuejs-datepicker/issues/487

v1.1.5

6 years ago

Fix: Change back to keypress event to prevent typing if typable is false.

v1.1.2

6 years ago

Adds enter and escape keypress listeners to close the picker.

v1.1.0

6 years ago

Feature: Typeable dates introduced in 1.0.0 are no longer enabled by default and need to be specifically configured with the typeable prop set to true.

v1.0.4

6 years ago

Fix: allow function to be passed to DateInput

v1.0.3

6 years ago

Adds year suffix for Japanese, Chinese and Korean languages - https://github.com/charliekassel/vuejs-datepicker/pull/469

v1.0.2

6 years ago

Fixes old disabledPicker properties. https://github.com/charliekassel/vuejs-datepicker/pull/469