Skip to content

Releases: mganjoo/gchessboard

v1.3.1

15 Jul 02:25
aec3067
Compare
Choose a tag to compare
  • Small style cleanups and update to ESLint version.

v1.3.0

14 Jul 04:15
e580847
Compare
Choose a tag to compare
  • Reduce the number of squares where browser touch actions like scrolling are disabled.

v1.2.0

22 Dec 16:47
bcdda4c
Compare
Choose a tag to compare
  • Fix misalignment of arrows with board when coords is set to outside.

v1.1.2

08 Nov 06:15
e1a19c9
Compare
Choose a tag to compare
  • Small style fixes

v1.1.1

19 Dec 07:18
Compare
Choose a tag to compare
  • Small cleanup of Munkres algorithm code and comments

v1.1.0

19 Dec 05:51
Compare
Choose a tag to compare

v1.0.0

03 Dec 19:51
Compare
Choose a tag to compare
  • Release 1.0.0

v1.0.0-0

03 Dec 19:36
Compare
Choose a tag to compare
v1.0.0-0 Pre-release
Pre-release
  • Make gchessboard a pure ESM package notes

v0.4.0

28 Nov 05:04
Compare
Choose a tag to compare

Added

  • Magnify piece when dragging by touch (#35).

v0.3.1

03 Mar 11:51
Compare
Choose a tag to compare
  • Explicitly export some types for use in libraries (e.g. BoardArrow, MoveStartEvent, etc)