mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-02-13 05:55:18 +00:00
1.0 KiB
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
toChessboard
(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
andonMouseoutSquare
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