Releases: plantuml/plantuml-eclipse
Releases · plantuml/plantuml-eclipse
Release list
1.2.1
1.2.0
- Move git repository from https://github.com/hallvard/plantuml to https://github.com/plantuml/plantuml-eclipse
(see discussions 1 and 2) - Separate releases for PlantUML library plug-in (PlantUML lib) and PlantUML support for Eclipse plug-ins (PlantUML4Eclipse).
This way, we make the PlantUML library (EPL-licensed) easily re-usable in any Eclipse plug-in (just add a dependency and install it via update site).
(issue #145) - Automate PlantUML library plug-in releases (create new PlantUML library plug-in for Eclipse as soon as a PlantUML library is released)
(issue #145) - Semi-automate PlantUML for Eclipse plug-in releases
(issue #145) - Update dependency to PlantUML library version 1.2025.10 (see changes)
and remove some obsolete plug-ins since we no longer need ELK library (it is now included in the PlantUML library). - Improve saving a diagram as an SVG file, suggest the same folder for the new .svg file as the original .puml file.
- Add UML 2 model support (rendering various diagrams from UML 2 models), original plug-ins implemented by @hallvard were updated and extended. Thanks for the PR to @ansgarradermacher.