xeyownt / mwpgnjs

A MediaWiki extension to display and animate chess games (boards and moves) given in PGN format
Apache License 2.0
3 stars 1 forks source link

Migrate to PgnViewerJS v1.4.x #12

Open xeyownt opened 3 years ago

xeyownt commented 3 years ago

Lot of stuff happened to PgnViewerJS since v0.9.6. Let's try to migrate to latest version v1.4.x...

xeyownt commented 3 years ago

First summary of changes:

xeyownt commented 3 years ago

More changes are necessary to get basic board displayed:

xeyownt commented 3 years ago

No pieces are shown in MW, although there are showing fine in example.html. I could fix this by patching temporarily chessground/render.js (see https://github.com/ornicar/chessground/issues/169).

xeyownt commented 3 years ago

I now have a version that works mostly ok, with some regressions but improvements too:

Improvements:

Regressions:

Todo: