You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,12 @@
3
3
- (2.2.0) Notable changes:
4
4
5
5
- ⚠️ Bump minimum JDK to 11 and define library as a Java Module;
6
-
- Robust algorithm for vertex spawning;
6
+
-👍 Robust algorithm for vertex spawning;
7
7
- Propagation of hover events to labels and arrows (can be styled);
8
+
- 🎉 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).
9
+
- ⚠️ Fixed a regression that affected the movement of vertices.
0 commit comments