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
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,20 @@ through a [force-directed algorithm](https://en.wikipedia.org/wiki/Force-directe
27
27
28
28
### What's new?
29
29
30
-
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.
30
+
- (2.1.0)
31
31
32
-
: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
+
- 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.
33
40
34
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.
35
44
36
45
See the [wiki](https://github.com/brunomnsilva/JavaFXSmartGraph/wiki) for the complete changelist.
0 commit comments