Skip to content

Releases: chronotruck/vue-ctk-date-time-picker

2.0.4 : Improvements & Bugs fix

23 Jan 16:23
Compare
Choose a tag to compare

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

15 Jan 15:37
Compare
Choose a tag to compare

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

14 Jan 14:05
Compare
Choose a tag to compare

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

Le me know if you have others feedbacks !

2.0.0-rc8 : Bugs fix

14 Jan 13:15
Compare
Choose a tag to compare

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

10 Jan 15:01
Compare
Choose a tag to compare

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)

10 Jan 10:10
Compare
Choose a tag to compare
[Fix] E11 bug with UMD version(add babel plugin)]

2.0.0-rc6 : Refactoring & News Features

04 Jan 16:32
Compare
Choose a tag to compare
Pre-release

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

Le me know if you have others feedbacks (events, bugs, etc)

v1.4.2 : Bugs fix

17 Dec 15:58
Compare
Choose a tag to compare

Fix bugs :

v1.4.1 : DisabledHours options & TS Types & Bugs fix

14 Dec 17:45
Compare
Choose a tag to compare
  • Add TS types
  • Add Disabled Hours
  • Remove useless option enable-button-validate
  • & bugs fix

v1.3.6 : Fix font import metods

25 Nov 17:46
Compare
Choose a tag to compare
Release 1.3.6 : Fix import font methods