Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Oct 31, 2024
1 parent 3a04fe3 commit 1bd1f05
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages:
path: ".."
relative: true
source: path
version: "5.2.0"
version: "5.3.0"
clock:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1bd1f05

Please sign in to comment.