Commit Graph

422 Commits (master)
 

Author SHA1 Message Date
kirchsth 962172642c
Merge pull request #411 from plantuml-stdlib/start-v2.14.0-beta1
Update version with first beta of v2.14.0 (v2.13.0 was created based …
3 months ago
KIRCHSTH 0b8067863d Update version with first beta of v2.14.0 (v2.13.0 was created based on previous commit) 3 months ago
kirchsth 63ef15d140
Merge pull request #410 from kirchsth/feature/404_Styles_Themes
#404 reimplement NEW_C4_STYLE=1, add ROUNDED_STYLE=1 add themes
3 months ago
kirchsth deedda8bdb #404 update docu based on review 3 months ago
kirchsth 54f831c729 #404 reimplement NEW_C4_STYLE=1, add ROUNDED_STYLE=1 add themes
- ´!NEW_C4_STYLE=1´: component are remain drawn with orig, blue/gray background and node background remains white.
  Other color are still swapped (works only with the 4 base themes).
- ´ROUNDED_STYLE=1´: rounded corners can be default
- 4 new themes `C4_blue_new`, `C4_brown_new`, `C4_green_new` and `C4_violet_new`
   (own elements are with withe background like wireframe, only external elements have a gray background)
3 months ago
kirchsth a11242b31b
Merge pull request #408 from plantuml-stdlib/fix/issue-407-nested-link
Fix string concatenation in C4.puml.
4 months ago
Ben Peachey dceef72c86
Fix string concatenation in C4.puml. 4 months ago
kirchsth 695eb67f5e
Merge pull request #406 from kirchsth/feature/405_image_https
#405 image urls require https://
5 months ago
kirchsth 3d9cbf51b1
#405 image urls require https://
Fix sample diagram links with missing https:// urls
5 months ago
kirchsth 3b05cdddd3
Merge pull request #403 from kirchsth/feature/402_diagram_add_link
#402 extend all diagrams in README.md,... with links
6 months ago
kirchsth d7d0118fec #402 extend diagrams with links 7 months ago
kirchsth 189ac65f12
#400 Update README.md - draw first image with !NEW_C4_STYLE=1 7 months ago
kirchsth 279a21d081
Merge pull request #401 from kirchsth/feature/400_new_style
#400 support new visual style for C4 diagrams with `!NEW_C4_STYLE=1`
7 months ago
kirchsth 8999a314a0 #400 NEW_C4_STYLE=1 activates new style, SharpCornerShape() resets shape (2) 7 months ago
kirchsth f24f1972cd #400 USE_NEW_STYLE=1 activates new style, SharpCornerShape() resets shape 7 months ago
kirchsth de661833ac
Merge pull request #397 from plantuml-stdlib/fix/handwritten-warning 9 months ago
Ben Peachey 3ee3027546
Fix for "Use !option handwritten true" warning
C4-PlantUML is compatible up to v1.2023.5 (because of the `?=` operator being used).

We can't use JSON notation (i.e. `$versionPart[1]`) as that triggers a ClassCastException in versions older than v1.2024.5.

The function `%splitstr()` is safe, as it was added in v1.2022.2

Fixes #396
9 months ago
kirchsth 61f08fd720
Merge pull request #395 from plantuml-stdlib/start-v2.13.0-beta1
Update version with first beta of v2.13.0 (v2.12.0 was created based on previous commit)
10 months ago
KIRCHSTH 966753a2ab Update version with first beta of v2.13.0 (v2.12.0 was created based on previous commit) 10 months ago
kirchsth 976006e8be
Merge pull request #393 from kirchsth/feature/380_stdlib
#380 Release process supports new stdlib README.md structure and updated license
10 months ago
kirchsth 10add18c6c #380 Releases process supports new stdlib README.md structure and updated license (2) 10 months ago
kirchsth 5c25658a6b #380 Releases process supports new stdlib README.md structure and updated license 10 months ago
kirchsth 0ba61cb6ce
Merge pull request #392 from marcelstoer/chore/intellij
Update C4 IntelliJ live template
11 months ago
Marcel Stör 98b526696b Update C4 IntelliJ live template
Fixes #388
11 months ago
kirchsth 42745ca2ca
Merge pull request #391 from kirchsth/feature/389_breakline
#389 ENABLE_ALL_PLANT_ELEMENTS works with PlantUML v1.2025.1 and greater too
11 months ago
kirchsth 3643f58401
Merge pull request #390 from kirchsth/feature/376_386_Layout
#376 (and #386):  Lay_...() has correct orientation in combination with LAYOUT_LANDSCAPE() (and theme documentation is updated)
11 months ago
kirchsth 0a5d36f8c0 #386 theme has to be before includes; theme sample is added (2-update TOC) 1 year ago
kirchsth 1959947dd2 #389 New PlantUML server requires %breakline() 1 year ago
kirchsth e20394066a #376 LAYOUT_LANDSCAPE() rotates the Lay_* directions too
- additional compatibility mode NO_LAY_ROTATE is added
1 year ago
kirchsth 8482193fb6 #376 theme has to be before includes; theme sample is added 1 year ago
kirchsth e6faecfff6
Merge pull request #384 from kirchsth/feature/383_properties
#383 fill undefined property columns and complete header columns
1 year ago
kirchsth 431341a63f #383 fill undefined property columns and complete header columns 1 year ago
kirchsth 9e7177f65e
Merge pull request #382 from kirchsth/377-wrong-dynamic-diagram-in-c4corediagramsmd
#377 update dynamic diagram that it matches with source
1 year ago
kirchsth b841597c77 #377 update dynamic diagram that it matches with source 1 year ago
kirchsth 4bdd2e3e27
Merge pull request #381 from kirchsth/379-incorrect-italian-translation-for-legend
#379 correct typo in Italian legend title
1 year ago
kirchsth 7e00575556 #379 correct typo in Italian legend title 1 year ago
kirchsth 21c1e3fb6f
Merge pull request #372 from plantuml-stdlib/start-v2.12.0-beta1
Update version with first beta of v2.12.0 (v2.11.0 was created based on previous commit)
1 year ago
KIRCHSTH 2ed06758e2 Update version with first beta of v2.12.0 (v2.11.0 was created based on previous commit) 1 year ago
kirchsth 1ab007c3ef
Merge pull request #370 from kirchsth/feat/365-danish
Themes: Add danish
1 year ago
Bjørn Göttler 9ee37f2842 Themes: Add danish 1 year ago
kirchsth dfc29cfe80
Merge pull request #366 from kirchsth/feat/363_364_multilanguage
#364,#365 Add `UpdateLegendTitle(newTitle)` call and multilingual themes
1 year ago
kirchsth 1591622ad0 #364,365 update language theme japanese 1 year ago
kirchsth 25b8971508 #364,365 add UpdateLegendTitle(newTitle) call and language themes 2 years ago
kirchsth dd0ac23637 #364,365 add UpdateLegendTitle(newTitle) call and language themes 2 years ago
Marko Radišić e236295d16
Fix `plantuml.com/logo3.png` image link (#362) 2 years ago
kirchsth acf5992a2d
Merge pull request #357 from plantuml-stdlib/start-v2.11.0-beta1
Update version with first beta of v2.11.0
2 years ago
KIRCHSTH 81c11a9e7f Update version with first beta of v2.11.0 (v2.10.0 was created based on previous commit) 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