Releases: graphieros/vue-data-ui
v2.3.79
VueUiDonut & VueUiGauge
Fix bleeding gradients when background is transparent.
v2.3.77
All Vue Data Ui components
🎨 This release adds support for transparent colors passed in props (dataset, config).
v2.3.76
VueUiCarouselTable
Fix tr offset when resizing in animated mode under the mobile breakpoint.
v2.3.75
All chart components were reviewed to ensure proper reactivity whenever props change.
This used to be a flaw in Vue Data UI, forcing users to re-render components by adding a key.
Documentation website will soon feature examples.
v2.3.74
VueUiVerticalBar
Fix parent data labels wrong sign when total is negative
VueUiXy
Fix scale vertical line and labels positioning when only one datapoint is visible in stack mode with a datapoint has fixed scale parameters (v2.3.73)
v2.3.72
A few types for VueUiSparkStackbar
component are renamed to be compliant with the naming convention of the library:
Before | v2.3.72 onwards |
---|---|
VueUiSparkStackBarConfig |
VueUiSparkStackbarConfig |
VueUiSparkStackBarDatasetItem |
VueUiSparkStackbarDatasetItem |
VueUiSparkStackBarConfig |
VueUiSparkStackbarConfig |
This is a breaking change if you happen to be using the old types with v2.3.72 onwards.
Thanks @cyrilf for the fix!
v2.3.71
VueUiXy
Fix several regressions.