Skip to content

Releases: plantuml/plantuml-eclipse

Release list

1.2.1

Choose a tag to compare

@travkin79 travkin79 released this 21 May 16:20
  • Update to minimum PlantUML library vers. 1.2026.3
  • Add update sites for resolving dependencies to UML2 and EMF plug-ins
  • Fix multiple UML 2 diagram issues #3, #4, #7, #8 and add a preferences page for UML 2 diagram creation.
    Thanks for the PR to @ansgarradermacher.

1.2.0

Choose a tag to compare

@travkin79 travkin79 released this 23 Oct 16:24
  • 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.