File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.5.0] - 2022-07-13
6+
57### Fixed
68
79- Allow more than 5 colors in TS color palette and gradient declaration.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ about every detail of the API. This works best for users who already have a basi
55understanding of the Vizzu Library and its logic.
66
77In case you're just getting started with Vizzu, we strongly recommend visiting our
8- [ Tutorial] ( https://lib.vizzuhq.com/0.4 ) first.
8+ [ Tutorial] ( https://lib.vizzuhq.com/0.5 ) first.
99
1010## Library Overview
1111
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Import the library into a JavaScript file or script tag in your web page
1717``` html
1818<script type =" module" >
1919import Vizzu from
20- ' https://cdn.jsdelivr.net/npm/vizzu@~0.4 .0/dist/vizzu.min.js' ;
20+ ' https://cdn.jsdelivr.net/npm/vizzu@~0.5 .0/dist/vizzu.min.js' ;
2121 </script >
2222```
2323
Original file line number Diff line number Diff line change 11#include " version.h"
22
3- const App::Version Vizzu::Main::version (0 , 4 , 8 );
3+ const App::Version Vizzu::Main::version (0 , 5 , 0 );
44
55const char *Vizzu::Main::siteUrl = " https://lib.vizzuhq.com/" ;
You can’t perform that action at this time.
0 commit comments