From f38d96e69a69b08afa5dc75216b5f9776b06828d Mon Sep 17 00:00:00 2001 From: Luca Hendrik Helms Date: Sun, 10 Dec 2023 17:33:40 +0100 Subject: [PATCH 1/2] v1.3.0 --- CHANGELOG.md | 15 +++++++++++++++ README.md | 6 ------ package.json | 5 ++--- 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d4fa72..a8e3252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## v1.3.0 (2023-12-10) + +### Breaking changes + +- `vue3-chessboard/style.css` has been removed. Please remove the import from existing projects. + +### Bug fixes + +- fix putPiece with movable set to free from jumping back to previous position ([#236](https://github.com/qwerty084/vue3-chessboard/pull/236)) +- fixed promotion dialog with multiple board instances ([#233](https://github.com/qwerty084/vue3-chessboard/pull/233)) + +### Other + +- documentation has been removed from the main repo and moved to [vue3-chessboard-docs](https://github.com/qwerty084/vue3-chessboard-docs) ([#235](https://github.com/qwerty084/vue3-chessboard/pull/235)) + ## v1.2.4 (2023-10-16) ### Features diff --git a/README.md b/README.md index fa4e529..a2455ac 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ Basic Example (Composition API) ```html