Feature added: Adding BezierConnectionRouter for a smooth line routing.
Bug fixed: Wrong cursor handling in setPanning enforce a corrupt cursor in IE
Bug fixed: Implement required function Line.getZOrder();
Feature added: Refresh the port if the UI representation has been changed.
Feature added: Adding ConnectionRouter interface class and ManhattanConnectionRouter, NullConnectionRouter and FanConnectionRouter implementation.
Feature added: Adding example for the connection router usage
Feature added: Adding onDoubleClick() method to Connection and Line.
Feature added: Adding getContextMenu() method to Connection and Line.
Bug fixed: Fixing "glue" behaviour if the use drop a figure outside the window..
Feature added: Adding optional x,y parameter to the Workflow.setToolWindow method.
Feature added: Adding SnapToGeometry feature to the workflow canvas (cool).
Feature added: New example for the SnapToGeometry feature.
Bug fixed: Exception if a user drag&drop an InputPort to an InputPort.