Vue Ctk Date Time Picker Versions Save

VueJS component to select dates & time, including a range mode

2.5.0

3 years ago

Fixes

  • Issue with 'scrollTop' of undefined called (#293)
  • Making sure the validate button is visible on mobile (#297, #229, #192)
  • Month/year button size issue with IE 11 (#267)
  • Clear button aligment on IE 11 (#301)
  • Hide clear button if the input is disabled (#289)
  • Make sure the am/pm buttons are always visible (#295)

2.4.0

3 years ago

Changelog

Features

Custom shortcuts callback function

For custom-shortcuts, a callback function can be added for each shortcut. This function would be called whenever the user clicks on the shortcut. The function receives an object with the start and end values along with the shortcut object itself. See README for more informations. Issue #218

BREAKING CHANGES

Range shortcuts

2.3.1

4 years ago

Fixes

  • Apply the same change did on the hours, for the minutes on the nearestIfDisabled behaviour prop.
  • The homepage value on the package.json will now be the Github releases #230 .

2.3.0

4 years ago

Features

  • The plugin is now compatible with Nuxt. #75
  • A new property (behaviour) is available, to control the way the default hour when disabled. See the README for more informations. #221

Fixes

  • The is-hidden event will no longer be emitted twice (or more) #215

2.2.0

4 years ago

The plugin has been on a stale state for some months but we, at Chronotruck will keep it up to date and bug-free as much as we can. Special thanks to the original author @LouisMazel.

Changelog

Fixes

  • The issue about the "Invalid date" (#196) has been fixed by #198. Thanks to @Tiarhai
    • The behaviour of clicking twice on either "PM" or "AM" to add/remove 12h has been removed.
  • We changed the ids from the picker to avoid multiple ids conflicts. You'll now have a id-wrapper, id-input and id-picker-container. Thanks again @alemagio

BREAKING CHANGES

  • We do not rely on the id and disabled props. Instead it will be considered as attributes because we're passing the attributes from the main component to the input. Every attribute you specify in the main component will be applied to the input (eg. type attribute). You can still use the id & disabled attributes of course.

Misc

We're adding new development policies to this plugin, specially regarding tests. We want to provide something that's reliable for ourselves (at Chronotruck) and other developers that rely on this plugin. We'll answer more quickly to bug issues & pull-requests along with vulnerability reports.

2.0.9

5 years ago

:rocket: Now you can clear the value with a button on right to the input

2.0.8

5 years ago

Description

Now, you can update the locale ('en' --> 'fr') after it is mounted

2.0.7

5 years ago

New options

  • Disabled weekly dates (Ex : disable all friday)
  • no-keyboard (disable navigation & accessibility with keyboard)
  • enabled-dates (enable specific dates)
  • right (to align the picker on right)

Improvements

  • Responsive

2.0.5

5 years ago

Changelog

  • Replace moment-timezone for moment
  • CSS Improvement