What's Changed
- feat(svg): Add collapsible nodes for plays, roles and blocks in SVG output by @haidaraM in #247
- Added a new
--collapsible-nodes
flag to enable collapse/expand buttons on play, role, and block nodes - Clicking the buttons recursively hides or shows descendant nodes and edges
- Helps manage complexity in large graphs with many nested components
- Added a new
- chore(deps): bump ruff from 0.11.8 to 0.11.10 by @dependabot in #248