Release v2.7.0
New Features
- Sequence/Dynamic diagram - simplified to "one"
Rel()
call- Sequence diagram
Rel()
extended with$index
and$rel
- Dynamic diagram
Rel()
extended with$index
(makes all otherRelIndex...()
calls obsolete)
- Sequence diagram
- Sequence diagram supports the layout options
SHOW_ELEMENT_DESCRIPTIONS(?show)
,SHOW_FOOT_BOXES(?show)
andSHOW_INDEX(?show)
; details see C4 styled sequence diagram specific layout options
What's Changed
- Add (C4 styled) Sequence Diagram support by @kirchsth in #308
- #303 update documentation: <C4/themes>, mweagle themes by @kirchsth in #313
- README typo fix by @bricker in #314
- Sequence/Dynamic diagram - simplify to "one" Rel() call; add layout option SHOW_INDEX() by @kirchsth in #312
New Contributors
Full Changelog: v2.6.0...v2.7.0