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/fixed Diagram.updateAllRelationshipsFromData to handle added node data in the Model.nodeDataArray and link data in the GraphLinksModel.linkDataArray.
- 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.