cm-chessboard 7.3.0 → 7.3.1

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 (3) hide show
  1. package/README.md +1 -1
  2. package/index.html +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -25,7 +25,7 @@ The core of cm-chessboard is small, fast and reduced to the essentials. You can
25
25
  - [Accessibility Extension](https://shaack.com/projekte/cm-chessboard/examples/extensions/accessibility-extension.html) - makes the chessboard more accessible
26
26
  - [Arrows Extension](https://shaack.com/projekte/cm-chessboard/examples/extensions/arrows-extension.html) - renders arrows on the chessboard
27
27
  - [Markers Extension](https://shaack.com/projekte/cm-chessboard/examples/extensions/markers-extension.html) 🆕 - create markers on specific squares
28
- - [PromotionDialog Extension](https://shaack.com/projekte/cm-chessboard/examples/extensions/promotion-dialog-extension.html) - shows a dialog to select the piece to promote to
28
+ - [PromotionDialog Extension](https://shaack.com/projekte/cm-chessboard/examples/extensions/promotion-dialog-extension.html) 🆕 - shows a dialog to select the piece to promote to
29
29
  - [RenderVideo Extension](https://shaack.com/projekte/cm-chessboard/examples/extensions/render-video-extension.html) 🆕 - renders a video from the pieces movement on the board
30
30
 
31
31
  ## Demo and repository
package/index.html CHANGED
@@ -31,7 +31,7 @@ It works, it is cool and it is easy to use. 👍</p>
31
31
  <li><a href="examples/extensions/accessibility-extension.html">Accessibility extension</a></li>
32
32
  <li><a href="examples/extensions/arrows-extension.html">Arrows extension</a></li>
33
33
  <li><a href="examples/extensions/markers-extension.html">Markers extension</a> 🆕</li>
34
- <li><a href="examples/extensions/promotion-dialog-extension.html">PromotionDialog extension</a></li>
34
+ <li><a href="examples/extensions/promotion-dialog-extension.html">PromotionDialog extension</a> 🆕</li>
35
35
  <li><a href="examples/extensions/render-video-extension.html">RenderVideo extension</a> 🆕</li>
36
36
  </ul>
37
37
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cm-chessboard",
3
- "version": "7.3.0",
3
+ "version": "7.3.1",
4
4
  "description": "A JavaScript chessboard which is lightweight, ES6 module based, responsive, SVG rendered and without dependencies.",
5
5
  "keywords": [
6
6
  "chess",