cm-chessboard 8.12.8 → 8.12.10

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.
@@ -6,7 +6,9 @@
6
6
  "Bash(gh issue:*)",
7
7
  "Bash(npm version:*)",
8
8
  "Bash(npm publish:*)",
9
- "Bash(gh search:*)"
9
+ "Bash(gh search:*)",
10
+ "Skill(schedule)",
11
+ "Bash(npm whoami *)"
10
12
  ],
11
13
  "deny": [],
12
14
  "ask": []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cm-chessboard",
3
- "version": "8.12.8",
3
+ "version": "8.12.10",
4
4
  "description": "A JavaScript chessboard which is lightweight, ES6 module based, responsive, SVG rendered and without dependencies.",
5
5
  "keywords": [
6
6
  "chess",
@@ -56,7 +56,7 @@ export class Accessibility extends Extension {
56
56
  movePieceForm: true, // display a form to move a piece (from, to, move)
57
57
  boardAsTable: true, // display the board additionally as HTML table
58
58
  piecesAsList: true, // display the pieces additionally as List
59
- keyboardMoveInput: true, // enable keyboard navigation on the board with arrow keys
59
+ keyboardMoveInput: false, // enable keyboard navigation on the board with arrow keys
60
60
  visuallyHidden: true // hide all those extra outputs visually but keep them accessible for screen readers and braille displays
61
61
  }
62
62
  Object.assign(this.props, props)