Skip to content

Commit c2cc3b6

Browse files
committed
Bump to version 2.0.0-rc2
1 parent 6eb123f commit c2cc3b6

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,12 @@ Although one full version number higher than the previous *stable* version (1.1.
2929

3030
: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.
3131

32+
- (2.0.0-rc2) Several minor improvements, including:
33+
34+
- Example on how to use a background image for a vertex, see issue \#34.
35+
36+
- Styles applied to edges are propagated to their respective arrows, see issue \#31.
37+
3238
- (2.0.0-rc1) Shapes, sizes, providers, annotations and minor improvements:
3339

3440
- Different shapes can be used to represent vertices, namely circles, stars and regular polygons (from triangles to dodecagons);

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
<groupId>com.brunomnsilva</groupId>
3232
<artifactId>smartgraph</artifactId>
33-
<version>2.0.0-rc1</version>
33+
<version>2.0.0-rc2</version>
3434
<packaging>jar</packaging>
3535

3636
<name>${project.groupId}:${project.artifactId}</name>

version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# THE SOFTWARE.
2323
#
2424

25-
project.version=2.0.0-rc1
25+
project.version=2.0.0-rc2

0 commit comments

Comments
 (0)