1 | # Changelog
|
2 |
|
3 | ## [0.4.4] - 2022-03-10
|
4 |
|
5 | ### Fixed
|
6 |
|
7 | - User friendly error when methods called on unitialized library.
|
8 | - API throws exception instead of console log.
|
9 |
|
10 | ### Added
|
11 |
|
12 | - Mouse event data contains mouse coordinates in plot coordinate system.
|
13 | - Mouse wheel event introduced.
|
14 |
|
15 | ## [0.4.3] - 2022-01-31
|
16 |
|
17 | ### Fixed
|
18 |
|
19 | - Transparent interlacing color prevented axis title draw - fixed.
|
20 | ### Added
|
21 |
|
22 | - 3 hex character CSS color format support.
|
23 | - Vizzu logo is a link to the lib's web page.
|
24 |
|
25 | ## [0.4.2] - 2021-12-22
|
26 |
|
27 | ### Fixed
|
28 |
|
29 | - Fixed error on chart.animate({ style: null })
|
30 |
|
31 | ## [0.4.1] - 2021-12-22 - deprecated
|
32 |
|
33 | ## [0.4.0] - 2021-12-21
|
34 |
|
35 | ### Added
|
36 |
|
37 | - animate() method returns an animation control object,
|
38 | animation control methods are chainable.
|
39 | - CSS properties can be used to style vizzu charts
|
40 | E.g. `--vizzu-plot-marker-colorPalette: whatever` for `{style: {plot: {marker: {colorPalette: "whatever"}}}}`
|
41 | - `maxFractionDigits` style parameter added to labels showing numbers.
|
42 | - WASM build size reduction.
|
43 |
|
44 | ### Fixed
|
45 |
|
46 | - Marker label fade-in/fade-out fixed, values are interpolated only if measure
|
47 | is not changed on label channel.
|
48 |
|
49 | ## [0.3.3] - 2021-10-17
|
50 |
|
51 | ### Fixed
|
52 |
|
53 | - NPM package and d.ts file fixed for TypeScript projects.
|
54 |
|
55 | ## [0.3.2] - 2021-10-15
|
56 |
|
57 | ### Added
|
58 |
|
59 | - Parts of markers outside of plot area are getting clipped. This behaviour can
|
60 | be controlled by style.plot.overflow parameter.
|
61 | - channel title parameter has "auto" value by default. "null" will switch the
|
62 | title off.
|
63 |
|
64 | ### Fixed
|
65 |
|
66 | - Color range legend labels show min/max of color range instead of data min/max.
|
67 | - Logo bottom padding fixed.
|
68 |
|
69 | ## [0.3.1] - 2021-09-24
|
70 |
|
71 | ### Fixed
|
72 |
|
73 | - Data cube input recognition runtime error fixed.
|
74 |
|
75 | ## [0.3.0] - 2021-09-23
|
76 |
|
77 | ### Added
|
78 |
|
79 | - First public release
|