Skip to content

Releases: graphieros/vue-data-ui

v2.3.76

07 Nov 19:16

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

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

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

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

Choose a tag to compare

VueUiXy

Fix several regressions.

v2.3.70

04 Nov 10:43

Choose a tag to compare

VueUiWheel & VueUiTiremarks

Fix reactivity issue raised in #100

v2.3.69

04 Nov 05:32

Choose a tag to compare

VueUiOnion

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

v2.3.68

03 Nov 03:34

Choose a tag to compare

Tooltips

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

image

v2.3.67

02 Nov 15:42

Choose a tag to compare

VueUiXy and VueUiQuickChart

Improve minimap with:

. hovering the minimap shows a selector, and the corresponding area is highlighted on the main chart
. inversely when hovering the chart, corresponding zone is selected on the minimap

Enregistrement.de.l.ecran.2024-11-02.a.16.39.18.mov

v2.3.66

02 Nov 10:17

Choose a tag to compare

This release improves chart components stability when unprocessable values are passed into datasets (NaN, undefined, Infinity, -Infinity, null).

Whenever these values are present in a dataset, it is converted to 0, and in some useful cases, shown as a warning in the console.