diff --git a/CHANGELOG.md b/CHANGELOG.md index a8ebb59..ba05177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 5.1.1 + +- Reset animation state when the board is updated. This fixes potential issues + where the board would display ghost pieces on some conditions. + ## 5.1.0 - Dragging a piece to the same square will now keep the piece selected. diff --git a/example/pubspec.lock b/example/pubspec.lock index 8255493..54fbda2 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -31,7 +31,7 @@ packages: path: ".." relative: true source: path - version: "5.1.0" + version: "5.1.1" clock: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 86dd68a..24efc80 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: chessground description: Chess board UI developed for lichess.org. It has no chess logic inside so it can be used for chess variants. -version: 5.1.0 +version: 5.1.1 repository: https://github.com/lichess-org/flutter-chessground funding: - https://lichess.org/patron