Releases: charliekassel/vuejs-datepicker
Releases · charliekassel/vuejs-datepicker
v1.0.1
Breaking changes:
disabled
has been renamed todisabledDates
disabledPicker
has been renamed todisabled
- 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
Potential breaking change.
Datepicker now preserves time, instead of throwing away the time value by zeroing it out.
v0.7.0
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.