Releases: charliekassel/vuejs-datepicker
v1.5.1
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
Introduces use UTC prop to retain dates as UTC
v1.2.2
Fixes bug where typeable datepicker clears the input on blur
v1.2.0
v1.1.5
Fix: Change back to keypress
event to prevent typing if typable is false.
v1.1.2
Adds enter
and escape
keypress listeners to close the picker.
v1.1.0
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
Fix: allow function to be passed to DateInput