Skip to content

Releases: heavyai/mapd-draw

Dependency upgrades and animation frame bug fix.

31 Oct 23:39
f2e2ded
Compare
Choose a tag to compare

This release contains a single bug fix for a requestAnimationFrame issue that can suddenly make the redraw loop look like it's not updating.

Also upgraded all the dependencies to remove npm vulnerabilities.

Stop propagation of a mouse-down event when a shape is selected.

24 Apr 17:18
Compare
Choose a tag to compare

Allows for HTML elements positioned on top of the mapd-draw canvas to be clickable.

Updated Cursor Handling

20 Apr 00:13
Compare
Choose a tag to compare
  • Cursor icons now render with SVG for support in IE/Edge and Retina displays
  • Cursor icons understand how to interact with DOM and canvas elements, and move off of the canvas
  • Cursor icons will know to reset to defaults when a shape is deleted
  • Full support for scatter plot and pointmap chart types

Initial release of mapd draw

03 Apr 23:14
Compare
Choose a tag to compare

Initial release of the mapd draw library. Contains 2 entry point engines, one for drawing shapes only, and the other ShapeBuilder which contains a UI for selecting and modifying shapes.