Skip to content

2.2.0

Compare
Choose a tag to compare
@brunomnsilva brunomnsilva released this 19 May 19:28
· 6 commits to master since this release
  • (2.2.0) Notable changes:

    • ⚠️ Bump minimum JDK to 11 and define library as a Java Module;
    • 👍 Robust algorithm for vertex spawning;
    • Propagation of hover events to labels and arrows (can be styled);
    • 🎉 Improve edge readability (issue #43) by changing the label underlying representation to a StackPane. Labels now accept CSS styles for Pane (background) and Text (the label itself).
    • ⚠️ Fixed a regression that affected the movement of vertices.
    • Other small fixes and improvements.