-
refactor Datepicker to render subcomponents in template instead of creating new Vue instances
-
Patch Chromium bug
-
Don't use includes to make IE happy and avoid Polyfill
-
use date.toLocaleDateString to format year/month
-
refactor and reduce code logic
-
Return empty string if the date input doesn't parse
-
remove Array.find to make IE11 happy
-
Add week start (locale setting)