Skip to content

v1.18.0 — Mermaid Authoring + ELK Layout

Latest

Choose a tag to compare

@Agents365-ai Agents365-ai released this 03 Jul 02:27
02595de

Added

  • Mermaid authoring path (draw.io CLI ≥ 30): for standard diagram types with no custom styling/icon needs, write Mermaid text and convert natively — drawio -x -f xml -o out.drawio in.mmd. 28 types including mindmap, gantt, timeline, journey, pie, sankey, kanban that previously required hand placement. New references/mermaid-authoring.md (when-to-prefer, draw.io-parser quirks, version gate).
  • ELK --layout pass (CLI ≥ 30): verticalFlow / horizontalFlow / verticalTree / horizontalTree / radialTree / organic or custom ELK JSON — a Graphviz-free alternative to autolayout.py, and the better engine for organic/radial topologies.
  • CLI version gating in workflow step 1: on draw.io ≤ 29, .mmd input fails and --layout corrupts argument parsing — both paths are skipped (verified 29.7.8 vs 30.2.6).
  • Docs: Autohand Code install notes (community contribution, #59).

Full changelog: CHANGELOG.md