Skip to content

Commit 806bdc7

Browse files
author
Luca Hendrik Helms
authored
Merge pull request #202 from qwerty084/1.2.0
1.2.0
2 parents 880f80c + e9d4cca commit 806bdc7

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v1.2.0 (2023-07-03)
2+
3+
### Features
4+
5+
- `reactive-config` - the board config object can now be made reactive ([#190](https://github.com/qwerty084/vue3-chessboard/pull/190)) @[gavin-lb](https://github.com/gavin-lb). Please visit the [documentation](https://qwerty084.github.io/vue3-chessboard/props.html#reactive-config-using-a-reactive-config-object) for
6+
more information.
7+
- `history-viewer` - the board component now contains a history viewer ([#200](https://github.com/qwerty084/vue3-chessboard/pull/200)) @[gavin-lb](https://github.com/gavin-lb). Please visit the [documentation](https://qwerty084.github.io/vue3-chessboard/board-api.html#example-game-history-viewer-usage) for
8+
more information.
9+
10+
### Bug fixes
11+
- `boardAPI` - the board api should not be used with a ref, as shown in earlier versions in the documentation. Please refer to the new documentation. Since using a ref can cause performance issues.
12+
113
## 1.1.8 (2023-06-04)
214

315
### Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-chessboard",
3-
"version": "1.2.0-beta.1",
3+
"version": "1.2.0",
44
"description": "vue3-chessboard is a component library for creating chess web apps with vue3",
55
"homepage": "https://qwerty084.github.io/vue3-chessboard/",
66
"keywords": [

0 commit comments

Comments
 (0)