From 1bd1f056139c567e49740f12cb4273bfb9c748ba Mon Sep 17 00:00:00 2001 From: Vincent Velociter Date: Thu, 31 Oct 2024 12:06:26 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 8 ++++++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe508a3..bc88b8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 5.3.0 + +- Added a new `StaticChessboard` widget that is optimized for scrollable + contexts. +- `SolidColorChessboardBackground` is now implemented with `CustomPaint` to improve + performance when building a lot of boards. +- Added a new board colorscheme: `ic`. + ## 5.2.0 - Introduced a `ChessgroundImages` singleton to precache piece images. This is diff --git a/example/pubspec.lock b/example/pubspec.lock index e21043f..2bbb870 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -31,7 +31,7 @@ packages: path: ".." relative: true source: path - version: "5.2.0" + version: "5.3.0" clock: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index a2c8f62..6655e30 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.2.0 +version: 5.3.0 repository: https://github.com/lichess-org/flutter-chessground funding: - https://lichess.org/patron