Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-02-10 | 1.9 kB | |
Release v2.9.0 source code.tar.gz | 2024-02-10 | 6.2 MB | |
Release v2.9.0 source code.zip | 2024-02-10 | 6.3 MB | |
Totals: 3 Items | 12.5 MB | 0 |
New Features
More often a full support of all PlantUML elements are requested (it can be enabled via ENABLE_ALL_PLANT_ELEMENTS
).
After that the PlantUML elements can be set via the new optional baseShape="...." argument
:::plantuml
System(..., ?baseShape),
System_Ext(..., ?baseShape),
Container(..., ?baseShape),
Container_Ext(..., ?baseShape),
Component(..., ?baseShape),
Component_Ext(..., ?baseShape)
What's Changed
- fix AddNodeTag() call + SHOW_FLOATING_LEGEND() uses small details as default by @kirchsth in https://github.com/plantuml-stdlib/C4-PlantUML/pull/335
- Support of "all" PlantUML elements can be enabled by @kirchsth in https://github.com/plantuml-stdlib/C4-PlantUML/pull/337
Full Changelog: https://github.com/plantuml-stdlib/C4-PlantUML/compare/v2.8.0...v2.9.0