Skip to content

Commit 0abe169

Browse files
committed
Update README to 2.2.0
1 parent dbb1a1a commit 0abe169

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

README.md

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

2828
### What's new?
2929

30-
- (2.1.0)
30+
- (2.2.0) Notable changes:
3131

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

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

4741
### Using the library
4842

4943
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).
5044

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`:
5246

5347
```xml
5448
<dependency>

0 commit comments

Comments
 (0)