react-chessboard-ui 3.0.1 → 3.0.2
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.
- package/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,6 +14,11 @@ Use it when you need a playable chessboard in a React app without combining a bo
|
|
|
14
14
|
<img src="./blob/all_queens.png?raw=true" width="23%" alt="React chessboard with custom pieces" />
|
|
15
15
|
</p>
|
|
16
16
|
|
|
17
|
+
## Documentation
|
|
18
|
+
|
|
19
|
+
- Full documentation: [https://react-chessboard-ui.dev/](https://react-chessboard-ui.dev/)
|
|
20
|
+
- Customization docs: [https://react-chessboard-ui.dev/properties/config/](https://react-chessboard-ui.dev/properties/config/)
|
|
21
|
+
|
|
17
22
|
## Features
|
|
18
23
|
|
|
19
24
|
- **Board UI and chess logic in one package**: render the board, validate moves, and receive game events from one component.
|
|
@@ -162,11 +167,6 @@ export function StyledBoard() {
|
|
|
162
167
|
- A number in a FEN row means that many consecutive empty cells.
|
|
163
168
|
- Standard 8x8 chess positions and larger custom boards are supported.
|
|
164
169
|
|
|
165
|
-
## Documentation
|
|
166
|
-
|
|
167
|
-
- Full documentation: [https://react-chessboard-ui.dev/](https://react-chessboard-ui.dev/)
|
|
168
|
-
- Customization docs: [https://react-chessboard-ui.dev/properties/config/](https://react-chessboard-ui.dev/properties/config/)
|
|
169
|
-
|
|
170
170
|
## Authors
|
|
171
171
|
|
|
172
172
|
- [Tatiana Utbanova](https://www.linkedin.com/in/tatiana-utbanova-6415b8271/) - Design owner
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-chessboard-ui",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "All-in-one React chessboard UI with a built-in chess engine, FEN state control, move validation, drag-and-drop pieces, game-end callbacks, and customizable styles.",
|
|
5
5
|
"author": "skilldill",
|
|
6
6
|
"license": "MIT",
|