Skip to content

Releases: graphieros/vue-data-ui

v2.3.79

10 Nov 19:05
Compare
Choose a tag to compare

VueUiDonut & VueUiGauge

Fix bleeding gradients when background is transparent.

v2.3.77

09 Nov 11:11
Compare
Choose a tag to compare

All Vue Data Ui components

🎨 This release adds support for transparent colors passed in props (dataset, config).

v2.3.76

07 Nov 19:16
Compare
Choose a tag to compare

VueUiCarouselTable

Fix tr offset when resizing in animated mode under the mobile breakpoint.

v2.3.75

06 Nov 11:13
Compare
Choose a tag to compare

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

05 Nov 05:51
Compare
Choose a tag to compare

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

04 Nov 17:25
Compare
Choose a tag to compare

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

04 Nov 16:33
Compare
Choose a tag to compare

VueUiXy

Fix several regressions.

v2.3.70

04 Nov 10:43
Compare
Choose a tag to compare

VueUiWheel & VueUiTiremarks

Fix reactivity issue raised in #100

v2.3.69

04 Nov 05:32
Compare
Choose a tag to compare

VueUiOnion

Fix wrong path calculation and janky css animation.
See #99

v2.3.68

03 Nov 03:34
Compare
Choose a tag to compare

Tooltips

When using tooltip.backgroundOpacity with a value < 100, show the tooltip background with a glassmorphism effect.

image