vue-datetime
vue-datetime copied to clipboard
New 1.x version coming soon
I'm working on a new 1.x version. It'll be similar to current 0.x version and it'll include some of the requested features. moment dependency will be replaced by luxon and it'll be dropped out from the build (right now moment is built-in... I know it's wrong).
Also, the new version will be fully tested and provide CommonJS, ES6 Module and browser version.
I hope to publish an alpha version soon.
Therefore the current version only will be updated to solve bugs.
First alpha version was released, is NOT complete yet but is ready to test.
I noticed that you mentioned that the time picker might not be implemented in the next version. Could you expand on that?
was looking forward to migrating my app to the new version, but I require a time picker and will have switch to a different library if you don't plan to implement it.
@jasonlfunk I'm still thinking about but I think that I will implement it.
@mariomka Awesome! 👍
A few requests that I have against the first option that I'd love to see implemented. Free feel to ignore them. :)
- [ ] Allow for custom minute steps (every 15m, 30m, etc)
- [ ] Allow for a single step date and time picker, instead of two steps.
In 1.x you can define the step for hours and minutes.
About the second request, I'm not sure it's a good idea, where can I put the time picker on small devices?
Thanks.
Regarding small screens, the ideal would be that it would be 1 step on large screens and 2 steps on small screes, but I understand that it would be more complicated that way.
@mariomka When do u plan to release full version? Will this calendar be updated regulary?