xdan / datetimepicker

jQuery Plugin Date and Time Picker
https://xdsoft.net/jqplugins/datetimepicker/
MIT License
3.5k stars 1.52k forks source link

Completely broken now? #816

Open xpusostomos opened 7 months ago

xpusostomos commented 7 months ago

It seems that this module is somehow configuted to drag in the latest jquery as a dependency. And since basically everything is incompatible with the new jquery-4.0.0-beta, that gets dragged in, and every build on the planet breaks. That was a terrible idea.

jfroffice commented 6 months ago

works on v3.3.1 but failed on v3.4.x

Uncaught TypeError: $cur.datetimepicker is not a function
jfroffice commented 5 days ago

any update ?

xpusostomos commented 5 days ago

I don't know, but I think you can work around it by making your build file pick the jquery you want. Long term, we probably need to move to another library but I couldn't get any other to work as yet. Or maybe someone will come to the rescue and maintain this, I don't know.