Changelog

Draw2D 0.7.5 released

Feature added: Add ports to the ResizeImage example.
Bug fixed: Wrong method signature in ResizeImage.isResizeable() example.
Bug fixed: Node.setColor(null) cause an exception. Now you can hands over null to set the border transparent.


Draw2D 0.7.4 released

Bug fixed: Missing imports in the example applications.
Bug fixed: Adding missing jsDoc.


Draw2D 0.7.3 released

Bug fixed: Undefined Object in the CommandDelete if the figure has no ports.
Feature added: Add a Button figure to the GUI-Painter example.


Draw2D 0.7.2 released

Feature added: Add setZOrderBaseIndex method to Port, Figure, Connection, Window to modify the base z-order of the elements.


Draw2D 0.7.1 released

Bug fixed: Error during undo/redo of an figure delete operation.
Bug fixed: Connection not delete if a correponding node will be deleted.
Feature added: Add method Connection.setDeletable(/*:boolean*/flag) and Connection.setSelectable(/*:boolean*/flag).
Feature added: Change of build process. Added compress, single and normal distribution.