chessground 1.5.1 chessground: ^1.5.1 copied to clipboard
Chess board UI developed for lichess.org. It has no chess logic inside so it can be used for chess variants.
1.5.1 #
- Use an immediate timer to execute premove, instead of a post frame callback.
1.5.0 #
premove
is not anymore a local state, so it can be controlled by the parent
1.4.1 #
- Change the
autoQueenPromotionOnPremove
default setting to true
1.4.0 #
- Add a drawing shapes option
- Add the
autoQueenPromotionOnPremove
setting
1.3.1 #
- Improve check highlight appearance and fix rendering with Impeller.
1.3.0 #
- Remove opacity on origin piece when dragging because of performance issue with impeller engine.
1.2.0 #
- Add
isDrop
meta info toonMove
callback.
1.1.0 #
- Add Caliente, Kiwen-Suwi and MPChess piece sets
- Fix promotion menu still showing when going back in moves history
1.0.4 #
- tapping one's piece now cancels premove.
1.0.3 #
showValidMoves
board setting now applies to premoves.
1.0.2 #
- When premoving, tapping same piece will now deselect it (to be consistent with normal moves).
1.0.1 #
- Ensure premove square highlight takes precedence over last move.
1.0.0 #
Initial release.