Releases: chronotruck/vue-ctk-date-time-picker
Releases · chronotruck/vue-ctk-date-time-picker
2.0.4 : Improvements & Bugs fix
Changelog
Features
- Add Year & Month selector on range mode
Improvements & bugs fix
- UX improvements
- Improve opening picker
- TimePicker improvements : Scroll selector
- Correct events emitted
- Correct 'invalid' year in Header on Range mode
- Correct alignments issues on Safari
2.0.3 : Bugs fix & add 'escape' keyboard event to close
Changelog
- Fix year month selector (no change date now)
- Fix buttons management with options (noButton, noButtonNow, autoClose)
- Add escape action to close picker
- Fix experience with scroll on TimePicker
2.0.0 : Refactoring & News Features
With your help and yours feedbacks, VueCtkDateTimePicker 2.0.0 is live
The component is "more"
- Light
- Robust
- Efficient
- Speed
- Responsive
- Beautiful
News Features
- Set your own custom shortcuts on range mode
- New button 'NOW' for set the current date time (not available on range mode)
- UI Time Picker (Select on scroll, UX)
- Custom element to trigger the component (Use your own input, button, etc to open VueCtkDateTimePicker)
- You can select year & month directly (not yet available on range mode)
- Calendar is now keyboard accessible (issue : #45)
- Font management improvement (remove @import css of roboto)
Options
- You can set the first day of week (option : first-day-of-week="(0 to 7)")
- Change the color of the validation button & 'now' button (button-color option)
- You can force the position where the component appears (Option : position="(top|bottom)")
- You can open the component programmatically (option : open="(true|false)")
- Option : persistent (the component stay always open)
- You can choose the size of the input (option : input-size="(true|false)")
Demo
- A demo with components more editable
Techno
- Update to
vue-cli 3
(local server & build)
Find it
- Install bata version :
npm install vue-ctk-date-time-picker
- DEMO : https://chronotruck.github.io/vue-ctk-date-time-picker
- DOC : https://github.com/chronotruck/vue-ctk-date-time-picker/blob/master/README.md
Le me know if you have others feedbacks !
2.0.0-rc8 : Bugs fix
Change log
- Fix keyboard accessibility issue on IE11
- Bug fix with date formatting
- Fix formatting date in range mode (issue #88)
2.0.0-rc7 : Refactoring & News Features
Change log
- Font management improvement (remove @import css of roboto)
- Fix bug with
first-day-of-week
option (issue : #78)
Features
- Calendar is now keyboard accessible (issue : #45)
Find it
Install bata version : npm install vue-ctk-date-time-picker@beta
DEMO : https://987z4lm0qy.codesandbox.io/
DOC : https://github.com/chronotruck/vue-ctk-date-time-picker/blob/feature/refont/README.md
Le me know if you have others feedbacks (events, bugs, etc)
v1.4.3 : Fix bug with E11 & UMD version (add babel plugin)
[Fix] E11 bug with UMD version(add babel plugin)]
2.0.0-rc6 : Refactoring & News Features
With your help and yours feedbacks, I released a new beta version '2.0.0-rc6' (release-candidate)
Thanks you
The components is "more"
- Light
- Robust
- Efficient
- Speed
- Responsive
- Beautiful
News Features
- Set your own custom shortcuts on range mode
- New button 'NOW' for set the current date time (not available on range mode)
- UI Time Picker (Select on scroll, UX)
- Custom element to trigger the component (Use your own input, button, etc to open VueCtkDateTimePicker)
- You can select year & month directly (not yet available on range mode)
Options
- You can set the first day of week (option : first-day-of-week="(0 to 7)")
- Change the color of the validation button & 'now' button (button-color option)
- You can force the position where the component appears (Option : position="(top|bottom)")
- You can open the component programmatically (option : open="(true|false)")
- Option : persistent (the component stay always open)
- You can choose the size of the input (option : input-size="(true|false)")
Demo
- A demo with components more editable
Techno
- Update to
vue-cli 3
(local server & build)
Find it
- Install bata version :
npm install vue-ctk-date-time-picker@beta
- DEMO : https://m4jxw3mzp9.codesandbox.io/
- DOC : https://github.com/chronotruck/vue-ctk-date-time-picker/blob/feature/refont/README.md
Le me know if you have others feedbacks (events, bugs, etc)
v1.4.2 : Bugs fix
Fix bugs :
- With 'this week' shortcut on Range Mode : https://github.com/chronotruck/vue-ctk-date-time-picker/issues/86
- 'without-input' option work fine now (but use inline) : https://github.com/chronotruck/vue-ctk-date-time-picker/issues/87
v1.4.1 : DisabledHours options & TS Types & Bugs fix
- Add TS types
- Add Disabled Hours
- Remove useless option enable-button-validate
- & bugs fix
v1.3.6 : Fix font import metods
Release 1.3.6 : Fix import font methods