Vuejs Datepicker Versions Save

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

v1.0.1

6 years ago

Breaking changes:

  • disabled has been renamed to disabledDates
  • disabledPicker has been renamed to disabled
  • Languages need to be explicitly imported, en is included by default

Additions:

  • Dates can now be typed into the input - readonly attribute has been removed
  • Build changes to use rollup instead webpack

v0.9.0

6 years ago

Potential breaking change.

Datepicker now preserves time, instead of throwing away the time value by zeroing it out.

v0.7.0

7 years ago

Renames wrapping css classes to a more unique namespace. Will potentially break older integrations if the datepicker's classes are targeted outside of the component.