All notable changes to this project will be documented in this file.
- 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
- Added
appearSpeed
animation config property - Added
onSnapbackEnd
event - Added
onMoveEnd
event
- Added
onMouseoverSquare
andonMouseoutSquare
events - Added
onSnapEnd
event - Added square code as CSS class on the squares
- Added chess.js integration examples
- Initial release