1.1 beta 3

  • Added samples: IVR Tree, Genogram, Comments.
  • Added Diagram.computePartsBounds method.
  • Added support for Panel.itemArray elements in Panel.Spot and Panel.Auto type Panels.
  • Added DraggingTool.doDragOver, DraggingTool.doDropOnto, and DraggingTool.moveParts overridable methods, for easier customization.
  • Fixed Diagram.zoomToFit not updating the document bounds first.
  • ClickCreatingTool, when ClickCreatingTool.isDoubleClick, now checks that both click points are close to each other.
  • Extended Tool.isBeyondDragSize to take two optional Point arguments, defaulting to the first and the last input points in view coordinates.
  • Improved tools to select a selectable containing Group when a Part is not selectable.
  • Fixed Layer.findObjectsIn not always returning the results of the navigation function.
  • Fixed Geometry's containing Bezier curves failing to scale correctly.