Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

23 lines (17 loc) · 1.27 KB

1.1.1 (2018-05-21)

Bug Fixes

  • fix: When hints are used, the puzzle could never be completed (3158067)

1.1.0 (2018-05-18)

Features

  • Solve function accepts a parameter to not emit the drop event (509dc0d)
  • Solve function accepts a parameter to not perform the animation (509dc0d)
  • Added hints option, will solve the number of pieces indicated from the beginning (509dc0d)

1.0.2 (2018-04-03)

Bug Fixes

  • Included safe blur dependency (a36d003)
  • Pieces array will preserve the order. (cf78094)
  • When the pieces are programmatically solved, the piece that is resolving could be animated behind the pieces already placed due to an incorrect zIndex management (dcbdd84)
  • Widget creation in old browsers (a65bcf4)