sumcumo / vue-datepicker

A datepicker Vue component. Compatible with Vue 2.x.
https://sumcumo.github.io/vue-datepicker/
Apache License 2.0
75 stars 22 forks source link

reedsy fork #181

Open Remo opened 2 years ago

Remo commented 2 years ago

I've noticed that there's another fork which is quite active: https://github.com/reedsy/vuejs-datepicker

Has anyone checked those changes? I didn't notice, but we are still using the original version which hasn't been maintained in a long time. Wondering what fork we should migrate/contribute to.

mst101 commented 2 years ago

Hi Remo, thanks for pointing that out. I wasn't aware of that fork, but have been actively contributing to this fork over the past couple of years, or so. It does seem daft to duplicate effort...

I've just had a brief look at the reedsy fork and noticed that there are no transitions. I also ran into trouble when adding disabled dates and experienced some difficulty when using the keyboard navigation which I was keen to look at since that has been my most significant contribution to this fork. (It'll be interesting to see more closely how they have tried to implement this). Unfortunately, I was unable to raise any issues as they seem to have disabled this within GitHub.

As for this (sumcumo) fork, now that all significant issues concerning v2 have been resolved and the code has been tidied up (latest commits still to be merged), I've been working on upgrading to v3.

Remo commented 2 years ago

Thanks for the quick reply. I also noticed that they don't have an issue tracking, making me believe they manage it for themselves. Which of course if perfectly fine, but we'll have a look at your fork. Thanks for keeping this project alive!