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: README.md
+8-14Lines changed: 8 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,28 +27,22 @@ through a [force-directed algorithm](https://en.wikipedia.org/wiki/Force-directe
27
27
28
28
### What's new?
29
29
30
-
- (2.1.0)
30
+
- (2.2.0) Notable changes:
31
31
32
-
- Improved edge and label rendering;
33
-
- Fix arrow misalignment on self-loops (issue \#40).
34
-
- Fix parallel edge spacing (issue \#40)
35
-
- Fix arrow "z-order" placement in some situations.
36
-
37
-
- Improved `ContentZoomScrollPane` with clipping of any overflow.
38
-
39
-
- Bring vertex and label to front, while dragging.
40
-
41
-
- (2.0.0) :tada: Minor fixes and **stable version** release.
42
-
- Although one full version number higher than the previous *stable* version (1.1.0), existing applications are expected to work with this library version without significant changes.
43
-
-:warning: The only exception is the necessary use of `SmartStylableNode.setStyleInline(...)` instead of `SmartStylableNode.setStyle(...)` to correctly apply inline styles to nodes (vertices and edges). Css classes are set the same way as before.
32
+
- ⚠️ Bump minimum JDK to 11 and define library as a Java Module;
33
+
- 👍 Robust algorithm for vertex spawning;
34
+
- Propagation of hover events to labels and arrows (can be styled);
35
+
- 🎉 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).
36
+
- ⚠️ Fixed a regression that affected the movement of vertices.
37
+
- Other small fixes and improvements.
44
38
45
39
See the [wiki](https://github.com/brunomnsilva/JavaFXSmartGraph/wiki) for the complete changelist.
46
40
47
41
### Using the library
48
42
49
43
Binaries and dependency information for Maven, Gradle and others can be found at [http://search.maven.org](https://central.sonatype.com/search?q=g%3Acom.brunomnsilva++a%3Asmartgraph&smo=true).
50
44
51
-
Example for Maven, where `x.y.z` is the library version, e.g., `2.0.0`:
45
+
Example for Maven, where `x.y.z` is the library version, e.g., `2.2.0`:
0 commit comments