whisper.cpp/examples/wchess/wchess.wasm/chessboardjs-1.0.0/js/chessboard-1.0.0/CHANGELOG.md
fraxy-v fd99ece8e3
wchess : whisper assisted chess (#1595)
* wchess: whisper assisted chess

* wchess: fix allowed moves in check

* wchess: touchstart, touchend events

* wchess: css, disabled button

* wchess : html touches

* wchess : minor fixes and code style

* wchess : bump encoder context to 1280

* wchess : index.html

* wchess : fix CI warnings

* wchess : add array header

* wchess : build static library

* wchess : display grammar

* wchess : update UX

* wchess : add comment

* wchess : add README

---------

Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
2023-12-14 15:58:26 +02:00

1.0 KiB

chessboard.js Change Log

All notable changes to this project will be documented in this file.

[1.0.0] - 2019-06-11

  • Orientation methods now return current orientation. Issue #64
  • Drop support for IE8
  • Do not check for window.JSON (Error #1004)
  • Rename ChessBoard to Chessboard (ChessBoard is still supported, however)
  • id query selectors are now supported as the first argument to Chessboard()
  • Remove Error #1002
  • Format code according to StandardJS
  • Bump minimum jQuery version to 1.8.3
  • Throttle piece drag functions

[0.3.0] - 2013-08-10

  • Added appearSpeed animation config property
  • Added onSnapbackEnd event
  • Added onMoveEnd event

[0.2.0] - 2013-08-05

  • Added onMouseoverSquare and onMouseoutSquare events
  • Added onSnapEnd event
  • Added square code as CSS class on the squares
  • Added chess.js integration examples

[0.1.0] - 2013-05-21

  • Initial release