Feature added: Color.darker(/*:float*/ ratio).
Feature added: Color.brighter(/*:float*/ ratio).
Bug fixed: Wrong cursors for the ResizeHandles.
Feature added: CompartmentFigure now a subclass of Node. You can now add Ports to the CompartmentFigure.
Feature added: Adding ConnectionAnchor, ChopboxConnectionAnchor helper classes for Connection endpoint manipulation.
Feature added: New Demo for ConnectionAnchor demo.
Feature added: Starting a new subproject for common used figures. A Shape Library.
Feature added: Adding Locator, ConnectionLocator, ManhattenMidpointLocator helper classes for adding labels to a Connection figure.
Feature added: New Demo for labeling a connection.
Feature added: Adding Workflow.showTooltip(..)
Feature added: New Demo for tooltip handling