Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 24 Sep 17:13
7d11e9f

✨ Features

  • add new onMouseClick, onMouseRelease, onMouseWheel and onMouseMove events. Docs.
  • ⚠️ BREAKING CHANGE JavaScript: onMouse event has been removed. Please use onMouseClick instead.
  • ⚠️ BREAKING CHANGE Go: the main Run() method signature has changed to accept functional options for passing new mouse events. Check the docs.