UNPKG

4.54 kBMarkdownView Raw
1# Changelog
2
3## [0.6.0] - 2022-10-18
4
5### Fixed
6
7- Label side parameter animation fixed.
8- Parsing color palette string containing space fixed.
9- Fixed fontStyle change triggers animation now.
10- Fixed label angle setting with deg/grad/turn units.
11- Eliminated unnecessary turns in Label angle animation.
12- Fixed animation section wise easing settings.
13- Area/line marker label fade-in/out fixed.
14- Rare missing marker on polar scatterplot fixed.
15- Markers drawn even if data point is outside of the plot,
16 if the marker intersects it.
17- Fixed unwanted partial fade of non-changing legend when switched
18 between auto and explicit value.
19- Area/Line fade easing base made linear.
20- Fixed missing last interlacing lane in negative chart areas
21
22### Added
23
24- Axis line, labels, ticks, interlacing and guide can be switched on/off
25 via channel config parameters.
26- Padding defaults changed.
27- Marker labels added for some presets.
28
29## [0.5.2] - 2022-08-29
30
31### Fixed
32
33- Marker guides switch off on polar scatterplots for performance purposes.
34- Fixed unintentional size change of circle markers during polar-cartesian
35 coordinate system change and animation from/to treemap.
36- Fixed line width animation when geometry is changing.
37- Removed unwanted move around of marker linking first and last data point in
38 polar coordinates during animation.
39
40## [0.5.1] - 2022-07-14
41
42### Fixed
43
44- Typescript declaration files fixed.
45
46## [0.5.0] - 2022-07-13
47
48### Fixed
49
50- Allow more than 5 colors in TS color palette and gradient declaration.
51 The format won`t be checked in compile time, only in runtime.
52- animation-begin event called after actual animation is set up.
53- Animation control methods take effect immediately.
54- Wrong orientation after switching from circle geometry fixed.
55
56### Added
57
58- Presets introduced for specific chart types.
59- cancel() method added for animation causing the animation to reset back to
60 the start position and rejecting the animation promise.
61- Data series can be reset with new values, previously any attempt to set
62 series with existing name resulted in error.
63- Logging and rendering can be switched on/off through feature() method.
64- position animation parameter for setting starting position of the animation.
65- data property of the chart in JS API contains metadata about the data set.
66
67## [0.4.8] - 2022-06-30
68
69### Fixed
70
71- styles property of Vizzu class on JS API fixed (renamed to style).
72
73## [0.4.7] - 2022-03-18
74
75### Fixed
76
77- Runtime problem fixed for stacked charts.
78
79## [0.4.6] - 2022-03-12
80
81### Fixed
82
83- Fixed Vizzu.options() function signature in .d.ts file.
84
85## [0.4.5] - 2022-03-11
86
87### Fixed
88
89- Fixed canvas border clean on transparent background.
90
91### Added
92
93- URL of Wasm binary can be overriden using `Vizzu.options({ wasmUrl })`.
94
95## [0.4.4] - 2022-03-10
96
97### Fixed
98
99- User friendly error when methods called on unitialized library.
100- API throws exception instead of console log.
101
102### Added
103
104- Mouse event data contains mouse coordinates in plot coordinate system.
105- Mouse wheel event introduced.
106
107## [0.4.3] - 2022-01-31
108
109### Fixed
110
111- Transparent interlacing color prevented axis title draw - fixed.
112
113### Added
114
115- 3 hex character CSS color format support.
116- Vizzu logo is a link to the lib's web page.
117
118## [0.4.2] - 2021-12-22
119
120### Fixed
121
122- Fixed error on chart.animate({ style: null })
123
124## [0.4.1] - 2021-12-22 - deprecated
125
126## [0.4.0] - 2021-12-21
127
128### Fixed
129
130- Marker label fade-in/fade-out fixed, values are interpolated only if measure
131 is not changed on label channel.
132
133### Added
134
135- animate() method returns an animation control object,
136 animation control methods are chainable.
137- CSS properties can be used to style vizzu charts
138 E.g. `--vizzu-plot-marker-colorPalette: whatever` for `{style: {plot: {marker: {colorPalette: "whatever"}}}}`
139- `maxFractionDigits` style parameter added to labels showing numbers.
140- WASM build size reduction.
141
142## [0.3.3] - 2021-10-17
143
144### Fixed
145
146- NPM package and d.ts file fixed for TypeScript projects.
147
148## [0.3.2] - 2021-10-15
149
150### Fixed
151
152- Color range legend labels show min/max of color range instead of data min/max.
153- Logo bottom padding fixed.
154
155### Added
156
157- Parts of markers outside of plot area are getting clipped. This behaviour can
158 be controlled by style.plot.overflow parameter.
159- channel title parameter has "auto" value by default. "null" will switch the
160 title off.
161
162## [0.3.1] - 2021-09-24
163
164### Fixed
165
166- Data cube input recognition runtime error fixed.
167
168## [0.3.0] - 2021-09-23
169
170### Added
171
172- First public release