Skip to content

Releases: charliekassel/vuejs-datepicker

v1.0.1

27 Apr 05:53
Compare
Choose a tag to compare

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

10 Jul 07:01
Compare
Choose a tag to compare

Potential breaking change.

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

v0.7.0

10 Apr 07:19
Compare
Choose a tag to compare

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.