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.
1 parent 4d71a7e commit 3fc3cfaCopy full SHA for 3fc3cfa
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## [Unreleased]
4
5
+## [0.4.8] - 2022-06-30
6
+
7
### Fixed
8
9
- styles property of Vizzu class on JS API fixed (renamed to style).
src/chart/main/version.cpp
@@ -1,5 +1,5 @@
1
#include "version.h"
-const App::Version Vizzu::Main::version(0, 4, 7);
+const App::Version Vizzu::Main::version(0, 4, 8);
const char *Vizzu::Main::siteUrl = "https://lib.vizzuhq.com/";
0 commit comments