Skip to content

Releases: charliekassel/vuejs-datepicker

v1.5.1

20 Jun 06:35
Compare
Choose a tag to compare

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

19 Jun 07:02
Compare
Choose a tag to compare

Introduces use UTC prop to retain dates as UTC

v1.2.2

18 May 07:10
Compare
Choose a tag to compare

Fixes bug where typeable datepicker clears the input on blur

v1.2.0

11 May 18:22
Compare
Choose a tag to compare

Changes the event that closes the calendar from document click to input blur - #485
Fix for allowing enter to be pressed in non type mode - #487

v1.1.5

08 May 06:16
Compare
Choose a tag to compare

Fix: Change back to keypress event to prevent typing if typable is false.

v1.1.2

03 May 06:11
Compare
Choose a tag to compare

Adds enter and escape keypress listeners to close the picker.

v1.1.0

01 May 06:33
Compare
Choose a tag to compare

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

28 Apr 06:56
Compare
Choose a tag to compare

Fix: allow function to be passed to DateInput

v1.0.3

27 Apr 06:04
Compare
Choose a tag to compare

Adds year suffix for Japanese, Chinese and Korean languages - #469

v1.0.2

27 Apr 05:54
Compare
Choose a tag to compare

Fixes old disabledPicker properties. #469