We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564caa8 commit 1c8576bCopy full SHA for 1c8576b
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# CHANGELOG
2
3
+## 20240922 2.5.0:
4
+- #248: Add full support for cmake qt_add_qml_module(), QuickQanava must now be used
5
+ as a static QML module (qml compiler is automatically applied, it look like it is a lot faster...).
6
+- #244: Add scrollbar support to qan::Navigable, better graph view area support.
7
+- #238: Change group layout, add header support in group delegate.
8
+- #228: Add preliminary support for auto tree layouts.
9
+
10
## 20240812 2.4.2:
11
- Merge #230 by @emmenlau, enhance node/group factory methods template signature.
12
- Merge #236 by @emmenlau, fix a memory leak.
VERSION.txt
@@ -1 +1 @@
-2.4.2
+2.5.0
0 commit comments