Skip to content

v0.4.4

Compare
Choose a tag to compare
@simzer simzer released this 10 Mar 16:34
· 2977 commits to main since this release

Fixed

  • Error messages are easier to understand when methods are called on the uninitialized library.
  • API throws exceptions instead of logging on to the console.

Added

  • Mouse event data now contain relative coordinates of the cursor within the plot area. The coordinates go from 0 to 1, where 0,0 is the bottom left corner, and 1,1 is the top right corner of the plot.
  • Mouse wheel event introduced.

Full Changelog: v0.4.3...v0.4.4