We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cd5649 + 256fb41 commit 4874cb6Copy full SHA for 4874cb6
CHANGELOG.md
@@ -2,11 +2,14 @@
2
3
## [Unreleased]
4
5
+## [0.11.2] - 2024-06-18
6
+
7
### Fixed
8
9
- Only dimension on size (+ color) wrongly displayed as treemap, not tablechart.
10
- Allocated memory is immediately freed after calling detach(), CAnimation and Snapshot
11
also can be released using their new `free()` method.
12
+- Canvas pointer event handlers registered as passive.
13
14
## [0.11.1] - 2024-05-31
15
src/chart/main/version.cpp
@@ -1,5 +1,5 @@
1
#include "version.h"
-const App::Version Vizzu::Main::version(0, 11, 1);
+const App::Version Vizzu::Main::version(0, 11, 2);
const char *const Vizzu::Main::siteUrl = "https://vizzu.io/";
0 commit comments