Releases: mganjoo/gchessboard
Releases · mganjoo/gchessboard
v1.3.1
- Small style cleanups and update to ESLint version.
v1.3.0
- Reduce the number of squares where browser touch actions like scrolling are disabled.
v1.2.0
- Fix misalignment of arrows with board when
coords
is set to outside
.
v1.1.1
- Small cleanup of Munkres algorithm code and comments
v1.0.0-0
- Make gchessboard a pure ESM package notes
v0.4.0
Added
- Magnify piece when dragging by touch (#35).
v0.3.1
- Explicitly export some types for use in libraries (e.g.
BoardArrow
, MoveStartEvent
, etc)