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
ChessBoardtoChessboard(ChessBoardis 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
appearSpeedanimation config property - Added
onSnapbackEndevent - Added
onMoveEndevent
[0.2.0] - 2013-08-05
- Added
onMouseoverSquareandonMouseoutSquareevents - Added
onSnapEndevent - Added square code as CSS class on the squares
- Added chess.js integration examples
[0.1.0] - 2013-05-21
- Initial release