Skip to content

Releases: Clariity/react-chessboard

v2.1.2

15 Mar 14:21
Compare
Choose a tag to compare

v2.1.1

13 Mar 16:37
Compare
Choose a tag to compare

What's Changed

  • Bug fix: Click to Move story does not reset correctly if square click… by @richardjzhang in #62
  • Rebuilt and republished with aim to fix #64

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

20 Feb 12:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.8...v2.1.0

v2.0.8

15 Jan 13:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.7...v2.0.8

v2.0.7

02 Jan 20:50
Compare
Choose a tag to compare
  • feat: Chessboard is now responsive by default
  • feat: Rewritten entirely in TypeScript
  • repo: Storyboard added
  • fix: Backend options now used

v1.3.1

20 Nov 16:09
Compare
Choose a tag to compare

fix: Allow multiple boards to be shown at once

v1.3.0

03 Aug 21:08
Compare
Choose a tag to compare
  • fix(react-dnd): fixed drag and drop on react 18 e7ce86...
  • feat: Add onArrowsChange prop (#38)
  • fix: async issue in the basic example in readme (#37)

v1.2.6

09 Jul 10:53
Compare
Choose a tag to compare
  • fix: dnd backend (#39)
  • fix(clearPremoves): pass clearLastPieceColour when calling clearPremoves (#33)
  • feat(onMouseOver): Do not trigger onMouseOver/onMouseOut callbacks when moving onto child of Square element (#30)

v1.2.4

16 May 15:21
Compare
Choose a tag to compare
  • Upgrade peer dependencies [react] [react-dom] (#28)

v1.2.3

23 Apr 10:57
Compare
Choose a tag to compare
  • Export TS types for users to use in their own code (#26)