oakmac / chessboardjs

JavaScript chessboard
https://chessboardjs.com
MIT License
2.01k stars 408 forks source link

Specify jQuery version in readme #169

Closed 0x213F closed 3 years ago

0x213F commented 5 years ago

Summary

I spent a fair amount of time debugging why the board wasn't working as expected. It turns out my jQuery v3.3.1 was not up to date enough. I see that the demo websites are running jQuery v3.4.1. I upgraded my jQuery and now things are working as expected.

Proposal

Can you specify the minimum jQuery version in the readme?

Zenahr commented 3 years ago

Seconded. It took me a full hour to get it working even though I've read the instructions on the website. Why is this still not inside the README? Is this project not being maintained anymore?

oakmac commented 3 years ago

Can you specify the minimum jQuery version in the readme?

Done with commit f093aaf4

I'm sorry y'all had trouble with this; I agree it should be clear in the documentation. The minimum jQuery version is specified in the package.json file, but that is pretty obscure unless you know to look for it.

Is this project not being maintained anymore?

I do not have any current plans for big changes for chessboard.js in the near future, but I have not ruled out working on a v2 completely. Meanwhile, I'm around to watch the repo for small stuff like this :wink: