This commit adds message flow + collaboration specific snapping by subclassing the diagram-js provided default Snapping implementation. * Add collaboration snapping * Rename lib/util/{Name}.js -> lib/util/{Name}Util.js Closes #255
This commit adds a straight layouting strategy for message flows. Other than that it makes sure connection attachments are being remembered during reconnection / shape move. Closes #249 Closes #179