Skip to content

Commit c87744e

Browse files
committed
Update changelog.
1 parent c6b79b0 commit c87744e

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,20 @@ through a [force-directed algorithm](https://en.wikipedia.org/wiki/Force-directe
2727

2828
### What's new?
2929

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)
3131

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.
3340

3441
- (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.
3544

3645
See the [wiki](https://github.com/brunomnsilva/JavaFXSmartGraph/wiki) for the complete changelist.
3746

0 commit comments

Comments
 (0)