| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
| <link rel="icon" type="image/svg+xml" href="img/elk_fav.svg"> |
| |
| |
| <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> |
| <link rel="stylesheet" href="https://www.eclipse.org/elk/css/elk.css"> |
| <link rel="stylesheet" href="https://www.eclipse.org/elk/css/prism.css"> |
| |
| <title>0.7.1 (ELK)</title> |
| |
| |
| |
| </head> |
| <body> |
| |
| <nav class="navbar navbar-expand-lg navbar-dark"> |
| <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation"> |
| <span class="navbar-toggler-icon"></span> |
| </button> |
| <a class="navbar-brand" href="https://www.eclipse.org/elk/"> |
| <img src="img/elk_small_light.svg" height="30" class="d-inline-block align-top mr-1" alt=""> |
| Eclipse Layout Kernel |
| </a> |
| <div class="collapse navbar-collapse" id="navbarCollapse"> |
| <ul class="navbar-nav mr-auto"> |
| |
| |
| |
| |
| <li class="nav-item active"> |
| <a class="nav-link" href="../../downloads.html">Downloads <span class="sr-only">(current)</span></a> |
| </li> |
| |
| |
| <li class="nav-item"> |
| <a class="nav-link" href="../../gettingstarted.html">Getting Started</a> |
| </li> |
| |
| |
| <li class="nav-item"> |
| <a class="nav-link" href="../../documentation.html">Documentation</a> |
| </li> |
| |
| |
| <li class="nav-item"> |
| <a class="nav-link" href="../../reference.html">Reference</a> |
| </li> |
| |
| |
| <li class="nav-item"> |
| <a class="nav-link" href="../../support.html">Support</a> |
| </li> |
| |
| |
| <li class="nav-item"> |
| <a class="nav-link" href="https://github.com/eclipse/elk">GitHub</a> |
| </li> |
| |
| </ul> |
| </div> |
| </nav> |
| |
| |
| <div class="container px-3 py-5"> |
| |
| |
| <div class="row"> |
| <div class="col-sm-9"> |
| <h1>0.7.1</h1> |
| |
| <ul> |
| <li><a href="https://projects.eclipse.org/projects/modeling.elk/releases/0.7.1">Release log</a></li> |
| <li><a href="https://download.eclipse.org/elk/updates/releases/0.7.1/elk-0.7.1-docs.zip">Documentation</a></li> |
| <li><a href="https://download.eclipse.org/elk/updates/releases/0.7.1/">Update site</a></li> |
| <li><a href="https://download.eclipse.org/elk/updates/releases/0.7.1/elk-0.7.1.zip">Zipped update site</a> (for offline use)</li> |
| <li><a href="https://repo.maven.apache.org/maven2/org/eclipse/elk/">Maven central</a> (for building pure Java projects that use ELK)</li> |
| </ul> |
| <h2 id="details">Details</h2> |
| <p>This is mainly a bugfix release. See GitHub for the full <a href="https://github.com/eclipse/elk/milestone/16?closed=1">list of resolved issues</a>.</p> |
| <h3 id="new-features-and-enhancements">New Features and Enhancements</h3> |
| <ul> |
| <li><a href="https://github.com/eclipse/elk/pull/713">#713</a>: The Stress and Force layout algorithms now properly place inline edge labels.</li> |
| </ul> |
| <h3 id="bugfixes">Bugfixes</h3> |
| <ul> |
| <li><a href="https://github.com/eclipse/elk/issues/701">#701</a>, <a href="https://github.com/eclipse/elk/pull/732">#732</a>: Space is now properly reserved around port labels with fixed position.</li> |
| <li><a href="https://github.com/eclipse/elk/issues/682">#682</a>, <a href="https://github.com/eclipse/elk/pull/683">#683</a>: With non-standard layout directions (other than left-to-right), node label paddings were not applied correctly.</li> |
| <li><a href="https://github.com/eclipse/elk/pull/707">#707</a>: ELK’s handling of the short form of layout options could get confused when registering additional layout algorithms, resulting in undefined behavior.</li> |
| <li><a href="https://github.com/eclipse/elk/issues/700">#700</a>, <a href="https://github.com/eclipse/elk/pull/731">#731</a>, <a href="https://github.com/eclipse/elk/issues/735">#735</a>, <a href="https://github.com/eclipse/elk/pull/737">#737</a>: ELK Layered now properly interprets hierarchy mode <code>INCLUDE_CHILDREN</code> again.</li> |
| <li><a href="https://github.com/eclipse/elk/issues/726">#726</a>: Under certain conditions, ELK Layered failed to route orthogonal edges properly, resulting in slanted edge segments and generally hideous layouts.</li> |
| <li><a href="https://github.com/eclipse/elk/issues/587">#587</a>, <a href="https://github.com/eclipse/elk/pull/738">#738</a>: ELK Layered’s non-orthogonal edge routers sometimes threw a <code>NullPointerException</code> while trying to route edges that went against the flow direction.</li> |
| <li><a href="https://github.com/eclipse/elk/issues/696">#696</a>, <a href="https://github.com/eclipse/elk/pull/705">#705</a>: ELK Layered’s interactive mode could cause a <code>NoSuchElementException</code>.</li> |
| <li><a href="https://github.com/eclipse/elk/issues/734">#734</a>, <a href="https://github.com/eclipse/elk/pull/739">#739</a>: ELK Layered produced different edge-node spacings where they should have been equal.</li> |
| <li><a href="https://github.com/eclipse/elk/issues/680">#680</a>, <a href="https://github.com/eclipse/elk/pull/681">#681</a>: With external ports and negative port offsets, ELK Layered did not place child nodes correctly.</li> |
| <li><a href="https://github.com/eclipse/elk/pull/710">#710</a>: ELK Force sometimes imported edge labels several times, resulting in weird placements.</li> |
| </ul> |
| |
| </div> |
| |
| <div class="secnav col-sm-3"> |
| <ul> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <a href="../../downloads/releasenotes.html"> |
| <li class="navlevel-1"> |
| Releases |
| </li> |
| </a> |
| |
| |
| |
| |
| |
| |
| |
| |
| <a href="../../downloads/releasenotes/release-0.7.1.html"> |
| <li class="navlevel-2 active"> |
| 0.7.1 |
| </li> |
| </a> |
| |
| |
| |
| <a href="../../downloads/releasenotes/release-0.7.0.html"> |
| <li class="navlevel-2"> |
| 0.7.0 |
| </li> |
| </a> |
| |
| |
| |
| <a href="../../downloads/releasenotes/release-0.6.1.html"> |
| <li class="navlevel-2"> |
| 0.6.1 |
| </li> |
| </a> |
| |
| |
| |
| <a href="../../downloads/releasenotes/release-0.6.0.html"> |
| <li class="navlevel-2"> |
| 0.6.0 |
| </li> |
| </a> |
| |
| |
| |
| <a href="../../downloads/releasenotes/release-0.5.0.html"> |
| <li class="navlevel-2"> |
| 0.5.0 |
| </li> |
| </a> |
| |
| |
| |
| <a href="../../downloads/releasenotes/release-0.4.1.html"> |
| <li class="navlevel-2"> |
| 0.4.1 |
| </li> |
| </a> |
| |
| |
| |
| <a href="../../downloads/releasenotes/release-0.4.0.html"> |
| <li class="navlevel-2"> |
| 0.4.0 |
| </li> |
| </a> |
| |
| |
| |
| <a href="../../downloads/releasenotes/release-0.3.0.html"> |
| <li class="navlevel-2"> |
| 0.3.0 |
| </li> |
| </a> |
| |
| |
| |
| <a href="../../downloads/releasenotes/release-0.2.3.html"> |
| <li class="navlevel-2"> |
| 0.2.3 |
| </li> |
| </a> |
| |
| |
| |
| <a href="../../downloads/releasenotes/release-0.2.2.html"> |
| <li class="navlevel-2"> |
| 0.2.2 |
| </li> |
| </a> |
| |
| |
| |
| <a href="../../downloads/releasenotes/release-0.2.1.html"> |
| <li class="navlevel-2"> |
| 0.2.1 |
| </li> |
| </a> |
| |
| |
| |
| <a href="../../downloads/releasenotes/release-0.2.0.html"> |
| <li class="navlevel-2"> |
| 0.2.0 |
| </li> |
| </a> |
| |
| |
| |
| <a href="../../downloads/releasenotes/release-0.1.1.html"> |
| <li class="navlevel-2"> |
| 0.1.1 |
| </li> |
| </a> |
| |
| |
| |
| <a href="../../downloads/releasenotes/release-0.1.0.html"> |
| <li class="navlevel-2"> |
| 0.1.0 |
| </li> |
| </a> |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| </ul> |
| |
| <div class="incubation-egg"> |
| <a href="https://www.eclipse.org/projects/what-is-incubation.php"> |
| <img src="https://www.eclipse.org/images/egg-incubation.png" alt="Incubation" /> |
| </a> |
| </div> |
| </div> |
| |
| </div> |
| |
| </div> |
| <footer role="contentinfo" class="footer"> |
| <div class="container"> |
| <div class="row"> |
| <div class="col"> |
| <span class="hidden-print"> |
| <a href="https://www.eclipse.org"><img class="logo-eclipse-white img-responsive" alt="logo" src="../../img/eclipse_foundation_logo.svg"/></a> |
| </span> |
| </div> |
| <div class="col"> |
| |
| </div> |
| </div> |
| <div class="row"> |
| <div class="col hidden-print"> |
| <a href="http://www.eclipse.org/">Eclipse Foundation</a><br/> |
| <a href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a><br/> |
| <a href="http://www.eclipse.org/legal/termsofuse.php">Website Terms of Use</a><br/> |
| <a href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a><br/> |
| <a href="http://www.eclipse.org/legal">Legal</a> |
| </div> |
| <div class="col"> |
| <p class="copyright-text">Copyright © Eclipse Foundation, Inc. All Rights Reserved.</p> |
| </div> |
| </div> |
| </div> |
| |
| </footer> |
| |
| <script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script> |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script> |
| <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> |
| <script src="https://www.eclipse.org/elk/js/prism.js"></script> |
| |
| |
| <script>$(function() { $('table').addClass('table'); })</script> |
| </body> |
| </html> |