cm-chessboard 7.3.3 → 7.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -356,8 +356,9 @@ export const EXTENSION_POINT = {
356
356
  positionChanged: "positionChanged", // the positions of the pieces was changed
357
357
  boardChanged: "boardChanged", // the board (orientation) was changed
358
358
  moveInputToggled: "moveInputToggled", // move input was enabled or disabled
359
- moveInput: "moveInput", // to validate and/or cancel the move on start or end
359
+ moveInput: "moveInput", // move started, moving over a square, validating or canceled
360
360
  redrawBoard: "redrawBoard", // called after redrawing the board
361
+ animation: "animation", // called on animation start, end and on every animation frame
361
362
  destroy: "destroy" // called, before the board is destroyed
362
363
  }
363
364
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cm-chessboard",
3
- "version": "7.3.3",
3
+ "version": "7.3.4",
4
4
  "description": "A JavaScript chessboard which is lightweight, ES6 module based, responsive, SVG rendered and without dependencies.",
5
5
  "keywords": [
6
6
  "chess",