Skip to content

2.0.0 (2012-03-23)

Compare
Choose a tag to compare
@bpatram bpatram released this 09 May 01:47
· 50 commits to master since this release
v2.0.0
f23f6c2

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