GoJS version 1.6.10

Changes for 1.6.10:

  • Fixed an SVG rendering bug that was introduced in 1.6.8.
  • Shape.geometryString setter no longer offsets the position, instead it sets it, always overwriting the old position.
  • Extended Tool.standardMouseClick to return a boolean, true if InputEvent.handled had been set to true by an event handler.
  • Fixed ContextMenuTool not to show a context menu Adornment if a GraphObject.contextClick or Diagram.contextClick event handler set InputEvent.handled to true.
  • Fixed mouse move events on IE9.
  • Fixed an infrequent scrolling issue sometimes seen at the edges of a Diagram.

For older changes, see GoJS version 1.6.8 and 1.6.9