Releases
v2.0.0
Added
Easier way to bootstrap your diagram via $setup_std_diagram_for("<diagram-type>")
Must define diagram type when applying styles
$use_horizontal_layout()
layout helper
Styling for all builtin PlantUML shapes and objects
Ability to mark diagrams as non-confidential (confidential by default)
Support for setting a diagram revision number (via $revision_name
)
Toggle to hide diagram title, headers, and footer when using $setup_std_diagram_for
Changed
Requires PlantUML v2021 and higher
USE_WORD_WRAP()
now called $use_word_wrap()
USE_DEFAULT_STYLES()
replaced by $apply_std_style()
USE_ERD_STYLES()
replaced by calling $setup_std_diagram_for("er")
header STD_HEADER
replaced by $setup_std_diagram_for
footer STD_FOOTER
replaced by $setup_std_diagram_for
No need to call title
when using $setup_std_diagram_for
with $title
set
TODAY
replaced by $today
COMPANY_NAME
replaced by $company_name
AUTHOR_NAME
replaced by $author_name
Refined styling for consistency across all diagram types
Sequence diagrams will default to autoactivate on
and autonumber
Actors will use non-stick variant (except in sequence diagrams)
State shapes to use compact shape if they have no description text
You can’t perform that action at this time.