Commit Graph

376 Commits (v2.10.0)
 

Author SHA1 Message Date
KIRCHSTH 499a8f133b Create release (branch) v2.10.0 2 years ago
kirchsth b95dc5ae3d
Merge pull request #356 from kirchsth/feat/355_prop
#355 Single column property
2 years ago
kirchsth 8cace5ed5c #355 Single column property 2 years ago
kirchsth dcadafc0bd
Merge pull request #352 from kirchsth/feature/350_boundaries_descr_sprite
#350 All boundaries supports descriptions and sprites too
2 years ago
kirchsth 3207be9b5c
Merge pull request #354 from kirchsth/feat/349_label
#349 $baseShape="label" uses correct color
2 years ago
kirchsth 8b2b11cf12 #349 $baseShape="label" uses correct color 2 years ago
Ben Peachey 3248577f8c
Merge pull request #351 from kirchsth/feature/fix_deprecated_action_setup-graphviz
fix deprecated task in build: update to ts-graphviz/setup-graphviz@v2
2 years ago
kirchsth 096629c018 #350 Boundaries in sequence diagrams support sprites and descriptions too 2 years ago
kirchsth 9c669d01ef #350 Boundaries support descriptions (2 - remove logs) 2 years ago
kirchsth 4835b90348 #350 Boundaries support descriptions
- Boundary(..., ?descr)
- Enterprise_Boundary(..., ?descr)
- System_Boundary(..., ?descr)
- Container_Boundary(..., ?descr)
2 years ago
kirchsth 88f4a9494d fix build warning: "Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: ts-graphviz/setup-graphviz@v1" 2 years ago
kirchsth 8bb4a581c0 #350 Boundaries support sprites which are defined via tags
If a sprite is defined then it displayed in the first line in front of the
(with a smaller size, typically 50%)

- AddBoundaryTag(..., ?sprite, ?legendSprite)
- UpdateBoundaryStyle(..., ?sprite, ?legendSprite)
- UpdateContainerBoundaryStyle(..., ?sprite, ?legendSprite)
- UpdateSystemBoundaryStyle(..., ?sprite, ?legendSprite)
- UpdateEnterpriseBoundaryStyle(..., ?sprite, ?legendSprite)

Default sprite size can be changed via $BOUNDARY_IMAGE_SIZE_FACTOR
2 years ago
kirchsth 315b477ed4
Merge pull request #344 from vipinthomasvertexinc/zip-intellij-live-templates-reference-fixes
Intellij live templates: Fixing C4 file references to std lib master …
2 years ago
Vipin Thomas efec038b44 Intellij live templates: Fixing C4 file references to std lib master branch and removing unwanted files 2 years ago
kirchsth 8533d47152
Merge pull request #343 from kirchsth/feature/342
#342 Legend displays unknown borderStyle values too (instead of $lineStyle)
2 years ago
kirchsth 451e337181 #342 Legend displays (unknown) $borderStyle correct 2 years ago
kirchsth fbf8e07742
Merge branch 'plantuml-stdlib:master' into remote 2 years ago
KIRCHSTH 1bf20856a8 Update version with first beta of v2.10.0 (v2.9.0 was created based on previous commit) 2 years ago
kirchsth 1db64bf1cc support all PlantUML elements - new argument is called $baseShape 2 years ago
kirchsth 2ef536e889 support all PlantUML elements - fix sequence diagrams
- Timmy/plantuml-action@v1 uses sometimes an older plantuml-1.2023.7.jar version and not the latest version
2 years ago
kirchsth c3f3f0c469 support all PlantUML elements - fix url, TOC 2 years ago
kirchsth dfc8707caa support all PlantUML elements
- activate with ENABLE_ALL_PLANT_ELEMENTS=1
- fix sample - themes before include
2 years ago
kirchsth 1977d0e47d first prototype with all PlantUML elements (fix labels) 2 years ago
kirchsth 1a7bc85a5f first prototype with all PlantUML elements (use feature/all_plantuml_elements branch) 2 years ago
kirchsth 7e8b2e257e first prototype with all PlantUML elements 2 years ago
kirchsth 93bcf8dbb5 fix: SHOW_FLOATING_LEGEND() uses small details as default too 2 years ago
kirchsth 22387266db #334 fix AddNodeTag() call 2 years ago
kirchsth 815fbbe47a #334 fix AddNodeTag() call 2 years ago
KIRCHSTH ba89acfa58 Update version with first beta of v2.9.0 (v2.8.0 was created based on previous commit) 3 years ago
kirchsth 5a67e1d3b4 fix a001 error (2) 3 years ago
Giuliano Santandrea ef164b6345 fix a001 error 3 years ago
kirchsth 3a379dd76a #320 Dynamic/Sequence fix Rel() without $index argument 3 years ago
kirchsth 7424ad9dd8 #315 Element/Boundary border thickness and style can be defined via tags (Update README.md) 3 years ago
kirchsth 0e105cc003 #315 Element/Boundary border thickness and style can be defined via tags (Update README.md) 3 years ago
kirchsth a0e509634c #315 Element/Boundary border thickness and style can be defined via tags 3 years ago
Andrés Torres 8d2cc62a25 doc: fix internal link in the readme 3 years ago
KIRCHSTH c73bd049ca release helper script .scripts/transform_files.py deploys C4_Sequence.puml file to plantuml-stdlib too (already used with v2.7.0) 3 years ago
KIRCHSTH b5298487d0 release helper script .scripts/transform_files.py updates theme references in all *.md and *.puml files too (already used with v2.7.0) 3 years ago
KIRCHSTH 59c077be36 Update version with first beta of v2.8.0 (v2.7.0 was created based on previous commit) 3 years ago
KIRCHSTH d39c4d0aae #307 Sequence/Dynamic diagram - simplify to "one" Rel() call (2) 3 years ago
KIRCHSTH 7bb61e9fac #307 Sequence/Dynamic diagram - simplify to "one" Rel() call
- Sequence diagram
  - Add SHOW_INDEX() layout option
  - Rel() extended with $index, $rel (replaces RelIndex() and RelSpecialIndex())

- Dynamic diagram
  - Rel() extended with $index (makes RelIndex...() obsolete)

- all index related macros moved to C4.puml

- update README.ms and LayoutOptions.md
3 years ago
Bryan Ricker b6ffa33e2d README typo fix 3 years ago
kirchsth bd89b65af1
Merge pull request #313 from kirchsth/feature/303_theme_mweagle
#303 update documentation: <C4/themes>, mweagle themes
3 years ago
KIRCHSTH 1bd28aa6bc #303 update documentation: <c4/themes>, mweagle themes 3 years ago
kirchsth 0fac328695
Merge pull request #308 from kirchsth/feature/sequence
Add (C4 styled) Sequence Diagram support
3 years ago
KIRCHSTH 7b9bc31fa5 #307 add sequence support (part 4 - update TOC) 3 years ago
KIRCHSTH 2fe7c7cebc #307 add sequence support (part 3 - add styles, updated docu/samples) 3 years ago
KIRCHSTH c036cd6575 #307 add sequence support (part 2 - boundaries, updated docu) 3 years ago
KIRCHSTH 31a5b63140 #307 add sequence support (part 1) 3 years ago
KIRCHSTH 82ab80c1cf #307 harmonize element definition 3 years ago