Releases: chronotruck/vue-ctk-date-time-picker
v2.5.0
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)
v2.4.0
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
v2.3.1
Fixes
- Apply the same change did on the hours, for the minutes on the
nearestIfDisabled
behaviour prop. - The
homepage
value on thepackage.json
will now be the Github releases #230 .
v2.3.0
v2.2.0
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
andid-picker-container
. Thanks again @alemagio
BREAKING CHANGES
- We do not rely on the
id
anddisabled
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.1.0 : MinDate & MaxDate allowed with time & some corrections
2.0.9 : Add clear button
🚀 Now you can clear the value with a button on right to the input
2.0.8 : Fix locale reactivity
Description
Now, you can update the locale ('en' --> 'fr') after it is mounted
2.0.7 : Bugs fix, new options & improvements
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 : Component lighter
Changelog
- Replace
moment-timezone
formoment
- CSS Improvement