Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

51 lines (39 loc) · 2.01 KB

Changelog

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

0.5.0 - 2023-05-29

Fixed

  • Fixed bug with position->fen function (Issue #47 - thank you @gdm3!)

0.4.0 - 2023-04-08

Added

  • add .config(), .setConfig(), .getConfig() methods (Issue #7)
  • added onMouseenterSquare, onMouseleaveSquare events and examples (Issue #40), (PR #41)
  • added onMousedownSquare, onMouseupSquare events and examples (Commit #88043432c1)

0.3.0 - 2022-11-23

Added

  • support ES Module format (Issue #17)
  • add Circles example to website (Issue #35)
  • add .destroy() method
  • add .onChange() event

Changed

  • convert arrow style to use percent-based values (Issue #14) - thank you @aurmer
  • update several examples

0.2.0 - 2022-10-24

Added

  • touch-to-move and tap-to-move
  • .resize() method
  • Example 5001: play against random computer

Changed

  • rename project from "chessboardjs2" --> "chessboard2"
  • use percent values for Piece and Circle positioning
  • improve layout CSS / structure
  • gitignore dynamic website files

0.1.0 - 2022-10-13

Added

  • pre-release to allow for testing